Skip to content

Commit

Permalink
debug to dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 13, 2024
1 parent 8f9e573 commit 1c6941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ mod test {
// no sigs should remain
assert_eq!(cl.len(), 6);
for (_idx, rec) in cl.iter() {
debug!("record scaled is: {}", rec.scaled());
dbg!("record scaled is: {}", rec.scaled());
let this_sig = cl.sig_from_record(rec).unwrap();
let this_mh = this_sig.minhash().unwrap();
assert_eq!(this_mh.scaled(), 2000);
Expand Down

0 comments on commit 1c6941b

Please sign in to comment.