Skip to content

Commit ca394d3

Browse files
committed
Stray print
1 parent d4d7246 commit ca394d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_vcf_examples.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ def test_float_info_fields(self, ds):
109109
dtype=np.float32,
110110
)
111111
values = ds["variant_AF"].values
112-
print(values)
113-
print(variant_AF)
114112
nt.assert_array_almost_equal(values, variant_AF, 3)
115113
nans = np.isnan(variant_AF)
116114
nt.assert_array_equal(

0 commit comments

Comments
 (0)