Skip to content

Commit 962577f

Browse files
committed
commas
1 parent c454fea commit 962577f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v03_pipeline/lib/misc/family_loading_failures_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_all_relatedness_checks(self):
120120
self.assertListEqual(
121121
failure_reasons,
122122
[
123-
'Sample sample_1 has expected relation "grandparent" to sample_5 but has coefficients []'
123+
'Sample sample_1 has expected relation "grandparent" to sample_5 but has coefficients []',
124124
],
125125
)
126126

@@ -143,7 +143,7 @@ def test_all_relatedness_checks(self):
143143
self.assertListEqual(
144144
failure_reasons,
145145
[
146-
'Sample sample_1 has expected relation "sibling" to sample_4 but has coefficients [0.5, 0.5, 0, 0.25]'
146+
'Sample sample_1 has expected relation "sibling" to sample_4 but has coefficients [0.5, 0.5, 0, 0.25]',
147147
],
148148
)
149149

0 commit comments

Comments
 (0)