-
-
Notifications
You must be signed in to change notification settings - Fork 60
Fix documentation building #534
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
this may not be the correct thing to do, but parameters inside a DataDrivenProblem do not seem to be really used at the moment
This may not be the right thing to do
docs/make.jl
Outdated
| dev_subpkg("DataDrivenSparse") | ||
| dev_subpkg("DataDrivenSR") | ||
|
|
||
| Pkg.precompile() |
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.
This shouldn't be necessary?
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.
Just slightly faster to precompile everything in parallel, instead of doing it piecewise during the next using statements. But definetely not strictly necessary.
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.
Parallel precompilation on using should be available on recent julia versions (1.10+ or even earlier).
Co-authored-by: Lorenzo Contento <16554887+lcontento@users.noreply.github.com>
|
Thanks! This is looking in a good spot again. I'll probably be setting up a new student with this soon... lots to do here. |
|
No problem! And thanks for the MTK-related finishing touches! |
In this PR I tried to fix the documentation workflow.
However, there are some problems linked to MTK 9 that are not caught by the tests but appear in one tutorial.
I tried fixing a couple of them in commits b1f3ca7 and 2f50525, but since I am not familiar with MTK my fixes may not be correct.
Tests and docs should build now, but there may be more MTK-related fixes required.
I don't know when I will have time to continue working on this; I made this PR in case someone else would like to build on it.