-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Update PEtab tutorial #1119
Update PEtab tutorial #1119
Conversation
Thanks! Yeah, tests and docs are all broken in different ways (docs are I think from changes in MTK). Once that stuff gets fixed I'll rebase this so that hopefully docs can build. |
Great, thanks! |
@sebapersson seems there is an error in the tutorial? |
I have updated the tutorial to address the minor bugs. The current failure seems unrelated to PEtab, but I do not know why the doc build fails. |
xvfb just randomly fails on GitHub Actions for some reason, but we need it for GLMakie. |
This looks like a real failure in the tutorial. |
The docs should work now :) |
|
||
## [Additional features: Initial conditions](@id petab_simulation_initial_conditions) | ||
|
||
### [Fitting initial conditions](@id petab_simulation_initial_conditions_fitted) | ||
Sometimes, initial conditions are uncertain quantities which we wish to fit to the data. This is possible by [defining an initial condition as a parameter](@ref dsl_description_parametric_initial_conditions): |
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.
any reason to remove this? Seems like a relevant reference?
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 failed the link check when building before (thought it had been removed), but that might actually been due to something else (as I can actually find the @id
block in the code). I agree, I will add it back.
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.
Seems like an excellent reason to remove it. Yes, the link should be dsl_advanced_options_parametric_initial_conditions
. Probably got changed while PEtab doc was disabled so this wasn't caught somehow.
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.
Ok, seems you found the new link as well
@sebapersson thanks for the updates! |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
I have updated the code in the PEtab tutorial and added it again to the documentation. The tutorial runs locally for me, but I have problem to precompile the doc environment due to BifurcationKit (which is why the doc runs might fail).