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
Traced an error down to initializing a module, and inside that module, a python error No module named ... is thrown. So initialize fails, but the only error ngen produces is
terminate called after throwing an instance of 'std::exception'what(): std::exception
This should produce some sort of meaning error/message to the user about the issues loading/initializing the python module.
The text was updated successfully, but these errors were encountered:
ngen/include/realizations/catchment/Bmi_Py_Adapter.hpp
Line 646 in 07454f7
Traced an error down to initializing a module, and inside that module, a python error
No module named ...
is thrown. So initialize fails, but the only error ngen produces isThis should produce some sort of meaning error/message to the user about the issues loading/initializing the python module.
The text was updated successfully, but these errors were encountered: