-
-
Notifications
You must be signed in to change notification settings - Fork 224
fix: fix io handling in structural_simplify, input_output_handling tests #2547
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
e82e146
to
dbbb205
Compare
Doc failure is just codecov being codecov |
dbbb205
to
33c5b1c
Compare
if u0map isa Dict | ||
trueinit = identity.([zerovars; collect(pairs(u0map))]) | ||
else | ||
trueinit = identity.([zerovars; u0map]) | ||
end |
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.
Shouldn't this just be trueinit = merge(zerovars, todict(u0map))
?
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.
Fixed in c428591
33c5b1c
to
c428591
Compare
Tests fail |
c428591
to
a3320d9
Compare
a3320d9
to
75465f6
Compare
Tests are fine now, it's just the Optimization thing that's new |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.