-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to import FlowAccumulator #8
Comments
These three tutorials are all in the most recent PR (#7), so I think that all we'd need to do to remove them is to (1) revert the PR and (2) remove the links to these tutorials that I added in the documentation. Does that sound reasonable? |
That could work but it might be easier to just create a new branch off of the tip of |
I think @mcflugen is correct - we decided that tutorials should work with the current release. I didn't exactly follow the discussion after this point though. Do you mean having a branch on tutorials for tutorials that utilize new code that we build that is not compatible with the current release? This just requires people to remember to merge back their branches when a new release is issued. But I might not be following. |
@nicgaspar: You're following correctly. I'm thinking new tutorials should be added in a feature branch and not merged back into the master branch until they are compatible with the current version of landlab. |
I think that could be fine - assuming we all remember to merge back our branches. I am forgetful. |
Me too. I think the workflow could be:
In cases where the new tutorial doesn't work with the latest version, but does work with the development version, we wait to merge the new tutorial until we have a new release that works. This way we'll have a reminder that there are tutorials out there waiting to be merged and only one person from our group needs to remember to check for outstanding pull requests. |
I like it. A tutorial czar. |
I think we can do the following now:
|
Following onto this thread. A few thoughts:
If I do a compare on
(this PR is still in development) |
It appears that the flow direction and accumulation tutorials are not working with the latest landlab release. The error that I get is,
I think the problem is probably just that the tutorials under
flow_direction_and_accumulation
were written for the development version of landlab that's inmaster
- not the latest release (v1.0.3). I propose we move these tutorials to a new branch (and remove them frommaster
) until we have a new release that fixes this problem.All the tutorials on the master branch should work with the latest released version of landlab. (at least that's what I remember us agreeing to)
Or we could do something like we do with landlab and have a release branch with tags that point to the version of landlab that the tutorials work with and have
master
work with the development version of landlab. But that that's another issue.The text was updated successfully, but these errors were encountered: