Skip to content

Commit

Permalink
higher relative tolerance for matplotlib (see http://tests.obspy.org/…
Browse files Browse the repository at this point in the history
  • Loading branch information
megies committed Apr 30, 2014
1 parent 341999c commit 5cbb908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obspy/core/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def get_matplotlib_defaul_tolerance():
if getMatplotlibVersion() < [1, 3, 0]:
return 2e-3
else:
return 1
return 2


FLAKE8_EXCLUDE_FILES = [
Expand Down

0 comments on commit 5cbb908

Please sign in to comment.