Skip to content

refactor: various type-stability improvements#4444

Open
AayushSabharwal wants to merge 6 commits into
masterfrom
as/type-stability
Open

refactor: various type-stability improvements#4444
AayushSabharwal wants to merge 6 commits into
masterfrom
as/type-stability

Conversation

@AayushSabharwal
Copy link
Copy Markdown
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
Copy link
Copy Markdown
Member Author

This is broken because claude did it wrong, my local version is broken for a completely different reason. Will push when I can get things working again.

@AayushSabharwal AayushSabharwal force-pushed the as/type-stability branch 4 times, most recently from 7d174b2 to 2f62b1c Compare April 17, 2026 08:30
@AayushSabharwal AayushSabharwal force-pushed the as/type-stability branch 2 times, most recently from d198741 to 2f9551a Compare April 29, 2026 11:25
kws = maybe_build_initialization_problem(
sys, SciMLBase.isinplace(odefn), op, t0, guesses;
time_dependent_init, use_scc, initialization_eqs, floatT, fast_path = true,
sys, Val{SciMLBase.isinplace(odefn)}(), op, t0, guesses, floatT;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
sys, Val{SciMLBase.isinplace(odefn)}(), op, t0, guesses, floatT;
sys, Val(SciMLBase.isinplace(odefn)), op, t0, guesses, floatT;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

What's the difference?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

2 fewer characters

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