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

Towards a cleaner and more maintainable internals of NonlinearSolve.jl #203

Merged
merged 19 commits into from
Sep 21, 2023

Fix forward AD

5e7bafc
Select commit
Loading
Failed to load commit list.
Merged

Towards a cleaner and more maintainable internals of NonlinearSolve.jl #203

Fix forward AD
5e7bafc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 11, 2023 in 1s

57.07% of diff hit (target 94.42%)

View this Pull Request on Codecov

57.07% of diff hit (target 94.42%)

Annotations

Check warning on line 11 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L10-L11

Added lines #L10 - L11 were not covered by tests

Check warning on line 13 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L13

Added line #L13 was not covered by tests

Check warning on line 18 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L16-L18

Added lines #L16 - L18 were not covered by tests

Check warning on line 20 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L20

Added line #L20 was not covered by tests

Check warning on line 26 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L26

Added line #L26 was not covered by tests

Check warning on line 31 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 34 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L34

Added line #L34 was not covered by tests

Check warning on line 39 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 43 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 45 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L45

Added line #L45 was not covered by tests

Check warning on line 50 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L48-L50

Added lines #L48 - L50 were not covered by tests

Check warning on line 53 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L53

Added line #L53 was not covered by tests

Check warning on line 55 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L55

Added line #L55 was not covered by tests

Check warning on line 58 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L58

Added line #L58 was not covered by tests

Check warning on line 60 in src/ad.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ad.jl#L60

Added line #L60 was not covered by tests

Check warning on line 13 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L10-L13

Added lines #L10 - L13 were not covered by tests

Check warning on line 15 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L15

Added line #L15 was not covered by tests

Check warning on line 18 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L18

Added line #L18 was not covered by tests

Check warning on line 22 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 25 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L25

Added line #L25 was not covered by tests

Check warning on line 78 in src/jacobian.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jacobian.jl#L78

Added line #L78 was not covered by tests

Check warning on line 89 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L89

Added line #L89 was not covered by tests

Check warning on line 95 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 141 in src/levenberg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/levenberg.jl#L141

Added line #L141 was not covered by tests

Check warning on line 147 in src/raphson.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/raphson.jl#L147

Added line #L147 was not covered by tests