Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top-level verification methods. #55

Open
tyralla opened this issue Oct 6, 2020 · 1 comment
Open

Top-level verification methods. #55

tyralla opened this issue Oct 6, 2020 · 1 comment

Comments

@tyralla
Copy link
Member

tyralla commented Oct 6, 2020

Currently, the HydPy class, which provides top-level access to many other functionalities, does not offer any general verification methods for checking certain aspects of complete HydPy projects at once. Instead, one needs to visit the relevant child-objects and check their state manually or, if available, call their unique verification methods (for example, method verify of class Parameter). We should improve, standardise, and complement the available low-level methods and make them easily accessible via corresponding HydPy methods.

@sivogel
Copy link
Member

sivogel commented Sep 28, 2023

A check for sequence files would also be nice. Currently there is no check anywhere that the number of entries is equal to the number of time steps defined in the ASCII header.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants