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

Replace all instances of StatsError with custom error types or Option<T> #284

Merged
merged 8 commits into from
Sep 12, 2024

refactor!: Remove `StatsError`

e87cde0
Select commit
Loading
Failed to load commit list.
Merged

Replace all instances of StatsError with custom error types or Option<T> #284

refactor!: Remove `StatsError`
e87cde0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 12, 2024 in 1s

81.42% of diff hit (target 93.75%)

View this Pull Request on Codecov

81.42% of diff hit (target 93.75%)

Annotations

Check warning on line 63 in src/distribution/multivariate_normal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distribution/multivariate_normal.rs#L63

Added line #L63 was not covered by tests

Check warning on line 28 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L24-L28

Added lines #L24 - L28 were not covered by tests

Check warning on line 30 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L30

Added line #L30 was not covered by tests

Check warning on line 179 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L179

Added line #L179 was not covered by tests

Check warning on line 196 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L196

Added line #L196 was not covered by tests

Check warning on line 205 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L205

Added line #L205 was not covered by tests

Check warning on line 211 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L211

Added line #L211 was not covered by tests

Check warning on line 228 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L227-L228

Added lines #L227 - L228 were not covered by tests

Check warning on line 230 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L230

Added line #L230 was not covered by tests

Check warning on line 38 in src/function/exponential.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/exponential.rs#L38

Added line #L38 was not covered by tests

Check warning on line 57 in src/function/exponential.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/exponential.rs#L57

Added line #L57 was not covered by tests

Check warning on line 81 in src/function/exponential.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/exponential.rs#L81

Added line #L81 was not covered by tests

Check warning on line 24 in src/function/gamma.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/gamma.rs#L21-L24

Added lines #L21 - L24 were not covered by tests

Check warning on line 26 in src/function/gamma.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/gamma.rs#L26

Added line #L26 was not covered by tests

Check warning on line 177 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L177

Added line #L177 was not covered by tests

Check warning on line 187 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L187

Added line #L187 was not covered by tests

Check warning on line 207 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L207

Added line #L207 was not covered by tests

Check warning on line 217 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L217

Added line #L217 was not covered by tests