motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

Missing data files #188

Closed rheinonen closed 1 year ago

rheinonen commented 2 years ago

The test scripts depend on files called 'MNIST_70k.csv' and 'scrna_reformat.csv.gz.' Unfortunately, these seem to be missing from the repo, so the tests don't run.

motiwari commented 1 year ago

Sorry for the extremely late response. The necessary data files are available from my website, e.g., https://github.com/motiwari/BanditPAM/blob/main/scripts/docker/env_setup.sh#L27 .

We haven't shipped them with the repo so users don't have to download huge files they don't need if they're not running the tests.