Skip to content

Commit

Permalink
better print
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 4, 2024
1 parent 56941dc commit 21e23bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/sketch/minhash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ impl KmerMinHash {
} else {
new_mh.add_many(&self.mins)?;
}
eprintln!("fiz xxx {} ({})", scaled, new_mh.size());
eprintln!("fiz xxx {} {} ({})", scaled, new_mh.scaled(), new_mh.size());
Ok(new_mh)
}
}
Expand Down

0 comments on commit 21e23bb

Please sign in to comment.