Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 29, 2024
1 parent 6ac9687 commit 9d21dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stochastic-rs-stats/src/fd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ mod tests {
});
let fd = FractalDim::new(x.sample());
let result = fd.higuchi_fd(10);
assert_relative_eq!(2.0 - result, hurst, epsilon = 1e-2);
assert_relative_eq!(2.0 - result, hurst, epsilon = 1e-1);
}
}

0 comments on commit 9d21dfe

Please sign in to comment.