-
Notifications
You must be signed in to change notification settings - Fork 5
Waves: add accessor for waves #137
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
Conversation
@gauteh I am not used too much to pushing commits on someone else's branch; if I should do this another way, just let me know :) . |
This is the way to do it! |
note:
|
Yep, you remove the old one. I think it is ready to merge. In the future we may have to move it up to dataset level, alternatively use to_1d after selecting trajectory and then plotting (then the times variable won't be necessary). |
(a couple more commits landing soon :) ) |
@gauteh this seems to work now, except for the docs building. About the doc building: it looks like the error is due to: Line 146 in 735769d
which is true has disappeared as I cleaned up old code. The strange thing is that it looks like / I would have thought that this file should be re-generated and updated automatically by the CI/CD, right? I.e. I can edit this file by hand if you want, but this is probably not the intended behavior, maybe something that has a problem with how the doc building is run? Is this fixed on main and maybe a lingering bug from this branch, that will disappear at merge? Or a bug on main too that needs to be fixed (here or separately)? If so, should we merge? :) |
But I think that otherwise this should be more or less ready to merge? :) |
@knutfrode I edited the doc api.rst by hand as we discussed, the CICD is green again :) . |
Good, then I merge now. |
For plotting elevation energy spectra.
Solves #134