scipy / scipy_doctest

Floating-point aware doctesting
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Add a test for masked arrays hiding within namedtuples #149

Open ev-br opened 4 months ago

ev-br commented 4 months ago

A minimal fix is craft a test which fails before https://github.com/ev-br/scpdt/pull/148 and passes after.

In general, handling of e.g. stats.mstats.describe is a bit brittle, maybe there is a structural solution.