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

Change hydrological modelling to classes, add Hydrotel #18

Merged
merged 86 commits into from
Apr 16, 2024
Merged

Conversation

RondeauG
Copy link
Collaborator

@RondeauG RondeauG commented Jul 21, 2023

Pull Request Checklist:

  • This PR addresses an already opened issue (for bug fixes / features)
  • (If applicable) Documentation has been added / updated (for bug fixes / features).
  • (If applicable) Tests have been added.
  • HISTORY.rst has been updated (with summary of main changes).
    • Link to issue (:issue:number) and pull request (:pull:number) has been added.

What kind of change does this PR introduce?

  • Changed the hydrological modelling module to use classes instead of a dictionary,
  • Code to prepare, then run a Hydrotel project.
  • Partial standardisation of the outputs. The 'Atlas-style' formatting is performed elsewhere.
  • Added a new notebook to describe hydrological modelling.

Does this PR introduce a breaking change?

  • Kinda. hydrological_modelling has changed substantially, but was very new.

Other information:

Copy link
Contributor

@richardarsenault richardarsenault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pour ma part ça semble super et ça implémente les changements comme on a convenu. Toute la partie Hydrotel je laisserai aux experts, mais de ce que je vois je pense qu'on peut merger sans problème.

@github-actions github-actions bot added the notebooks Run tests against notebooks label Mar 20, 2024
Copy link
Collaborator

@JPelletierDumont JPelletierDumont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RondeauG on peut se prévoir une rencontre lorsque tu seras disponible pour regarder le tout ensemble

xhydro/modelling/_hydrotel.py Show resolved Hide resolved
xhydro/testing/utils.py Outdated Show resolved Hide resolved
@github-actions github-actions bot added the approved Approved for additional tests label Apr 16, 2024
@RondeauG RondeauG merged commit dfaf268 into main Apr 16, 2024
23 checks passed
@RondeauG RondeauG deleted the hydrotel branch April 16, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved for additional tests CI notebooks Run tests against notebooks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modélisation hydrologique par classes ou par dictionnaire
4 participants