Fixes issue #234 using same inputs#369
Conversation
|
@ven-k there's now additional tests failing. I'll need to debug first. |
|
@ven-k all tests pass again |
Update based on documentation build fix
ven-k
left a comment
There was a problem hiding this comment.
Not strictly necessary, but I would suggest merging first two commits as they don't stand independently.
In future PRs I'd suggest "Update with rebase" option instead of merging main (for cleaner git history).
I have the foll. question, otherwise this looks good.
Project.toml
Outdated
| SciMLStructures = "1.4.2" | ||
| SymbolicIndexingInterface = "0.3.28" | ||
| Symbolics = "6.14" | ||
| Symbolics = "=6.29.2" |
There was a problem hiding this comment.
Why is this pinned to a version?
If at all this is only to set a lower bound, it would be better to not add =. These tend to constraint package resolutions while using with other packages.
There was a problem hiding this comment.
Symbolics 6.30 is yanked from the registry now. The pin can be removed.
|
@ven-k all done |
ven-k
left a comment
There was a problem hiding this comment.
The failing unit-tests are unrelated to this PR.
(Note that formatter failure is related)
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Output before:
Output after:
This MWE has been added as a test, which passes