You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ev-br
I am currently working on this issue. stats.mstats.describe expects a masked array instead of a masked array within a namedtuple so I can see why it doesn't work well with our example.
Wondering if this is a more straightforward test:
Great! IIRC, these sorts of tests were going through the vanilla doctest, with literal comparisons. I'd try to use floating point inputs and deliberately change the want layout.
A minimal fix is craft a test which fails before #148 and passes after.
In general, handling of e.g.
stats.mstats.describe
is a bit brittle, maybe there is a structural solution.The text was updated successfully, but these errors were encountered: