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

Add a nlls trait to BVProblem #567

Merged
merged 7 commits into from
Mar 25, 2024

Specialize handling of functions as initial condition

7ff95fc
Select commit
Loading
Failed to load commit list.
Merged

Add a nlls trait to BVProblem #567

Specialize handling of functions as initial condition
7ff95fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 24, 2024 in 0s

61.29% of diff hit (target 38.43%)

View this Pull Request on Codecov

61.29% of diff hit (target 38.43%)

Annotations

Check warning on line 143 in src/problems/bvp_problems.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/problems/bvp_problems.jl#L143

Added line #L143 was not covered by tests

Check warning on line 151 in src/problems/bvp_problems.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/problems/bvp_problems.jl#L151

Added line #L151 was not covered by tests

Check warning on line 161 in src/problems/bvp_problems.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/problems/bvp_problems.jl#L158-L161

Added lines #L158 - L161 were not covered by tests

Check warning on line 48 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L48

Added line #L48 was not covered by tests

Check warning on line 58 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L58

Added line #L58 was not covered by tests

Check warning on line 178 in src/remake.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/remake.jl#L178

Added line #L178 was not covered by tests

Check warning on line 3916 in src/scimlfunctions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scimlfunctions.jl#L3916

Added line #L3916 was not covered by tests

Check warning on line 246 in src/solutions/ode_solutions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solutions/ode_solutions.jl#L246

Added line #L246 was not covered by tests

Check warning on line 248 in src/solutions/ode_solutions.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/solutions/ode_solutions.jl#L248

Added line #L248 was not covered by tests