hydpy-dev/hydpy

Implement method verify also for input sequences and states

sivogel opened this issue · 1 comments

Currently the method verify() is implemented only for parameters (checks whether all parameters are set) and timegrids (checks whether the timegrid is valid). A similar functionality would be helpful for input sequences and conditions. Moreover a general model.verify method would help to check if whole models are executable/will produce nan-values.

Already mentioned in Issue #55