Skip to content

Commit

Permalink
Fix intermittent bug (file-corruption) that has snuck into the tests (#…
Browse files Browse the repository at this point in the history
…1267)

* Remove corrupted test file

* Add non-corrupted copy of test file

* Rename the file so tests run
  • Loading branch information
roomrys authored Apr 11, 2023
1 parent 4e8b4b4 commit b5aab0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/fixtures/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
TEST_SLP_MIN_LABELS = "tests/data/slp_hdf5/minimal_instance.slp"
TEST_MAT_LABELS = "tests/data/mat/labels.mat"
TEST_SLP_MIN_LABELS_ROBOT = "tests/data/slp_hdf5/small_robot_minimal.slp"
TEST_SLP_SIV_ROBOT = "tests/data/siv_format_v1/robot_siv.slp"
TEST_SLP_SIV_ROBOT = "tests/data/siv_format_v1/small_robot_siv.slp"
TEST_MIN_TRACKS_2NODE_LABELS = "tests/data/tracks/clip.2node.slp"
TEST_MIN_TRACKS_13NODE_LABELS = "tests/data/tracks/clip.slp"
TEST_HDF5_PREDICTIONS = "tests/data/hdf5_format_v1/centered_pair_predictions.h5"
Expand Down

0 comments on commit b5aab0e

Please sign in to comment.