Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround for doctest comparison of np dtypes
[NEP51](https://numpy.org/neps/nep-0051-scalar-representation.html#backward-compatibility) changes the representation of scalars. While the long term strategy should be a comparison with the new form of representation, the discussion in [issue 24470](numpy/numpy#24470) seems to suggest to use an intermediate step while both, numpy-1 and numpy-2 are supported.
- Loading branch information