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

Fix ruff errors on main #121

Merged
merged 26 commits into from
Aug 13, 2024
Merged

Fix ruff errors on main #121

merged 26 commits into from
Aug 13, 2024

Conversation

visr
Copy link
Member

@visr visr commented Aug 1, 2024

Fixes a part of #120. The goal for this PR is to resolve all 53 open ruff errors on main, without adding exceptions. Currently the commits in this PR bring it down to 29. The remaining errors are all of the form F821 Undefined name, where the name is:

  • dm_netwerk_path
  • gdf_rhws
  • model_name
  • output_folder
  • ribasim_toml
  • stored_trc

For various files. Will look with @rbruijnshkv to resolve the rest.

visr and others added 26 commits August 1, 2024 15:07
These notebooks were used to post process the delivered data of the waterschappen. They have been modified severely, so remove them all and  add new ones.
In this period, we focused on coupling the AGV model to the national network while ensuring the AGV model implements functionalities for water supply and drainage situations. Initially, we achieved this using a single notebook. Next, we will scale up and implement it across other waterschappen. In the near future, we plan to streamline this by calling a single Python file instead of ten similar notebooks, which should reduce maintenance time. Hence, the other other notebooks have been deleted.
@visr visr marked this pull request as ready for review August 13, 2024 14:25
@visr visr merged commit 3a0ee3d into main Aug 13, 2024
4 checks passed
@visr visr deleted the reruff branch August 13, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants