From 3a48611e17f23f4a02e7e8cdb49ba1918923c0ac Mon Sep 17 00:00:00 2001 From: Shing Zhan Date: Thu, 15 Jun 2023 16:27:03 +0100 Subject: [PATCH] Minor reformatting --- tests/test_compare_vcfs.py | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/tests/test_compare_vcfs.py b/tests/test_compare_vcfs.py index 606f919..63741f9 100644 --- a/tests/test_compare_vcfs.py +++ b/tests/test_compare_vcfs.py @@ -25,18 +25,14 @@ def make_test_case(): contig_id = ['20'] variant_contig = np.array([0, 0], dtype=np.int64) variant_position = np.array([5, 10], dtype=np.int64) - variant_allele = np.array( - [ - [b'A', b'C'], - [b'G', b'T'], - ], - ) - sample_id = np.array( - [ - 'tsk0', - 'tsk1', - ], - ) + variant_allele = np.array([ + [b'A', b'C'], + [b'G', b'T'], + ]) + sample_id = np.array([ + 'tsk0', + 'tsk1', + ]) call_genotype = np.array( [ [