Skip to content

Commit

Permalink
set FREDHUTCH_HACKS flags to false
Browse files Browse the repository at this point in the history
  • Loading branch information
phbradley committed Jul 13, 2022
1 parent e64c24e commit a0ceaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_finetuning.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
######################################################################################88
FREDHUTCH_HACKS = True # silly stuff Phil added for running on Hutch servers
FREDHUTCH_HACKS = False # silly stuff Phil added for running on Hutch servers

if FREDHUTCH_HACKS:
import os
Expand Down
2 changes: 1 addition & 1 deletion run_prediction.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################################################88

FREDHUTCH_HACKS = True # silly stuff Phil added for running on Hutch servers
FREDHUTCH_HACKS = False # silly stuff Phil added for running on Hutch servers
if FREDHUTCH_HACKS:
import os
from shutil import which
Expand Down

0 comments on commit a0ceaf8

Please sign in to comment.