File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ mod tests {
748
748
749
749
assert_eq ! ( record. rid( ) . expect( "Error reading rid." ) , 0 ) ;
750
750
assert_eq ! ( record. pos( ) , 10021 + i as i64 ) ;
751
- assert ! ( ( record. qual( ) - 0f32 ) . abs( ) < f32 :: EPSILON ) ;
751
+ assert ! ( ( record. qual( ) - 0f32 ) . abs( ) < std :: f32 :: EPSILON ) ;
752
752
assert ! (
753
753
( record
754
754
. info( b"MQ0F" )
@@ -757,7 +757,7 @@ mod tests {
757
757
. expect( "Missing tag" ) [ 0 ]
758
758
- 1.0 )
759
759
. abs( )
760
- < f32 :: EPSILON
760
+ < std :: f32 :: EPSILON
761
761
) ;
762
762
if i == 59 {
763
763
assert ! (
@@ -768,7 +768,7 @@ mod tests {
768
768
. expect( "Missing tag" ) [ 0 ]
769
769
- -0.379885 )
770
770
. abs( )
771
- < f32 :: EPSILON
771
+ < std :: f32 :: EPSILON
772
772
) ;
773
773
}
774
774
// the artificial "not observed" allele is present in each record.
You can’t perform that action at this time.
0 commit comments