Skip to content

Conversation

@MichelDaab
Copy link
Contributor

A load_dotenv line has been forgotten in the "create_hdf5" option.
This is a fix

@MichelDaab MichelDaab requested a review from leavauchier April 30, 2024 12:56
launch_predict()

elif task_name == TASK_NAMES.HDF5.value:
dotenv.load_dotenv(override=True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Est-ce que tu peux en profiter pour rajouter un test qui vérifie que ce cas de figure fonctionne ?
j'ai l'impression que ça pourrait avoir sa plcate dans test_train_and_predict.py où il y a déjà des tests similaires (eg. test_predict_as_command)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants