Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

No description provided.

u_unaliased = mode isa AbstractSafeBestNonlinearTerminationMode ?
(ArrayInterface.can_setindex(u) ? copy(u) : u) : nothing
cache.u = u_unaliased
if u isa Number || !ArrayInterface.can_setindex(u)
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 u isa Number || !ArrayInterface.can_setindex(u)
if u isa Number || !ArrayInterface.can_setindex(u)

@ChrisRackauckas ChrisRackauckas merged commit 4db4000 into master Jul 19, 2025
69 of 93 checks passed
@ChrisRackauckas ChrisRackauckas deleted the ChrisRackauckas-patch-1 branch July 19, 2025 13:20
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