Refresh ComplicatedPDE under v7 stack#1580
Merged
ChrisRackauckas merged 1 commit intoMay 21, 2026
Merged
Conversation
Local smoke test passed: instantiate clean after Pkg.update(), jmd scripts extract cleanly (Filament.jmd, SpringBlockNonLinearResistance.jmd). Notable Manifest bumps: - SymbolicUtils 4.26.0 -> 4.30.1 (fixes precompile-time method overwriting bug that broke instantiate) - Symbolics 7.21.0 -> 7.24.2 - ModelingToolkit 11.24.1 -> 11.x (via cascade), SciMLBase 3.7.1 -> 3.13.0 - SciMLOperators 1.17.0 -> 1.21.0, Sundials 6.1.0 -> 6.2.1 - OrdinaryDiffEq* assorted minor bumps No source changes needed; .jmd code already conforms to v7 API. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This was referenced May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the
benchmarks/ComplicatedPDEenvironment under the v7 SciML stack.Local verification
Pkg.instantiate()on the old Manifest reproduced the known SymbolicUtils 4.26.0 precompile-time method-overwrite failure (apply_optimization_rulesoverwritten inCodemodule).Pkg.update()bumpedSymbolicUtils 4.26.0 -> 4.30.1; full precompile then succeeded (1015 deps, 489 already precompiled).SciMLBenchmarks.weave_file(...; (:script,))for bothFilament.jmdandSpringBlockNonLinearResistance.jmd-- both tangled cleanly.autodiff/verbose, no top-levelprecs =, nosol[i]integer indexing, noprob_func = (prob, i, repeat)-style ensemble closures). No source edits required.Notable Manifest bumps
Context
This folder was infrastructure-failed in PR #1560's CI run 25912465508 on amdci3-1 (
Missing file at path: ..._runner_file_commands/...-- not a real benchmark failure). Following the same Manifest-refresh pattern as #1571, #1573, #1574, #1575.Please ignore until reviewed by @ChrisRackauckas.