deeprank2 icon indicating copy to clipboard operation
deeprank2 copied to clipboard

Explore options to store hdf5 files used by pytest externally

Open DaniBodor opened this issue 2 years ago • 1 comments

Currently, each time we change something about the features, there is a potential that the tests break because the files in tests/hdf5/ are no longer representative. At this point we need to recreate the hdf5 files. Each time we do this, we add ~50MB (?) in "dead weight" to the repo (all the old files will be part of the .git folder).

We should check for other options to store the test data external to this repo (or some other option), so that cloning it doesn't carry all the dead weight.

We should talk to @Cunliang about how he did this for NPLinker.

DaniBodor avatar Mar 14 '23 14:03 DaniBodor

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Apr 14 '23 03:04 github-actions[bot]