Skip to content

Commit

Permalink
removing things
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yavi committed Aug 5, 2020
1 parent 1573860 commit 4a809c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libradicl/src/quant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ pub fn quantify(
gn_writer.write_all(format!("{}\n", g).as_bytes())?;
}

//let mat_path = output_path.join("counts.mtx");
//sprs::io::write_matrix_market(&mat_path, &omat)?;
while cells_to_process.load(Ordering::SeqCst) > 0 {
// waiting
}
Expand Down

0 comments on commit 4a809c9

Please sign in to comment.