tests compare against git hash, eliminate cached .h5
This updates the test infrastructure to store a git hash of the reference code, instead of generated .h5 files. The test infrastructure creates a cache of the reference .h5 files from the specified git hash if it doesn't already exist, and then compares against that cache. This gets rid of the need for git-lfs and the cached .h5 files, requiring instead the code is checked out from git.
parent
0c79878c
No related branches found
No related tags found
This commit is part of merge request !81. Comments created here will be created in the context of that merge request.
Showing
- gwinc/test/__main__.py 104 additions, 62 deletionsgwinc/test/__main__.py
- gwinc/test/cache/Aplus.h5 0 additions, 3 deletionsgwinc/test/cache/Aplus.h5
- gwinc/test/cache/CE1.h5 0 additions, 3 deletionsgwinc/test/cache/CE1.h5
- gwinc/test/cache/CE2.h5 0 additions, 3 deletionsgwinc/test/cache/CE2.h5
- gwinc/test/cache/Voyager.h5 0 additions, 3 deletionsgwinc/test/cache/Voyager.h5
- gwinc/test/cache/aLIGO.h5 0 additions, 3 deletionsgwinc/test/cache/aLIGO.h5
- gwinc/test/gen_cache.sh 26 additions, 0 deletionsgwinc/test/gen_cache.sh
- gwinc/test/ref_hash 1 addition, 0 deletionsgwinc/test/ref_hash
Loading
Please register or sign in to comment