Skip to content

Commit

Permalink
limit usage of serde_json across the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Dec 19, 2024
1 parent b69c960 commit d9aad8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/tests/minhash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use sourmash::sketch::minhash::{
};
use sourmash::sketch::Sketch;
use sourmash::ScaledType;
use sourmash::prelude::ToWriter;

// TODO: use f64::EPSILON when we bump MSRV
const EPSILON: f64 = 0.01;
Expand Down

0 comments on commit d9aad8e

Please sign in to comment.