Skip to content
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

Reduce unnecessary allocations and reuse code #297

Merged
merged 25 commits into from
Dec 7, 2023

More tests pass

3b52a5a
Select commit
Loading
Failed to load commit list.
Merged

Reduce unnecessary allocations and reuse code #297

More tests pass
3b52a5a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 7, 2023 in 1s

91.34% of diff hit (target 93.07%)

View this Pull Request on Codecov

91.34% of diff hit (target 93.07%)

Annotations

Check warning on line 105 in src/NonlinearSolve.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NonlinearSolve.jl#L105

Added line #L105 was not covered by tests

Check warning on line 108 in src/NonlinearSolve.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NonlinearSolve.jl#L108

Added line #L108 was not covered by tests

Check warning on line 111 in src/NonlinearSolve.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NonlinearSolve.jl#L111

Added line #L111 was not covered by tests

Check warning on line 120 in src/NonlinearSolve.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/NonlinearSolve.jl#L120

Added line #L120 was not covered by tests

Check warning on line 149 in src/gaussnewton.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/gaussnewton.jl#L149

Added line #L149 was not covered by tests

Check warning on line 151 in src/gaussnewton.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/gaussnewton.jl#L151

Added line #L151 was not covered by tests

Check warning on line 153 in src/gaussnewton.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/gaussnewton.jl#L153

Added line #L153 was not covered by tests

Check warning on line 160 in src/gaussnewton.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/gaussnewton.jl#L158-L160

Added lines #L158 - L160 were not covered by tests

Check warning on line 8 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L8

Added line #L8 was not covered by tests

Check warning on line 41 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L41

Added line #L41 was not covered by tests

Check warning on line 48 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L48

Added line #L48 was not covered by tests

Check warning on line 164 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L164

Added line #L164 was not covered by tests

Check warning on line 240 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L240

Added line #L240 was not covered by tests

Check warning on line 144 in src/lbroyden.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lbroyden.jl#L144

Added line #L144 was not covered by tests

Check warning on line 175 in src/lbroyden.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lbroyden.jl#L175

Added line #L175 was not covered by tests

Check warning on line 177 in src/lbroyden.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lbroyden.jl#L177

Added line #L177 was not covered by tests

Check warning on line 214 in src/lbroyden.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/lbroyden.jl#L213-L214

Added lines #L213 - L214 were not covered by tests

Check warning on line 341 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L341

Added line #L341 was not covered by tests

Check warning on line 343 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L343

Added line #L343 was not covered by tests

Check warning on line 346 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L345-L346

Added lines #L345 - L346 were not covered by tests

Check warning on line 348 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L348

Added line #L348 was not covered by tests

Check warning on line 353 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L351-L353

Added lines #L351 - L353 were not covered by tests

Check warning on line 121 in src/pseudotransient.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pseudotransient.jl#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 155 in src/trace.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trace.jl#L154-L155

Added lines #L154 - L155 were not covered by tests

Check warning on line 157 in src/trace.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/trace.jl#L157

Added line #L157 was not covered by tests