cbef37ed9c
The previous test claimed to verify that all possible outputs are sampled, but it didn't. This commits fixes this issue by actually computing all possible combinations. However, to accomplish this we needed to add itertools as a test dependency. Otherwise we'd have to implement our own way of generating the Cartesian product of an arbitrary number of sets. |
||
---|---|---|
.. | ||
core | ||
geometry | ||
linalg | ||
proptest | ||
sparse | ||
lib.rs |