Thomas Robitaille
Thomas Robitaille
@bsipocz - just a word of advice - for the plot tests, I highly recommend reducing the default `figsize` to a small value that is large enough that you can...
@bsipocz - as long as there are
(But it's good to make an effort to minimize the size of each plot by reducing the figure size)
@bsipocz I'm not sure - could you open an issue in the pytest-mpl repo and I can take a look at it later this week?
@minrk - is there any reason not to though? Documentation pages like the one above would look a lot clearer.
The page was generated by [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) but I think ultimately that uses ``autoattribute`` from Sphinx's autodoc.
@rmorshea - I agree that I think the real solution here is probably to have a more generic mechanism where I can choose to implement this behavior. This could be...
Thanks for reporting this - I think this is a literal 'edge' case where I think we must be treating points that lie on the exact edge differently, but I...
The relevant line is here: https://github.com/astrofrog/fast-histogram/blob/master/fast_histogram/_histogram_core.c#L186 - specifically here we use < instead of
I agree! Before we close this I think we might want to add an entry to the FAQ.