Explorar el Código

somatic_depth_quality_ranges bug fix

Thomas hace 2 semanas
padre
commit
91263c0e19
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/variant/variants_stats.rs

+ 1 - 2
src/variant/variants_stats.rs

@@ -1008,8 +1008,7 @@ mod tests {
             low_quality_ranges.len(),
             low_quality_ranges.total_len(),
         );
-
-        println!("{:?}", high_depth_ranges.first());
+high_depth_ranges.iter().take(10).for_each(|e| println!("{e:?}"));
         Ok(())
     }
 }