From a4bd52517bfe32016c66a6cf3980c572ec9a7056 Mon Sep 17 00:00:00 2001 From: cgl <chloelallemand@example.com> Date: Tue, 15 Oct 2024 12:33:34 +0000 Subject: [PATCH] comment test-nb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24ef2ad1..c546bd3a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ test: poetry run pytest test-nb: - poetry run papermill --execution-timeout 300 tests/calib_and_copule.ipynb ./papermill/calib_and_copule.ipynb + # poetry run papermill --execution-timeout 300 tests/calib_and_copule.ipynb ./papermill/calib_and_copule.ipynb bump_patch: poetry version patch -- GitLab