Skip to content

Bump to use SciMLBase ImmutableNonlinearProblem#619

Merged
ChrisRackauckas merged 3 commits into
masterfrom
immutable
May 21, 2025
Merged

Bump to use SciMLBase ImmutableNonlinearProblem#619
ChrisRackauckas merged 3 commits into
masterfrom
immutable

Conversation

@ChrisRackauckas
Copy link
Copy Markdown
Member

No description provided.

@@ -142,7 +142,7 @@ end

p = @SVector [@SVector(rand(Float32, 4)) for _ in 1:1024]
u0 = SA[1f0, 2f0, 3f0, 4f0]
Copy link
Copy Markdown
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
u0 = SA[1f0, 2f0, 3f0, 4f0]
u0 = SA[1.0f0, 2.0f0, 3.0f0, 4.0f0]

Comment thread lib/NonlinearSolveBase/Project.toml Outdated
NonlinearProblem, NonlinearLeastSquaresProblem, StandardNonlinearProblem,
NonlinearFunction, NullParameters, NLStats, LinearProblem,
LinearAliasSpecifier
AbstractNonlinearAlgorithm,
Copy link
Copy Markdown
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
AbstractNonlinearAlgorithm,
AbstractNonlinearAlgorithm,

@ChrisRackauckas ChrisRackauckas merged commit 33d6fa3 into master May 21, 2025
71 of 88 checks passed
@ChrisRackauckas ChrisRackauckas deleted the immutable branch May 21, 2025 19:10
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.

1 participant