Compare commits

..

No commits in common. "master" and "bugfix/ISEPOS-2325-fix-nontype-object-bug" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,3 @@
# MaxMagnitudeDPModels — Official Application Repository
MaxMagnitudeDPModels app official repository
This repository contains the source code and configuration files for the `MaxMagnitudeDPModels` application used within the [EPISODES Platform](https://EpisodesPlatform.eu/).
📦 To test or modify this application in the EPISODES Platform environment, follow the guide:
https://docs.cyfronet.pl/display/ISDOC/Editing+application+codes+guide
Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/MaxMagnitudeDPModels

View File

@ -207,9 +207,7 @@ def main(Input_catalog, Input_injection_rate, time_win_in_hours, time_step_in_ho
if f_indx in [0,1,2,4]:
if not b_method:
raise ValueError("Please choose an option for b-value")
else:
Feat_dic['Param'][0]['b_method'] = b_method
raise ValueError("Please chose an option for b-value")
if f_indx in [0,4]:
for cl_i in cl: