Compare commits
No commits in common. "bc9ec6d5363bb88b8ad9d2636e39021c320415a1" and "ebbb127814e757fef2e06be2909466f50c3a1bed" have entirely different histories.
bc9ec6d536
...
ebbb127814
@ -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 f_indx in [0,1,2,4]:
|
||||||
if not b_method:
|
if not b_method:
|
||||||
raise ValueError("Please choose an option for b-value")
|
raise ValueError("Please chose an option for b-value")
|
||||||
else:
|
|
||||||
Feat_dic['Param'][0]['b_method'] = b_method
|
|
||||||
|
|
||||||
if f_indx in [0,4]:
|
if f_indx in [0,4]:
|
||||||
for cl_i in cl:
|
for cl_i in cl:
|
||||||
|
Loading…
Reference in New Issue
Block a user