Skip to content

Commit

Permalink
Remove grid_search_models/ after running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Jun 27, 2023
1 parent 96d3b0f commit 66c1bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ archlinux:
# NOTE(stes): Ensure that no old tempfiles are present. Ideally, move this into
# the test pipeline directly.
clean_test:
rm -rf auxiliary_behavior_data.h5 data.npz neural_data.npz saved_models
rm -rf auxiliary_behavior_data.h5 data.npz neural_data.npz saved_models grid_search_models

test: clean_test
python -m pytest --ff --doctest-modules -m "not requires_dataset" tests ./docs/source/usage.rst cebra
Expand Down

0 comments on commit 66c1bc8

Please sign in to comment.