ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

better tests #244

Open jeremymanning opened 3 years ago

jeremymanning commented 3 years ago

many of our tests are not sufficiently rigorous-- e.g., they check that "something" gets returned, or that the proper datatype is returned, rather than checking specific values for a set of test cases.

we should improve our pytests to better check that both datatypes and values are correct.