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

Fixing type-noninferrability from Optimization.solve #142

Open
sethaxen opened this issue Jun 23, 2023 · 1 comment
Open

Fixing type-noninferrability from Optimization.solve #142

sethaxen opened this issue Jun 23, 2023 · 1 comment

Comments

@sethaxen
Copy link
Member

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!.

@sethaxen
Copy link
Member Author

Relevant issue: SciML/Optimization.jl#556

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

No branches or pull requests

1 participant