Skip to content

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.

Comment on lines +155 to +156
if iscall(sym) && (operation(sym) isa Union{Operator, BasicSymbolic} || length(arguments(sym)) == 1 &&
isequal(only(arguments(sym)), get_iv(sys)))
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
if iscall(sym) && (operation(sym) isa Union{Operator, BasicSymbolic} || length(arguments(sym)) == 1 &&
isequal(only(arguments(sym)), get_iv(sys)))
if iscall(sym) && (operation(sym) isa Union{Operator, BasicSymbolic} ||
length(arguments(sym)) == 1 &&
isequal(only(arguments(sym)), get_iv(sys)))

return x, false
end


Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change

@AayushSabharwal AayushSabharwal merged commit 11d8c66 into backport-v10 Dec 13, 2025
27 of 48 checks passed
@AayushSabharwal AayushSabharwal deleted the as/discrete-fix branch December 13, 2025 11:54
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