-
Notifications
You must be signed in to change notification settings - Fork 3
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
Last = 1000 too high #97
Comments
I'm invoking @alaindanet I think you wrote this. 👀 🪄 |
TADA 🪄 It has changed on Ref: #87 Note that the function names have changed a bit! It would be great to not have error on To go in your way @ismael-lajaaiti , setting |
Yes your suggestion seems good to me 👌 Side note : I have a question regarding the meaning of doing this kind of analysis. Because, if no stochasticity is involved the steady is ... steady (assuming that your steady state is a fixed point), and thus the biomasses shouldn't change, right? Then in this case, I don't understand how you could compute something like a coefficient of variation on such simulation trajectories. Can you tell me what I'm missing? 🙏 |
Cool! 😄 On your side note, it is true that CV will be meaningless for most simulations with type III functional response. But as soon as you have a type II functional response, you might end up with oscillatory dynamics which are relevant for CV and synchrony computation. |
The warning is implemented and tested on the branch This is part of the #87 pull request! Thanks @Thomalpas and @ismael-lajaaiti ! |
Closed by #87. |
In functioning.jl, stability.jl and utils.jl there are numerous functions that have default argument
last=1000
, referring to number of timesteps to calculate various metrics over.This worked with the default length of simulation of 500 when we were saving every 0.25, but now that is no longer the case this default of 1000 means the functions will most likely error on a default length simulation, so I recommend changing it, maybe to 100? Happy to do this if we agree :)
The text was updated successfully, but these errors were encountered: