You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimization v3.13.1 implemented SciMLBase.init for OptimizationProblem, which caused a check for type-inferrability in our test suite to begin failing (see first time it failed here).
It's not yet clear to me which change broke type-inference, or exactly how broken type-inference is, but perhaps we can fix it by using SciMLBase.init ourselves, followed by SciMLBase.solve!.
The text was updated successfully, but these errors were encountered:
Optimization v3.13.1 implemented
SciMLBase.init
forOptimizationProblem
, which caused a check for type-inferrability in our test suite to begin failing (see first time it failed here).It's not yet clear to me which change broke type-inference, or exactly how broken type-inference is, but perhaps we can fix it by using
SciMLBase.init
ourselves, followed bySciMLBase.solve!
.The text was updated successfully, but these errors were encountered: