Skip to content
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

refactor!: require systems to be completed before creating XProblem/XProblemExpr #2436

Merged
merged 9 commits into from
Feb 1, 2024

Conversation

AayushSabharwal
Copy link
Member

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@AayushSabharwal AayushSabharwal mentioned this pull request Jan 29, 2024
11 tasks
@AayushSabharwal
Copy link
Member Author

Requires SciML/Optimization.jl#690 and SciML/SciMLBase.jl#603 for tests to pass

@AayushSabharwal
Copy link
Member Author

CI won't pass here because of the states->unknowns change, but it runs locally

@AayushSabharwal
Copy link
Member Author

As before, CI passes except not all of test/optimizationsystem.jl runs because the changes required to make this work are split across two PRs

@ChrisRackauckas
Copy link
Member

Resolve conflicts

@ChrisRackauckas ChrisRackauckas merged commit ff8d231 into SciML:master Feb 1, 2024
11 of 22 checks passed
@@ -73,7 +73,7 @@ function UnitMassWithFriction(k; name)
ODESystem(eqs, t; continuous_events = [v ~ 0], name) # when v = 0 there is a discontinuity
end
@named m = UnitMassWithFriction(0.7)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update all of these to @mtkbuild instead?

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.

2 participants