Skip to content

Commit

Permalink
load from disk by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnopump committed May 22, 2021
1 parent a2fab56 commit 4cabbe5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/integrated_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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)

Expand Down

0 comments on commit 4cabbe5

Please sign in to comment.