-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: Starting river-model infrastructure #8
Conversation
fff0946
to
b8b86b2
Compare
|
||
# Remove duplicates to ensure each basin appears only once | ||
return unique(upstream_basin_list) | ||
end |
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.
It would be great to add a unit test for this function!
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.
we could use the mini-IRF basin network as a basis for unit testing.
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.
A few small comments
|
||
# Remove duplicates to ensure each basin appears only once | ||
return unique(upstream_basin_list) | ||
end |
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.
we could use the mini-IRF basin network as a basis for unit testing.
54f909e
to
43966e5
Compare
Refactoring Mizuroute v1
43966e5
to
ee563ba
Compare
Purpose
Closes #9
Closes #10
Closes #11
Details found in #6
To-do
Content