scipy / scipy_doctest

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

FIX: handle array abbreviation for multidimensional arrays #65

Closed Sheila-nk closed 1 year ago

Sheila-nk commented 1 year ago

Closes #64

ev-br commented 1 year ago

Looks good! I wonder if we can be a bit more future-proof and avoid object arrays for 1D arrays in want and got by activating this path for array[ and ]?

Sheila-nk commented 1 year ago

I wonder if we can be a bit more future-proof and avoid object arrays for 1D arrays in want and got by activating this path for array[ and ]?

I am not sure I understand what you mean by this. Please elaborate.

ev-br commented 1 year ago

The CI is green, the patch LGTM. Merged, thank you Sheila and congrats! Keep them coming!