Skip to content

Conversation

@lcontento
Copy link
Contributor

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.

lcontento added 8 commits May 19, 2025 13:45
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()
Copy link
Member

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?

Copy link
Contributor Author

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.

Copy link
Member

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).

@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review May 20, 2025 09:22
Co-authored-by: Lorenzo Contento <16554887+lcontento@users.noreply.github.com>
@ChrisRackauckas ChrisRackauckas merged commit 3fbdb5b into SciML:master May 20, 2025
6 of 8 checks passed
@ChrisRackauckas
Copy link
Member

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.

@lcontento
Copy link
Contributor Author

No problem! And thanks for the MTK-related finishing touches!

@lcontento lcontento deleted the lc/docs branch May 20, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants