Skip to content

Commit 0c3c370

Browse files
author
Juan Caballero
committed
increased tolerance in image comparison
1 parent 36a43bf commit 0c3c370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydeeptools/deeptools/test/test_plotPCA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
print(TEST_DATA)
1111
print(ROOT)
12-
tolerance = 13
12+
tolerance = 50
1313

1414
def test_plotPCA_default():
1515
plotfile = NamedTemporaryFile(suffix='.png', prefix='deeptools_testfile_', delete=False)

0 commit comments

Comments
 (0)