Skip to content

Commit

Permalink
Add a forgotten load_dotenv to the
Browse files Browse the repository at this point in the history
create_hdf5 option
  • Loading branch information
MichelDaab committed Apr 30, 2024
1 parent 5f876d6 commit d924b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def launch_hdf5(config: DictConfig):
launch_predict()

elif task_name == TASK_NAMES.HDF5.value:
dotenv.load_dotenv(override=True)
launch_hdf5()

else:
Expand Down

0 comments on commit d924b02

Please sign in to comment.