-
Notifications
You must be signed in to change notification settings - Fork 52
seaice_timeseries.replicate_cycles is producing a plot that is too long #122
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
Comments
GitHub won't let me upload a picture right now. I'll try again later... |
do you understand why we didn't see this in our tests? |
There's the picture.
Hmm, I guess I must have just been careless because this plot is right out of my output from #111. Sorry about that. But it should be quite easy to fix. |
well, I did not get that in my test. I wonder if it has to do with the adjustment you made when I said that I was seeing one less cycle. Mine looked good after you made the change, but for some reason this one does not. |
Right, I think that's exactly what happened. But it makes sense to have as much as 1 cycle too many like here and then just crop off the last bit to best match the end time of the |
agreed. |
Addressed by #132. |
My recent changes to
replicate_cycles
in #111 is producing some strange results. The time variable ofdsShift
should be clipped to be as close as possible to the same as that ofds
.The text was updated successfully, but these errors were encountered: