Conversation
_quarto.yml
Outdated
| echo: true | ||
| output: true | ||
| freeze: auto | ||
| error: true |
There was a problem hiding this comment.
Remove this before merging!!!
|
Precompilation tends to fail, and it's impossible to update things to the latest versions. The single big environment worked so well for the last 1.5 years, but something is going wrong. I'm trying to remove deps that we don't need to unblock things, but it's tricky. Edit: Precomp is fine on CI and I managed to make precomp work locally by nuking |
|
On the bright side, removing DifferentialEquations.jl (in favour of ODE.jl and DDE.jl), and replacing the now deprecated MLDataUtils with MLUtils, seems to have unblocked the latest versions of Mooncake + SciMLSens. So maybe the issue was just stale deps. |
|
Although tbh getting rid of SciMLSensitivity would probably also clean up the dep list quite a bit |
|
Preview the changes: https://turinglang.org/docs/pr-previews/682 |
|
i swear i don't understand gha |
|
See #683 |
Replaced by #683