[SciPy-Dev] new tests in sparse

Pauli Virtanen pav at iki.fi
Mon Jun 3 15:34:22 EDT 2013


Ralf Gommers <ralf.gommers <at> gmail.com> writes:
[clip]
> I suggest to first get clear where exactly it would
> help to test all dtypes, then estimate how much time
> it would take.

I would maybe worry about the test runtime only after refactoring,
if it in the end turns out to that the tests are too slow.

However, planning ahead, if the set of dtypes to check is specified
as a class property,

    self.supported_dtypes

it should be relatively straightforward to limit e.g. the full
dtype tests only to CSR.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list