From 4cabbe55371d6a9a7edeab1db719fa0cf8312eae Mon Sep 17 00:00:00 2001 From: hypnopump Date: Sat, 22 May 2021 02:23:23 +0200 Subject: [PATCH] load from disk by default --- notebooks/integrated_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebooks/integrated_test.py b/notebooks/integrated_test.py index bc52078..2b3db43 100644 --- a/notebooks/integrated_test.py +++ b/notebooks/integrated_test.py @@ -36,7 +36,7 @@ # begin tests if __name__ == "__main__": - + "a"+9 logger.info("Loading data"+"\n") # adapt desired lengths to previous experiments results # lengths = [100, 200, 300, 400, 500, 600, 700, 800, 900]# [::-1] @@ -63,7 +63,6 @@ joblib.dump(stored, BASE_FOLDER[:-1]+"_manual/analyzed_prots.joblib") except: - "a"+9 stored = joblib.load(BASE_FOLDER[:-1]+"_manual/analyzed_prots.joblib") logger.info("Data has been loaded"+"\n"+sep)