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
The documentation states how you can modify the config using the ewatercycle.CFG object.
However, if the paths loaded from the config file point to non existing paths (e.g. if dcache is down...), import ewatercycle will fail.
It would be better if these errors could be caught more gracefully and raise a (critical) warning.
The text was updated successfully, but these errors were encountered:
The documentation states how you can modify the config using the
ewatercycle.CFG
object.However, if the paths loaded from the config file point to non existing paths (e.g. if dcache is down...),
import ewatercycle
will fail.It would be better if these errors could be caught more gracefully and raise a (critical) warning.
The text was updated successfully, but these errors were encountered: