Skip to content

Commit

Permalink
increase delta in sample test
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdoukas committed Jun 9, 2020
1 parent f2016e5 commit 0ac954a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_CWLKernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def test_sample_csv(self):

shape = pd.read_html(responses[-1][0][2]['data']['text/html'], header=None)[0].shape
print('shape:', shape)
self.assertAlmostEqual(shape[0], 4, delta=3)
self.assertAlmostEqual(shape[0], 4, delta=4)
self.assertEqual(shape[1], 20)


Expand Down

0 comments on commit 0ac954a

Please sign in to comment.