Skip to content

Commit

Permalink
fix: Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Aug 21, 2023
1 parent bf3e59e commit 9fa6888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hot_fair_utilities/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def train(
# Use the assert keyword to raise an AssertionError if the input model string is not in the list of supported models
assert any(
model.lower() in supported_model for supported_model in supported_models
), "Model is not in the list of supported models"
), "Model is not in the list of supported models "

# Export the environment variables from the operating system
os.environ.update(os.environ)
Expand Down

0 comments on commit 9fa6888

Please sign in to comment.