Skip to content

Commit eaf5c2d

Browse files
committed
fix maxDiff
1 parent 60c46d2 commit eaf5c2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

v03_pipeline/lib/misc/pedigree_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212

1313
class PedigreesTest(unittest.TestCase):
14-
maxDiff = None
15-
1614
def test_empty_pedigree(self) -> None:
1715
with self.assertRaises(ValueError):
1816
_ = import_pedigree(TEST_PEDIGREE_1)

0 commit comments

Comments
 (0)