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

Fixed typo.

parent ced15aaa
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ if __name__ == '__main__': ...@@ -160,7 +160,7 @@ if __name__ == '__main__':
# define number of output fields # define number of output fields
# check whether modelling pr with probabilistic approach # check whether modelling pr with probabilistic approach
outputs = len(Obs_ds.train) outputs = len(Obs_train.data_vars)
if PREDICTAND == 'pr' and (isinstance(LOSS, BernoulliGammaLoss) or if PREDICTAND == 'pr' and (isinstance(LOSS, BernoulliGammaLoss) or
isinstance(LOSS, BernoulliGenParetoLoss)): isinstance(LOSS, BernoulliGenParetoLoss)):
outputs = 3 outputs = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment