arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Increase multidimensional testing for sparrayclass module

Open ajpotts opened this issue 11 months ago • 1 comments

Increase multidimensional testing for sparrayclass module

ajpotts avatar Jan 30 '25 23:01 ajpotts

The sparray module is nearly compliant:

Multi-dim arrays are already disabled (fill_vals check, docstring restriction).

Tests cover valid use.

Minor gap: no explicit unit test asserting that fill_vals with an N-D pdarray raises ValueError.

ajpotts avatar Oct 02 '25 15:10 ajpotts