Skip to content
Snippets Groups Projects
Commit 98e1f7c8 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Bash compliance.

parent 2e5d76db
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@ conda activate climax
cd ~/git/climax
# loss functions
LOSS=(BernoulliGammaLoss(min_amount=1) BernoulliWeibullLoss(min_amount=1)
L1Loss() MSELoss())
LOSS=(BernoulliGammaLoss(min_amount=1) BernoulliWeibullLoss(min_amount=1) L1Loss() MSELoss())
# wet day thresholds to test
# WET_DAY_THRESHOLDS=(0 0.5 1 2 3 5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment