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

Redesign default ODE solver to be type-grounded and lazy #2184

Merged
merged 32 commits into from
May 20, 2024

in place works

091623a
Select commit
Loading
Failed to load commit list.
Merged

Redesign default ODE solver to be type-grounded and lazy #2184

in place works
091623a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 17, 2024 in 0s

51.70% of diff hit (target 82.02%)

View this Pull Request on Codecov

51.70% of diff hit (target 82.02%)

Annotations

Check warning on line 973 in src/alg_utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/alg_utils.jl#L973

Added line #L973 was not covered by tests

Check warning on line 977 in src/alg_utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/alg_utils.jl#L976-L977

Added lines #L976 - L977 were not covered by tests

Check warning on line 999 in src/alg_utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/alg_utils.jl#L998-L999

Added lines #L998 - L999 were not covered by tests

Check warning on line 1002 in src/alg_utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/alg_utils.jl#L1001-L1002

Added lines #L1001 - L1002 were not covered by tests

Check warning on line 1006 in src/alg_utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/alg_utils.jl#L1004-L1006

Added lines #L1004 - L1006 were not covered by tests

Check warning on line 1008 in src/alg_utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/alg_utils.jl#L1008

Added line #L1008 was not covered by tests

Check warning on line 103 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 121 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L121

Added line #L121 was not covered by tests

Check warning on line 127 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L127

Added line #L127 was not covered by tests

Check warning on line 132 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L132

Added line #L132 was not covered by tests

Check warning on line 143 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L139-L143

Added lines #L139 - L143 were not covered by tests

Check warning on line 146 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 148 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L148

Added line #L148 was not covered by tests

Check warning on line 151 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L151

Added line #L151 was not covered by tests

Check warning on line 161 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L161

Added line #L161 was not covered by tests

Check warning on line 179 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L177-L179

Added lines #L177 - L179 were not covered by tests

Check warning on line 183 in src/composite_algs.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/composite_algs.jl#L181-L183

Added lines #L181 - L183 were not covered by tests

Check warning on line 8 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L6-L8

Added lines #L6 - L8 were not covered by tests

Check warning on line 12 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 16 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 20 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 24 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L22-L24

Added lines #L22 - L24 were not covered by tests

Check warning on line 36 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 40 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 44 in src/perform_step/composite_perform_step.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/perform_step/composite_perform_step.jl#L42-L44

Added lines #L42 - L44 were not covered by tests