You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm creating Custom crop. However, when I tried to run the model, it shows error.
File "C:\Users\azwan\AppData\Local\Programs\Python\Python38\lib\site-packages\aquacrop\core.py", line 285, in run_model
) = self._perform_timestep()
File "C:\Users\azwan\AppData\Local\Programs\Python\Python38\lib\site-packages\aquacrop\core.py", line 331, in _perform_timestep
new_cond, param_struct, outputs = solution_single_time_step(
File "C:\Users\azwan\AppData\Local\Programs\Python\Python38\lib\site-packages\aquacrop\timestep\run_single_timestep.py", line 192, in solution_single_time_step
NewCond.z_root = root_development(
SystemError: exception RuntimeError<class 'ValueError'> not a BaseException subclass
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm creating Custom crop. However, when I tried to run the model, it shows error.
File "C:\Users\azwan\AppData\Local\Programs\Python\Python38\lib\site-packages\aquacrop\core.py", line 285, in run_model
) = self._perform_timestep()
File "C:\Users\azwan\AppData\Local\Programs\Python\Python38\lib\site-packages\aquacrop\core.py", line 331, in _perform_timestep
new_cond, param_struct, outputs = solution_single_time_step(
File "C:\Users\azwan\AppData\Local\Programs\Python\Python38\lib\site-packages\aquacrop\timestep\run_single_timestep.py", line 192, in solution_single_time_step
NewCond.z_root = root_development(
SystemError: exception RuntimeError<class 'ValueError'> not a BaseException subclass
Anyone has similar experience using Custom crop?
Beta Was this translation helpful? Give feedback.
All reactions