#94606 Report by node docker-ubuntu_18_04_bionic_32bit covering 1538 tests from 41 modules resulted into 83 errors

Report

ObsPy version
1.0.2.post0+998.g54b8d6bb3a
GitHub Pull Request
https://github.com/obspy/obspy/pull/1002
Report file
XML document
Total runtime
347.4 sec
Report date/time
May 5, 2018, 12:04 a.m.

System / Python

Architecture
32bit
Machine
x86_64
Node
docker-ubuntu_18_04_bionic_32bit
Processor
x86_64
Python Compiler
GCC 7.3.0
Python Implementation
CPython
Python Version
2.7.15rc1
Release
4.4.0-119-generic
System
Linux
Version
#143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018

Dependencies

cartopy
---
decorator
4.1.2
flake8
3.5.0
future
0.15.2
geographiclib
1.49
lxml.etree
4.2.1
m2crypto
---
matplotlib
2.1.1
mock
2.0.0
mpl_toolkits.basemap
1.1.0
numpy
1.13.3
osgeo.gdal
---
pep8-naming
---
pyflakes
1.6.0
pyimgur
0.5.3
pyproj
1.9.5.1
requests
2.18.4
scipy
0.19.1
setuptools
39.0.1
sqlalchemy
1.1.11

Modules (41)

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 19 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
obspy.db - -
obspy.geodetics - -
obspy.imaging 41 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
obspy.io.ah - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.datamark - -
obspy.io.gcf - -
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.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
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.signal 14 61 62 63 64 65 66 67 68 69 70 71 72 73 74
obspy.taup 9 75 76 77 78 79 80 81 82 83
Summary 83 83

Tracebacks (83)

Traceback (most recent call last):
File "/obspy/obspy/core/tests/test_inventory.py", line 165, in test_response_plot
station="[WR]*", time=t, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_inventory.py", line 488, in test_combined_station_event_plot
cat.plot(outfile=ic.name, fig=fig)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_inventory.py", line 436, in test_location_plot_global
inv.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_inventory.py", line 469, in test_location_plot_local
outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_inventory.py", line 449, in test_location_plot_ortho
colormap='Set3', color_per_network=True, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_station.py", line 58, in test_response_plot
sta.plot(0.05, channel="*[NE]", outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_event.py", line 511, in test_catalog_plot_global
cat.plot(method='basemap', outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_event.py", line 555, in test_catalog_plot_local
color='date', colormap='gist_heat')
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_event.py", line 523, in test_catalog_plot_ortho
color='date')
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_event.py", line 537, in test_catalog_plot_ortho_longitude_wrap
water_fill_color='b')
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
ImageComparisonException: The shape of the received image (192, 256, 4) is not equal to the expected shape (240, 320, 4).
Traceback (most recent call last):
File "/obspy/obspy/core/tests/test_network.py", line 294, in test_location_plot_ortho
color='yellow', label=False, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_trace.py", line 2235, in test_remove_response_plot
water_level=60, end_stage=None, plot=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: trace_remove_response.png
	RMS: 53.9818161977
	Tolerance: 4.5
	Expected: /obspy/obspy/core/tests/images/trace_remove_response.png
	Actual: /obspy/obspy/core/tests/images/testrun/trace_remove_response.png
	Diff: /obspy/obspy/core/tests/images/testrun/trace_remove_response-failed-diff.png
	Expected: https://i.imgur.com/361z0eW.png
	Actual: https://i.imgur.com/7ZyS7Lj.png
	Diff: https://i.imgur.com/qXYr3dQ.png
Traceback (most recent call last):
File "/obspy/obspy/core/tests/test_channel.py", line 63, in test_response_plot
cha.plot(0.005, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_event.py", line 155, in test_plot_farfield_without_quiver_with_maps
['p_sphere', 's_sphere']], outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: event.png
	RMS: 51.6896791762
	Tolerance: 3.0
	Expected: /obspy/obspy/core/tests/images/event.png
	Actual: /obspy/obspy/core/tests/images/testrun/event.png
	Diff: /obspy/obspy/core/tests/images/testrun/event-failed-diff.png
	Expected: https://i.imgur.com/QQohN7n.png
	Actual: https://i.imgur.com/HKWHdIZ.png
	Diff: https://i.imgur.com/BKcohxW.png
Traceback (most recent call last):
File "/obspy/obspy/core/tests/test_response.py", line 148, in test_response_plot
outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_network.py", line 281, in test_location_plot_global
net.plot(method='basemap', outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_network.py", line 313, in test_location_plot_local
size=13**2, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/core/tests/test_code_formatting.py", line 165, in test_no_pyplot_import_in_any_file
self.assertEqual(len(failures), 0, "\n" + "\n\n".join(failures))
AssertionError:
File '/obspy/obspy/signal/array_analysis/seismic_array.py' (line 26)
matches a forbidden matplotlib import statement outside of class/def statements
(breaking matplotlib backend switching on some systems):
'import matplotlib.pyplot as plt'
Traceback (most recent call last):
File "/obspy/obspy/core/tests/test_network.py", line 149, in test_response_plot
time=t, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_waveform.py", line 328, in test_plot_ref_time_section
st.plot(outfile=ic.name, type='section', reftime=reftime)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_reftime_section.png
	RMS: 23.9684815261
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_reftime_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_reftime_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_reftime_section-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 438, in test_plot_ref_time_relative
st.plot(outfile=ic.name, type='relative', reftime=ref)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_reftime_relative.png
	RMS: 46.7264396247
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_reftime_relative.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_reftime_relative.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_reftime_relative-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 150, in test_plot_simple_gap_many_samples
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_simple_gap_many_samples.png
	RMS: 36.8497902301
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_simple_gap_many_samples.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_simple_gap_many_samples.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_simple_gap_many_samples-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 165, in test_plot_simple_gap_few_samples
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_simple_gap_few_samples.png
	RMS: 37.3680119889
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_simple_gap_few_samples.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_simple_gap_few_samples.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_simple_gap_few_samples-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 361, in test_plot_wiggles_negative_section
fillcolors=(None, "black"))
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_negative_section.png
	RMS: 79.7288792513
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_wiggles_negative_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_negative_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_negative_section-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 396, in test_plot_wiggles_horizontal_section
fillcolors=("blue", "red"))
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_horizontal_section.png
	RMS: 95.5933029732
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_wiggles_horizontal_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_horizontal_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_horizontal_section-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 413, in test_plot_wiggles_vertical_section
fillcolors=("blue", "red"))
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_vertical_section.png
	RMS: 95.3759897109
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_wiggles_vertical_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_vertical_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_vertical_section-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 379, in test_plot_wiggles_positive_section
fillcolors=("black", None))
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_positive_section.png
	RMS: 87.7717913683
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_wiggles_positive_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_positive_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_wiggles_positive_section-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_beachball.py", line 83, in test_beachball
beachball(data_, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: bb_sumatra_mt.png
	RMS: 79.8027117334
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/bb_sumatra_mt.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/bb_sumatra_mt.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/bb_sumatra_mt-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 255, in test_plot_with_labels
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_labels.png
	RMS: 36.5501153669
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_labels.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_labels.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_labels-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_ppsd.py", line 44, in test_ppsd_plot
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_spectrogram.py", line 48, in test_spectrogram
samp_rate=st[0].stats.sampling_rate, show=False)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_mopad.py", line 79, in test_collection
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_plot.py", line 60, in test_plot_no_merge
all_files)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: plot_nomerge.png
	RMS: 29.1765101866
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/plot_nomerge.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/plot_nomerge.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/plot_nomerge-failed-diff.png
	Expected: https://i.imgur.com/sjRzLFu.png
	Actual: https://i.imgur.com/GrlzccC.png
	Diff: https://i.imgur.com/Chj2XTL.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 265, in test_plot_binning_error
tr.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_binning_error.png
	RMS: 43.9486700595
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_binning_error.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_binning_error.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_binning_error-failed-diff.png
	Expected: https://i.imgur.com/WIXzaOx.png
	Actual: https://i.imgur.com/KrKOjFb.png
	Diff: https://i.imgur.com/C6Lm14z.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 300, in test_plot_azim_section
ev_coord=(0.0, 0.0))
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_azim_section.png
	RMS: 24.1302023752
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_azim_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_azim_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_azim_section-failed-diff.png
	Expected: https://i.imgur.com/aWTVBCN.png
	Actual: https://i.imgur.com/JDmF5g6.png
	Diff: https://i.imgur.com/9xBHm0u.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_ppsd.py", line 63, in test_ppsd_plot_frequency
fig.savefig(ic.name, dpi=50)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_ppsd.py", line 85, in test_ppsd_plot_cumulative
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_waveform.py", line 207, in test_plot_complex_gap_few_samples
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_complex_gap_few_samples.png
	RMS: 39.1149955899
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_complex_gap_few_samples.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_complex_gap_few_samples.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_complex_gap_few_samples-failed-diff.png
	Expected: https://i.imgur.com/JexbURu.png
	Actual: https://i.imgur.com/6lt5UXr.png
	Diff: https://i.imgur.com/KW7n9Wx.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 343, in test_plot_colored_section
st.plot(outfile=ic.name, type='section', color='channel')
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_color_section.png
	RMS: 20.878425228
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_color_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_color_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_color_section-failed-diff.png
	Expected: https://i.imgur.com/ntqakos.png
	Actual: https://i.imgur.com/dyRU6Ii.png
	Diff: https://i.imgur.com/C8y9bGp.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_plot.py", line 44, in test_plot
obspy_plot(['--outfile', ic.name] + all_files)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: plot.png
	RMS: 29.2777690407
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/plot.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/plot.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/plot-failed-diff.png
	Expected: https://i.imgur.com/yHjhmA4.png
	Actual: https://i.imgur.com/Koenq1u.png
	Diff: https://i.imgur.com/x3veVlD.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_scan.py", line 54, in test_scan_main_method
obspy_scan([os.curdir] + ['--output', ic.name, '--quiet'])
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_scan.py", line 118, in test_scan_save_load_npz
'--quiet'])
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_scan.py", line 171, in test_multiple_sampling_rates
expected_stdout_lines, out.stdout.decode().splitlines())
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_scan.py", line 70, in test_scan_function_and_scanner_class
scan(paths=os.curdir, plot=ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_beachball.py", line 314, in test_collection_aspect_y
filename_width_height='bb_aspect_y_height.png')
File "/obspy/obspy/imaging/tests/test_beachball.py", line 280, in collection_aspect
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_beachball.py", line 326, in test_mopad_fallback
beachball(mt, outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: mopad_fallback.png
	RMS: 71.4869750374
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/mopad_fallback.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/mopad_fallback.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/mopad_fallback-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_beachball.py", line 254, in test_collection
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_beachball.py", line 305, in test_collection_aspect_x
filename_width_height='bb_aspect_x_height.png')
File "/obspy/obspy/imaging/tests/test_beachball.py", line 280, in collection_aspect
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_scan.py", line 137, in test_scan_times
['--quiet'])
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_scan.py", line 95, in test_scanner_manually_add_streams
scanner.plot(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/imaging/tests/test_waveform.py", line 186, in test_plot_complex_gap_many_samples
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_complex_gap_many_samples.png
	RMS: 38.5349918905
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_complex_gap_many_samples.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_complex_gap_many_samples.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_complex_gap_many_samples-failed-diff.png
	Expected: https://i.imgur.com/VrM3lte.png
	Actual: https://i.imgur.com/xVi4g2F.png
	Diff: https://i.imgur.com/NIo0LUV.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 450, in test_plot_day_plot
timezone='EST', time_offset=-5)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_dayplot.png
	RMS: 16.7466504114
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_dayplot.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_dayplot.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_dayplot-failed-diff.png
	Expected: https://i.imgur.com/sLcMV6y.png
	Actual: https://i.imgur.com/N5uDGOa.png
	Diff: https://i.imgur.com/EOpyIDz.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 486, in test_plot_day_plot_catalog
events=cat)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_dayplot_catalog.png
	RMS: 24.0949427612
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_dayplot_catalog.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_dayplot_catalog.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_dayplot_catalog-failed-diff.png
	Expected: https://i.imgur.com/4fqOalM.png
	Actual: https://i.imgur.com/gFseYS7.png
	Diff: https://i.imgur.com/QaTLEi3.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 472, in test_plot_day_plot_explicit_event
{'time': event5, 'text': 'Event 5'}])
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_dayplot_event.png
	RMS: 20.7289202163
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_dayplot_event.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_dayplot_event.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_dayplot_event-failed-diff.png
	Expected: https://i.imgur.com/GJQPzUF.png
	Actual: https://i.imgur.com/1D4D1mQ.png
	Diff: https://i.imgur.com/g6NPSRi.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 424, in test_plot_default_relative
st.plot(outfile=ic.name, type='relative')
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_default_relative.png
	RMS: 46.5236112098
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_default_relative.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_default_relative.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_default_relative-failed-diff.png
	Expected: https://i.imgur.com/klT25a2.png
	Actual: https://i.imgur.com/5KPClNE.png
	Diff: https://i.imgur.com/IX93U4c.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 284, in test_plot_default_section
st.plot(outfile=ic.name, type='section')
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_default_section.png
	RMS: 24.2151236489
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_default_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_default_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_default_section-failed-diff.png
	Expected: https://i.imgur.com/uR7yEnA.png
	Actual: https://i.imgur.com/JTfcnsk.png
	Diff: https://i.imgur.com/dNhizT5.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 313, in test_plot_horizontal_section
st.plot(outfile=ic.name, type='section', orientation='horizontal')
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_horiz_section.png
	RMS: 26.8125711809
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_horiz_section.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_horiz_section.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_horiz_section-failed-diff.png
	Expected: https://i.imgur.com/ahJMN2r.png
	Actual: https://i.imgur.com/kMF7gA8.png
	Diff: https://i.imgur.com/dTblcBm.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 216, in test_plot_multiple_traces
st.plot(outfile=ic.name, automerge=False)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_1_trace.png
	RMS: 31.3096917902
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_1_trace.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_1_trace.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_1_trace-failed-diff.png
	Expected: https://i.imgur.com/gvMlp9K.png
	Actual: https://i.imgur.com/egFeHDZ.png
	Diff: https://i.imgur.com/UdkSUaV.png
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 135, in test_plot_one_hour_few_samples
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_one_hour_few_samples.png
	RMS: 48.18881696
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_one_hour_few_samples.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_one_hour_few_samples.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_one_hour_few_samples-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/imaging/tests/test_waveform.py", line 122, in test_plot_one_hour_many_samples
st.plot(outfile=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: waveform_one_hour_many_samples.png
	RMS: 47.7422010385
	Tolerance: 3.0
	Expected: /obspy/obspy/imaging/tests/images/waveform_one_hour_many_samples.png
	Actual: /obspy/obspy/imaging/tests/images/testrun/waveform_one_hour_many_samples.png
	Diff: /obspy/obspy/imaging/tests/images/testrun/waveform_one_hour_many_samples-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/signal/tests/test_interpolation.py", line 136, in test_plot_lanczos_window
plot_lanczos_windows(a=20, filename=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: plot_lanczos_window.png
	RMS: 47.834545397
	Tolerance: 3.0
	Expected: /obspy/obspy/signal/tests/images/plot_lanczos_window.png
	Actual: /obspy/obspy/signal/tests/images/testrun/plot_lanczos_window.png
	Diff: /obspy/obspy/signal/tests/images/testrun/plot_lanczos_window-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/signal/tests/test_spectral_estimation.py", line 439, in test_ppsd_restricted_stacks
fig.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/signal/tests/test_detrend.py", line 73, in test_polynomial_detrend_plotting
polynomial(tr.data, order=3, plot=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: polynomial_detrend.png
	RMS: 60.6516163016
	Tolerance: 3.0
	Expected: /obspy/obspy/signal/tests/images/polynomial_detrend.png
	Actual: /obspy/obspy/signal/tests/images/testrun/polynomial_detrend.png
	Diff: /obspy/obspy/signal/tests/images/testrun/polynomial_detrend-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/signal/tests/test_detrend.py", line 87, in test_spline_detrend_plotting
spline(tr.data, order=1, dspline=1500, plot=ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: degree_1_spline_detrend.png
	RMS: 61.4466584934
	Tolerance: 3.0
	Expected: /obspy/obspy/signal/tests/images/degree_1_spline_detrend.png
	Actual: /obspy/obspy/signal/tests/images/testrun/degree_1_spline_detrend.png
	Diff: /obspy/obspy/signal/tests/images/testrun/degree_1_spline_detrend-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/signal/tests/test_tf_misfit.py", line 292, in test_plot_tfr
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/signal/tests/test_tf_misfit.py", line 300, in test_plot_tf_misfits
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/signal/tests/test_tf_misfit.py", line 308, in test_plot_tf_gofs
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/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 "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/signal/tests/test_seismic_array.py", line 319, in test_plot_radial_transfer_function
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/obspy/obspy/signal/tests/test_seismic_array.py", line 329, in test_array_plotting
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 403, in __exit__
msg = self.compare()
File "/obspy/obspy/core/util/testing.py", line 501, in compare
return compare_images(self.baseline_image, self.name, tol=self.tol)
File "/obspy/obspy/core/util/testing.py", line 220, in compare_images
str(expected_image.shape)))
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 "/usr/lib/python2.7/doctest.py", line 2226, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal.array_analysis.seismic_array.SeismicArray.plot
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 185, in plot
----------------------------------------------------------------------
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 196, in obspy.signal.array_analysis.seismic_array.SeismicArray.plot
Failed example:
array.plot()
Expected nothing
Got:
<matplotlib.figure.Figure object at 0xee6b4f8c>
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal.array_analysis.seismic_array.SeismicArray
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 73, in SeismicArray
----------------------------------------------------------------------
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 100, in obspy.signal.array_analysis.seismic_array.SeismicArray
Failed example:
print(array)
Expected:
Seismic Array 'AGFA' with 5 Stations, aperture: 0.06 km.
Got:
Seismic Array 'AGFA' with 5 Stations, Aperture: 0.06 km.
Traceback (most recent call last):
File "/obspy/obspy/signal/tests/test_seismic_array.py", line 305, in test_three_component_beamforming
freq_range=[0.1, .3], whiten=True, coherency=False)
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 1790, in three_component_beamforming
uindex=uindex)
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 1502, in _three_c_do_bf
fcoeffz, fcoeffn, fcoeffe, deltaf, whiten)
File "/obspy/obspy/signal/array_analysis/seismic_array.py", line 1354, in _three_c_dowhiten
ampw[ww / 2:n_freqs - ww / 2] += (csamp[ww:, k] -
TypeError: slice indices must be integers or None or have an __index__ method
Traceback (most recent call last):
File "/obspy/obspy/signal/tests/test_seismic_array.py", line 184, in test_covariance_array_processing
dt[i]:-(np.max(dt) + 1) + dt[i]].copy())
TypeError: slice indices must be integers or None or have an __index__ method
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 55, in test_spherical_many_phases_no_other_way
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: spherical_many_phases_single_way.png
	RMS: 28.895274631
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/spherical_many_phases_single_way.png
	Actual: /obspy/obspy/taup/tests/images/testrun/spherical_many_phases_single_way.png
	Diff: /obspy/obspy/taup/tests/images/testrun/spherical_many_phases_single_way-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 44, in test_spherical_many_phases_buried_station
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: spherical_many_phases_buried_station.png
	RMS: 34.8680456579
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/spherical_many_phases_buried_station.png
	Actual: /obspy/obspy/taup/tests/images/testrun/spherical_many_phases_buried_station.png
	Diff: /obspy/obspy/taup/tests/images/testrun/spherical_many_phases_buried_station-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 65, in test_spherical_more_then_360_degrees
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: spherical_more_then_360.png
	RMS: 20.8335874971
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/spherical_more_then_360.png
	Actual: /obspy/obspy/taup/tests/images/testrun/spherical_more_then_360.png
	Diff: /obspy/obspy/taup/tests/images/testrun/spherical_more_then_360-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 74, in test_spherical_diff_phases
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: spherical_diff_phases.png
	RMS: 21.2207905602
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/spherical_diff_phases.png
	Actual: /obspy/obspy/taup/tests/images/testrun/spherical_diff_phases.png
	Diff: /obspy/obspy/taup/tests/images/testrun/spherical_diff_phases-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 32, in test_spherical_many_phases
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: spherical_many_phases.png
	RMS: 34.5055033292
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/spherical_many_phases.png
	Actual: /obspy/obspy/taup/tests/images/testrun/spherical_many_phases.png
	Diff: /obspy/obspy/taup/tests/images/testrun/spherical_many_phases-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 81, in test_cartesian_many_phases
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: cartesian_many_phases.png
	RMS: 44.7156616858
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/cartesian_many_phases.png
	Actual: /obspy/obspy/taup/tests/images/testrun/cartesian_many_phases.png
	Diff: /obspy/obspy/taup/tests/images/testrun/cartesian_many_phases-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 93, in test_cartesian_many_phases_buried_station
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: cartesian_many_phases_buried_station.png
	RMS: 45.6036913711
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/cartesian_many_phases_buried_station.png
	Actual: /obspy/obspy/taup/tests/images/testrun/cartesian_many_phases_buried_station.png
	Diff: /obspy/obspy/taup/tests/images/testrun/cartesian_many_phases_buried_station-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 104, in test_cartesian_many_phases_no_other_way
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: cartesian_many_phases_single_way.png
	RMS: 43.9975044747
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/cartesian_many_phases_single_way.png
	Actual: /obspy/obspy/taup/tests/images/testrun/cartesian_many_phases_single_way.png
	Diff: /obspy/obspy/taup/tests/images/testrun/cartesian_many_phases_single_way-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).
Traceback (most recent call last):
File "/obspy/obspy/taup/tests/test_plotting.py", line 114, in test_cartesian_multiple_station_markers
plt.savefig(ic.name)
File "/obspy/obspy/core/util/testing.py", line 470, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: cartesian_multiple_stations.png
	RMS: 41.6330926067
	Tolerance: 3.0
	Expected: /obspy/obspy/taup/tests/images/cartesian_multiple_stations.png
	Actual: /obspy/obspy/taup/tests/images/testrun/cartesian_multiple_stations.png
	Diff: /obspy/obspy/taup/tests/images/testrun/cartesian_multiple_stations-failed-diff.png
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).

Skipped tests (18)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
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
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_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) flake8 check disabled
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
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
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
io.wav test_rescale_on_write (obspy.io.wav.tests.test_core.CoreTestCase) needs a recent NumPy version

Slowest tests (20)

Runtime Test
17.284s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
12.104s test_kennet_ak135_ttime_tables_s_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
11.971s test_kennet_ak135_ttime_tables_p_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
10.835s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
10.772s test_kennet_ak135_ttime_tables_p_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
8.739s test_kennet_ak135_ttime_tables_s_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
7.879s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.687s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
7.233s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.173s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
6.341s test_kennet_ak135_ttime_tables_pkikp (obspy.taup.tests.test_tau.TauPyModelTestCase)
5.963s test_kennet_ak135_ttime_tables_pcp (obspy.taup.tests.test_tau.TauPyModelTestCase)
5.753s test_kennet_ak135_ttime_tables_scs (obspy.taup.tests.test_tau.TauPyModelTestCase)
5.469s test_plot_day_plot_explicit_event (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.168s test_plot_no_merge (obspy.imaging.tests.test_plot.PlotTestCase)
5.086s test_plot_day_plot_catalog (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.052s test_plot_complex_gap_many_samples (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.764s test_plot (obspy.imaging.tests.test_plot.PlotTestCase)
4.755s test_plot_day_plot (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.330s test_plot_complex_gap_few_samples (obspy.imaging.tests.test_waveform.WaveformTestCase)