From 66c1bc8467be6005c033c351fe081b94cfb9aca8 Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sat, 24 Jun 2023 13:46:40 +0200 Subject: [PATCH] Remove grid_search_models/ after running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33c0a870..be4cc2fb 100644 --- a/Makefile +++ b/Makefile @@ -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