Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
bc9ec6d536 | |||
08d608e39d | |||
ebbb127814 | |||
fd14d2ac17 | |||
27cfbec8ba | |||
14182b79e6 | |||
ac7933bd2c | |||
d4c0fff9af |
@@ -1,3 +1,6 @@
|
||||
MaxMagnitudeDPModels app official repository
|
||||
# MaxMagnitudeDPModels — Official Application Repository
|
||||
|
||||
Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/MaxMagnitudeDPModels
|
||||
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
|
@@ -206,7 +206,10 @@ def main(Input_catalog, Input_injection_rate, time_win_in_hours, time_step_in_ho
|
||||
Feat_dic['Param'][0]['C'] = C
|
||||
|
||||
if f_indx in [0,1,2,4]:
|
||||
Feat_dic['Param'][0]['b_method'] = b_method
|
||||
if not b_method:
|
||||
raise ValueError("Please choose an option for b-value")
|
||||
else:
|
||||
Feat_dic['Param'][0]['b_method'] = b_method
|
||||
|
||||
if f_indx in [0,4]:
|
||||
for cl_i in cl:
|
||||
|
Reference in New Issue
Block a user