#88804 Report by node lzs-ThinkPad-T450 covering 1386 tests from 39 modules resulted into 55 errors

Report

ObsPy version
1.0.3
GitHub Pull Request
-
Report file
XML document
Total runtime
266.6 sec
Report date/time
Oct. 17, 2017, 7:53 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
lzs-ThinkPad-T450
Processor
x86_64
Python Compiler
GCC 4.4.7 20120313 (Red Hat 4.4.7-1)
Python Implementation
CPython
Python Version
3.6.1
Release
4.4.0-93-generic
System
Linux
Version
#116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017

Dependencies

cartopy
---
decorator
4.0.11
flake8
---
future
0.16.0
geographiclib
---
lxml.etree
3.7.3
m2crypto
---
matplotlib
2.0.2
mock
---
mpl_toolkits.basemap
---
numpy
1.12.1
osgeo.gdal
---
pep8-naming
---
pyflakes
1.5.0
pyimgur
---
pyproj
---
requests
2.14.2
scipy
0.19.0
setuptools
27.2.0
sqlalchemy
1.1.9

Modules (39)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem - -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 6 1 2 3 4 5 6
obspy.db - -
obspy.geodetics - -
obspy.imaging 34 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
obspy.io.ah - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.datamark - -
obspy.io.gse2 - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.sac - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal 6 41 42 43 44 45 46
obspy.taup 9 47 48 49 50 51 52 53 54 55
Summary 55 55

Tracebacks (55)

Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/tests/test_station.py", line 58, in test_response_plot
sta.plot(0.05, channel="*[NE]", outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (345, 460, 4) is not equal to the expected shape (432, 576, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/tests/test_response.py", line 138, in test_response_plot
outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (345, 460, 4) is not equal to the expected shape (432, 576, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/tests/test_network.py", line 149, in test_response_plot
time=t, outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (345, 460, 4) is not equal to the expected shape (432, 576, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/tests/test_inventory.py", line 164, in test_response_plot
station="[WR]*", time=t, outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (345, 460, 4) is not equal to the expected shape (432, 576, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/tests/test_channel.py", line 63, in test_response_plot
cha.plot(0.005, outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (345, 460, 4) is not equal to the expected shape (432, 576, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/tests/test_trace.py", line 2239, in test_remove_response_plot
water_level=60, end_stage=None, plot=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: trace_remove_response.png
	RMS: 54.321991126982816
	Tolerance: 4.5
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_spectrogram.py", line 49, in test_spectrogram
np.seterr(**np_err)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 83, in test_beachball
beachball(data_, outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: bb_sumatra_mt.png
	RMS: 79.80270672101291
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 254, in test_collection
fig.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (1800, 1800, 4) is not equal to the expected shape (600, 600, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 305, in test_collection_aspect_x
filename_width_height='bb_aspect_x_height.png')
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 280, in collection_aspect
fig.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 314, in test_collection_aspect_y
filename_width_height='bb_aspect_y_height.png')
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 280, in collection_aspect
fig.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_beachball.py", line 326, in test_mopad_fallback
beachball(mt, outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: mopad_fallback.png
	RMS: 71.48701700308945
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 300, in test_plot_azim_section
ev_coord=(0.0, 0.0))
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_azim_section.png
	RMS: 24.018354092929293
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 265, in test_plot_binning_error
tr.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_binning_error.png
	RMS: 44.1131925845319
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 343, in test_plot_colored_section
st.plot(outfile=ic.name, type='section', color='channel')
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_color_section.png
	RMS: 20.782648531888327
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 207, in test_plot_complex_gap_few_samples
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_complex_gap_few_samples.png
	RMS: 39.207266673411446
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 186, in test_plot_complex_gap_many_samples
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_complex_gap_many_samples.png
	RMS: 38.64475540095965
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 380, in test_plot_day_plot
timezone='EST', time_offset=-5)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_dayplot.png
	RMS: 16.716161341647787
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 416, in test_plot_day_plot_catalog
events=cat)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_dayplot_catalog.png
	RMS: 23.998211044436903
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 402, in test_plot_day_plot_explicit_event
{'time': event5, 'text': 'Event 5'}])
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_dayplot_event.png
	RMS: 20.708064451641377
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 354, in test_plot_default_relative
st.plot(outfile=ic.name, type='relative')
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_default_relative.png
	RMS: 46.61939167342277
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 284, in test_plot_default_section
st.plot(outfile=ic.name, type='section')
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_default_section.png
	RMS: 24.145688918176123
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 313, in test_plot_horizontal_section
st.plot(outfile=ic.name, type='section', orientation='horizontal')
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_horiz_section.png
	RMS: 26.856394396865714
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 216, in test_plot_multiple_traces
st.plot(outfile=ic.name, automerge=False)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_1_trace.png
	RMS: 31.743504532423636
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 135, in test_plot_one_hour_few_samples
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_one_hour_few_samples.png
	RMS: 48.384934845466105
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 122, in test_plot_one_hour_many_samples
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_one_hour_many_samples.png
	RMS: 47.95362092689143
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 368, in test_plot_ref_time_relative
st.plot(outfile=ic.name, type='relative', reftime=ref)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_reftime_relative.png
	RMS: 46.917491834069736
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 328, in test_plot_ref_time_section
st.plot(outfile=ic.name, type='section', reftime=reftime)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_reftime_section.png
	RMS: 23.899738352821633
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 165, in test_plot_simple_gap_few_samples
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_simple_gap_few_samples.png
	RMS: 37.58910906100329
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 150, in test_plot_simple_gap_many_samples
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_simple_gap_many_samples.png
	RMS: 37.0774583810703
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_waveform.py", line 255, in test_plot_with_labels
st.plot(outfile=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_labels.png
	RMS: 36.68818956194668
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_scan.py", line 95, in test_multiple_sampling_rates
obspy_scan(files + ['--output', ic.name, '--quiet'])
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (288, 432, 4) is not equal to the expected shape (400, 600, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_scan.py", line 52, in test_scan
obspy_scan([os.curdir] + ['--output', ic.name, '--quiet'])
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (468, 1872, 4) is not equal to the expected shape (650, 2600, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_scan.py", line 69, in test_scan_times
['--quiet'])
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (468, 876, 4) is not equal to the expected shape (650, 1216, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_plot.py", line 44, in test_plot
obspy_plot(['--outfile', ic.name] + all_files)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: plot.png
	RMS: 29.507253345575897
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_plot.py", line 60, in test_plot_no_merge
all_files)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: plot_nomerge.png
	RMS: 29.43409361041489
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_mopad.py", line 79, in test_collection
fig.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (1800, 1800, 4) is not equal to the expected shape (600, 600, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_ppsd.py", line 46, in test_ppsd_plot
fig.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_ppsd.py", line 95, in test_ppsd_plot_cumulative
fig.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/imaging/tests/test_ppsd.py", line 69, in test_ppsd_plot_frequency
fig.savefig(ic.name, dpi=50)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (240, 320, 4) is not equal to the expected shape (300, 400, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/signal/tests/test_spectral_estimation.py", line 463, in test_ppsd_restricted_stacks
np.seterr(**_t)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/signal/tests/test_cross_correlation.py", line 74, in test_xcorr_pick_correction_images
t1, tr1, t2, tr2, 0.05, 0.2, 0.1, plot=True, filename=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/signal/tests/test_detrend.py", line 73, in test_polynomial_detrend_plotting
polynomial(tr.data, order=3, plot=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: polynomial_detrend.png
	RMS: 60.70077429489677
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/signal/tests/test_detrend.py", line 87, in test_spline_detrend_plotting
spline(tr.data, order=1, dspline=1500, plot=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: degree_1_spline_detrend.png
	RMS: 61.52135239085695
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/signal/tests/test_interpolation.py", line 136, in test_plot_lanczos_window
plot_lanczos_windows(a=20, filename=ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: plot_lanczos_window.png
	RMS: 47.82372075306005
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/signal/tests/test_tf_misfit.py", line 262, in test_plot_tfr
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 388, in __exit__
msg = self.compare()
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 486, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 205, in compare_images
str(expected_image.shape)))
obspy.core.util.testing.ImageComparisonException: The shape of the received image (480, 640, 4) is not equal to the expected shape (600, 800, 4).
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 81, in test_cartesian_many_phases
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: cartesian_many_phases.png
	RMS: 44.69175166254581
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 93, in test_cartesian_many_phases_buried_station
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: cartesian_many_phases_buried_station.png
	RMS: 45.602090595351726
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 104, in test_cartesian_many_phases_no_other_way
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: cartesian_many_phases_single_way.png
	RMS: 44.07073405333748
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 114, in test_cartesian_multiple_station_markers
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: cartesian_multiple_stations.png
	RMS: 41.62618406724306
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 74, in test_spherical_diff_phases
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spherical_diff_phases.png
	RMS: 21.239406394718287
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 32, in test_spherical_many_phases
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spherical_many_phases.png
	RMS: 34.556157193762154
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 44, in test_spherical_many_phases_buried_station
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spherical_many_phases_buried_station.png
	RMS: 34.89787431921893
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 55, in test_spherical_many_phases_no_other_way
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spherical_many_phases_single_way.png
	RMS: 28.952815683452965
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').
Traceback (most recent call last):
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/taup/tests/test_plotting.py", line 65, in test_spherical_more_then_360_degrees
plt.savefig(ic.name)
File "/home/lzs/.pyenv/versions/anaconda3-4.4.0/lib/python3.6/site-packages/obspy/core/util/testing.py", line 455, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spherical_more_then_360.png
	RMS: 20.842762196983394
	Tolerance: 3.0
Upload to imgur failed (caught ModuleNotFoundError: No module named 'pyimgur').

Skipped tests (38)

Submodule Test Skip message
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_use_obspy_deprecation_warning (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_future_imports_in_every_file (obspy.core.tests.test_code_formatting.FutureUsageTestCase) No code formatting tests for release builds
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) basemap not installed
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
geodetics test_gps_2_dist_azimuth_with_geographiclib (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
geodetics test_issue_375 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
io.nlloc test_read_nlloc_scatter_coordinate_conversion (obspy.io.nlloc.tests.test_util.NLLOCTestCase) pyproj not installed
io.shapefile test_write_catalog_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) gdal not installed or version is too old
io.wav test_rescale_on_write (obspy.io.wav.tests.test_core.CoreTestCase) needs a recent NumPy version
taup test_path_geo (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_p_iasp91_geo_manual (obspy.taup.tests.test_tau.TauPyModelTestCase) Module geographiclib is not installed
taup test_pierce_p_iasp91_geo (obspy.taup.tests.test_tau.TauPyModelTestCase) Module geographiclib is not installed
taup test_single_path_geo_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase) Module geographiclib is not installed

Slowest tests (20)

Runtime Test
15.666s test_kennet_ak135_ttime_tables_s_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
15.083s test_kennet_ak135_ttime_tables_p_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
14.340s read (obspy.core.stream)
13.790s test_kennet_ak135_ttime_tables_p_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
11.285s test_kennet_ak135_ttime_tables_s_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
9.048s test_read_url_via_network (obspy.core.tests.test_stream.StreamTestCase)
8.930s test_kennet_ak135_ttime_tables_pkikp (obspy.taup.tests.test_tau.TauPyModelTestCase)
8.114s test_kennet_ak135_ttime_tables_pcp (obspy.taup.tests.test_tau.TauPyModelTestCase)
7.212s test_kennet_ak135_ttime_tables_scs (obspy.taup.tests.test_tau.TauPyModelTestCase)
5.392s test_kennet_ak135_ttime_tables_scp (obspy.taup.tests.test_tau.TauPyModelTestCase)
4.517s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
4.236s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.191s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
3.603s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.575s plot_tfr (obspy.signal.tf_misfit)
3.539s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.405s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.375s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
3.348s test_plot_lanczos_window (obspy.signal.tests.test_interpolation.InterpolationTestCase)
3.300s test_spherical_many_phases (obspy.taup.tests.test_plotting.TauPyPlottingTestCase)