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 Trapezoidal rule #173

Merged
merged 18 commits into from
Sep 21, 2023

clarify error msgs

c4a9208
Select commit
Loading
Failed to load commit list.
Merged

add Trapezoidal rule #173

clarify error msgs
c4a9208
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Sep 11, 2023 in 1s

0.00% of diff hit (target 87.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 87.00%)

Annotations

Check warning on line 150 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L150

Added line #L150 was not covered by tests

Check warning on line 153 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 159 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L155-L159

Added lines #L155 - L159 were not covered by tests

Check warning on line 162 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L161-L162

Added lines #L161 - L162 were not covered by tests

Check warning on line 169 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L165-L169

Added lines #L165 - L169 were not covered by tests

Check warning on line 171 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L171

Added line #L171 was not covered by tests

Check warning on line 175 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 178 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 180 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L180

Added line #L180 was not covered by tests

Check warning on line 185 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L182-L185

Added lines #L182 - L185 were not covered by tests

Check warning on line 188 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L188

Added line #L188 was not covered by tests

Check warning on line 192 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L190-L192

Added lines #L190 - L192 were not covered by tests

Check warning on line 194 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L194

Added line #L194 was not covered by tests

Check warning on line 196 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L196

Added line #L196 was not covered by tests

Check warning on line 201 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L199-L201

Added lines #L199 - L201 were not covered by tests

Check warning on line 203 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L203

Added line #L203 was not covered by tests

Check warning on line 207 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L207

Added line #L207 was not covered by tests

Check warning on line 209 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L209

Added line #L209 was not covered by tests

Check warning on line 211 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L211

Added line #L211 was not covered by tests

Check warning on line 220 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L213-L220

Added lines #L213 - L220 were not covered by tests

Check warning on line 228 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L223-L228

Added lines #L223 - L228 were not covered by tests

Check warning on line 239 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L231-L239

Added lines #L231 - L239 were not covered by tests

Check warning on line 246 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L241-L246

Added lines #L241 - L246 were not covered by tests

Check warning on line 249 in src/Integrals.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Integrals.jl#L249

Added line #L249 was not covered by tests

Check warning on line 177 in src/algorithms.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/algorithms.jl#L175-L177

Added lines #L175 - L177 were not covered by tests