-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update outdated docs #353
Update outdated docs #353
Conversation
@Peter9192 @BSchilperoort In the notebook we are printing objects. To me rich looks nicest in a notebook, which do you prefer or leave as is? |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
The rich prints look good! It's also a very widely used package, so I see no reason why we wouldn't want to use it. |
I've also used rich before, quite like it |
rich it is |
Notebooks where executed in a vagrant box
|
The wlfow
We might needs some corrective bmi class in pyewatercycle that can swap result of |
Looks like the problem occurs here: The return statement should be return [dim[5], dim[4]] Seeing as the old wflow is not being developed anymore, I would vote for the fix with the least amount of work. If it can be easily patched in this repo, that might be best. |
I mentioned this issue during standup, and @SarahAlidoost pointed out that there was an old issue discussing the switched x/y coordinates: #104 |
… flip shape in wflow
Not all example notebooks have been run completely. So some old output is still there. |
SonarCloud Quality Gate failed. 0 Bugs 67.1% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains many good changes. We will need to do several more passes through the documentation as we're updating the model and forcing API, so I'm gonna approve this as so we can use is as a good basis for further improvements in follow-up PRs
Refs #350
TODO
docs on how to add modelDo later in PR for Simplify adding models #338