Skip to content

Fix spurious memory allocations of AddedOperator after regression with v1.0 release #288

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

Merged
merged 3 commits into from
Jul 24, 2025

Conversation

albertomercurio
Copy link
Contributor

@albertomercurio albertomercurio commented Jul 24, 2025

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

This fixes #247 after regression with v1.0 release.

I removed the AllocCheck.jl, as it was detecting a spurious allocation in the dense matrix case.

@ChrisRackauckas ChrisRackauckas merged commit b247bb2 into SciML:master Jul 24, 2025
13 of 15 checks passed
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.

Memory allocations when solving ODE with ScaledOperator
2 participants