You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transformation tests need some work. Specifically:
Instead of using the bundled ds005 dataset, which is large, we should start using fake datasets we can initialize more quickly and control more precisely. See test_dropna for an example.
Per discussion in Rename transform broken #318, the coverage of the transformation tests (in analysis/tests/test_transformations.py) is lacking: most of the tests only test using a dense variable or a sparse variable, and not both. It would be good to test both everywhere they're applicable.
The text was updated successfully, but these errors were encountered:
The transformation tests need some work. Specifically:
Instead of using the bundled
ds005
dataset, which is large, we should start using fake datasets we can initialize more quickly and control more precisely. Seetest_dropna
for an example.Per discussion in Rename transform broken #318, the coverage of the transformation tests (in
analysis/tests/test_transformations.py
) is lacking: most of the tests only test using a dense variable or a sparse variable, and not both. It would be good to test both everywhere they're applicable.The text was updated successfully, but these errors were encountered: