Skip to content

Commit

Permalink
fixed breaking change in statrs 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enola-dkfz committed Dec 11, 2024
1 parent 2e2e35b commit 5951c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use statrs::StatsError;
use statrs::distribution::LaplaceError as StatsError;
use thiserror::Error;

#[derive(Error, Debug)]
Expand Down

0 comments on commit 5951c41

Please sign in to comment.