#113097 Report by node gh-actions covering 1983 tests from 49 modules resulted into 46 errors

Report

ObsPy version
0.0.0.dev+0.ga68b1dc079
GitHub Pull Request
https://github.com/obspy/obspy/pull/2722
Report file
XML document
Total runtime
294.4 sec
Report date/time
Feb. 21, 2021, 5:16 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
x86_64
Python Compiler
GCC 7.5.0
Python Implementation
CPython
Python Version
3.9.1
Release
5.4.0-1039-azure
System
Linux
Version
#41~18.04.1-Ubuntu SMP Mon Jan 18 14:00:01 UTC 2021

Dependencies

cartopy
---
decorator
4.4.2
flake8
---
geographiclib
---
lxml.etree
4.6.2
m2crypto
---
matplotlib
3.3.4
mock
---
mpl_toolkits.basemap
---
numpy
1.20.1
pep8-naming
---
pyflakes
---
pyimgur
0.6.0
pyproj
---
requests
2.25.1
scipy
1.6.1
setuptools
49.2.1
shapefile
---
sqlalchemy
1.3.23

Modules (49)

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.nrl Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 8 1 2 3 4 5 6 7 8
obspy.db - -
obspy.geodetics - -
obspy.imaging 32 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.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.hypodd - -
obspy.io.iaspei - -
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.rg16 - -
obspy.io.sac - -
obspy.io.scardec - -
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.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal 5 41 42 43 44 45
obspy.taup 1 46
Summary 46 46

Tracebacks (46)

Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.1/x64/lib/python3.9/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.utcdatetime.UTCDateTime.isocalendar
File "/home/runner/work/obspy/obspy/obspy/core/utcdatetime.py", line 1418, in isocalendar
----------------------------------------------------------------------
File "/home/runner/work/obspy/obspy/obspy/core/utcdatetime.py", line 1429, in obspy.core.utcdatetime.UTCDateTime.isocalendar
Failed example:
dt.isocalendar()
Expected:
(2008, 40, 3)
Got:
datetime.IsoCalendarDate(year=2008, week=40, weekday=3)
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_channel.py", line 49, in test_response_plot
cha.plot(0.005, outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: channel_response.png
	RMS: 5.1236100992815485
	Tolerance: 3.0
	Expected: https://i.imgur.com/PnvCjVr.png
	Actual: https://i.imgur.com/5gsTPma.png
	Diff: https://i.imgur.com/isCHSOe.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_response.py", line 147, in test_response_plot_degrees
resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: response_response_degrees.png
	RMS: 3.027560756111171
	Tolerance: 3.0
	Expected: https://i.imgur.com/kxPoEU7.png
	Actual: https://i.imgur.com/mMa9KZA.png
	Diff: https://i.imgur.com/WX0Cgpv.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_station.py", line 44, in test_response_plot
sta.plot(0.05, channel="*[NE]", outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: station_response.png
	RMS: 10.352036383185995
	Tolerance: 3.0
	Expected: https://i.imgur.com/vXgLcEx.png
	Actual: https://i.imgur.com/razgHGc.png
	Diff: https://i.imgur.com/7UEF0BL.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_station.py", line 56, in test_response_plot_degrees
sta.plot(0.05, channel="*[NE]", plot_degrees=True,
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: station_response_degrees.png
	RMS: 10.350095533817859
	Tolerance: 3.0
	Expected: https://i.imgur.com/ROYuI3z.png
	Actual: https://i.imgur.com/qpaoEao.png
	Diff: https://i.imgur.com/fUvXs0U.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_trace.py", line 2305, in test_remove_response_plot
tr.remove_response(pre_filt=pre_filt, output="DISP",
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: trace_remove_response.png
	RMS: 8.335286780566443
	Tolerance: 4.5
	Expected: https://i.imgur.com/d4nWaP5.png
	Actual: https://i.imgur.com/Ggg6WeT.png
	Diff: https://i.imgur.com/fdR5kiH.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_inventory.py", line 190, in test_response_plot
inv.plot_response(0.01, output="ACC", channel="*N",
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: inventory_response.png
	RMS: 9.886507545281157
	Tolerance: 3.0
	Expected: https://i.imgur.com/vU7qLwz.png
	Actual: https://i.imgur.com/VqrqLm4.png
	Diff: https://i.imgur.com/bCv0whS.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/core/tests/test_network.py", line 136, in test_response_plot
net.plot_response(0.002, output="DISP", channel="B*E",
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: network_response.png
	RMS: 6.860723345242748
	Tolerance: 3.0
	Expected: https://i.imgur.com/QUxImpC.png
	Actual: https://i.imgur.com/WAnBaMC.png
	Diff: https://i.imgur.com/tEwieUQ.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_ppsd.py", line 43, in test_ppsd_plot
fig.savefig(ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: ppsd.png
	RMS: 23.8649003070758
	Tolerance: 4.5
	Expected: https://i.imgur.com/plUVLCy.png
	Actual: https://i.imgur.com/QbIkiaY.png
	Diff: https://i.imgur.com/KZD2D65.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_ppsd.py", line 86, in test_ppsd_plot_cumulative
fig.savefig(ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: ppsd_cumulative.png
	RMS: 24.15081641132103
	Tolerance: 4.5
	Expected: https://i.imgur.com/sXBwhhL.png
	Actual: https://i.imgur.com/baB1ooN.png
	Diff: https://i.imgur.com/aBW6jV7.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_ppsd.py", line 64, in test_ppsd_plot_frequency
fig.savefig(ic.name, dpi=50)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: ppsd_freq.png
	RMS: 13.905792558019362
	Tolerance: 6.0
	Expected: https://i.imgur.com/PquGF0e.png
	Actual: https://i.imgur.com/opfiT6g.png
	Diff: https://i.imgur.com/EnRPNe1.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 295, in test_plot_azim_section
st.plot(outfile=ic.name, type='section', dist_degree=True,
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_azim_section.png
	RMS: 4.15877245510419
	Tolerance: 3.0
	Expected: https://i.imgur.com/UI5nKq8.png
	Actual: https://i.imgur.com/Sv6f3Ea.png
	Diff: https://i.imgur.com/PfvWnHr.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 339, in test_plot_colored_section
st.plot(outfile=ic.name, type='section', color='channel')
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_color_section.png
	RMS: 7.591308187657777
	Tolerance: 3.0
	Expected: https://i.imgur.com/8bp2jDX.png
	Actual: https://i.imgur.com/c7IH5Ap.png
	Diff: https://i.imgur.com/qACWTBZ.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 203, in test_plot_complex_gap_few_samples
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_complex_gap_few_samples.png
	RMS: 9.387093799467436
	Tolerance: 3.0
	Expected: https://i.imgur.com/1RzRNvw.png
	Actual: https://i.imgur.com/ny0vbeZ.png
	Diff: https://i.imgur.com/1x2MTQa.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 182, in test_plot_complex_gap_many_samples
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_complex_gap_many_samples.png
	RMS: 9.367334199226587
	Tolerance: 3.0
	Expected: https://i.imgur.com/rpAND4c.png
	Actual: https://i.imgur.com/KD0BjZQ.png
	Diff: https://i.imgur.com/TsZKHBv.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 445, in test_plot_day_plot
st.plot(outfile=ic.name, type='dayplot',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_dayplot.png
	RMS: 6.519696120219101
	Tolerance: 3.0
	Expected: https://i.imgur.com/ofMOFU3.png
	Actual: https://i.imgur.com/Cw0hBmU.png
	Diff: https://i.imgur.com/SyLALCm.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 480, in test_plot_day_plot_catalog
st.plot(outfile=ic.name, type='dayplot',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_dayplot_catalog.png
	RMS: 13.147740617054069
	Tolerance: 3.0
	Expected: https://i.imgur.com/eltXH3b.png
	Actual: https://i.imgur.com/fGn3Qcu.png
	Diff: https://i.imgur.com/5kRWPgb.png
Traceback (most recent call last):
File "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 462, in test_plot_day_plot_explicit_event
st.plot(outfile=ic.name, type='dayplot',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_dayplot_event.png
	RMS: 6.519705067460235
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 420, in test_plot_default_relative
st.plot(outfile=ic.name, type='relative')
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_default_relative.png
	RMS: 11.444898863685953
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 280, in test_plot_default_section
st.plot(outfile=ic.name, type='section')
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_default_section.png
	RMS: 7.609375795687844
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 309, in test_plot_horizontal_section
st.plot(outfile=ic.name, type='section', orientation='horizontal')
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_horiz_section.png
	RMS: 4.179288815097612
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 212, in test_plot_multiple_traces
st.plot(outfile=ic.name, automerge=False)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_1_trace.png
	RMS: 19.248369281578114
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 131, in test_plot_one_hour_few_samples
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_one_hour_few_samples.png
	RMS: 8.835126201701932
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 118, in test_plot_one_hour_many_samples
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_one_hour_many_samples.png
	RMS: 8.79448093977126
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 434, in test_plot_ref_time_relative
st.plot(outfile=ic.name, type='relative', reftime=ref)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_reftime_relative.png
	RMS: 11.388226376394174
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 324, in test_plot_ref_time_section
st.plot(outfile=ic.name, type='section', reftime=reftime)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_reftime_section.png
	RMS: 7.895499984168197
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 161, in test_plot_simple_gap_few_samples
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_simple_gap_few_samples.png
	RMS: 8.583370841341996
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 146, in test_plot_simple_gap_many_samples
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_simple_gap_many_samples.png
	RMS: 8.565587837387461
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 391, in test_plot_wiggles_horizontal_section
st.plot(outfile=ic.name, type='section', orientation='horizontal',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_horizontal_section.png
	RMS: 8.936630610395992
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 356, in test_plot_wiggles_negative_section
st.plot(outfile=ic.name, type='section', orientation='horizontal',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_negative_section.png
	RMS: 8.936630610395992
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 374, in test_plot_wiggles_positive_section
st.plot(outfile=ic.name, type='section', orientation='horizontal',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_positive_section.png
	RMS: 8.936630610395992
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 408, in test_plot_wiggles_vertical_section
st.plot(outfile=ic.name, type='section', orientation='vertical',
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_wiggles_vertical_section.png
	RMS: 7.591218171896611
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_waveform.py", line 251, in test_plot_with_labels
st.plot(outfile=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: waveform_labels.png
	RMS: 10.851448444025035
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_scan.py", line 69, in test_scan_function_and_scanner_class
scan(paths=os.curdir, plot=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: scan.png
	RMS: 8.132253848886045
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_scan.py", line 53, in test_scan_main_method
obspy_scan([os.curdir] + ['--output', ic.name])
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: scan.png
	RMS: 8.132253848886045
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_scan.py", line 165, in test_scan_save_load_npz
scanner.plot(ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: scan.png
	RMS: 8.132253848886045
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_scan.py", line 135, in test_scanner_manually_add_streams
scanner.plot(ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: scan.png
	RMS: 8.132253848886045
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_plot.py", line 40, in test_plot
obspy_plot(['--outfile', ic.name] + all_files)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: plot.png
	RMS: 12.227737321352631
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_plot.py", line 55, in test_plot_no_merge
obspy_plot(['--no-automerge', '--outfile', ic.name] +
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: plot_nomerge.png
	RMS: 10.725236283333498
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/imaging/tests/test_spectrogram.py", line 42, in test_spectrogram
spectrogram.spectrogram(
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spectrogram_log.png
	RMS: 6.448121173385831
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/signal/tests/test_spectral_estimation.py", line 498, in test_ppsd_restricted_stacks
fig.savefig(ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: ppsd_restricted_stack.png
	RMS: 13.212853590349058
	Tolerance: 4.5
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 "/home/runner/work/obspy/obspy/obspy/signal/tests/test_detrend.py", line 69, in test_polynomial_detrend_plotting
polynomial(tr.data, order=3, plot=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: polynomial_detrend.png
	RMS: 7.700355186613147
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/signal/tests/test_detrend.py", line 83, in test_spline_detrend_plotting
spline(tr.data, order=1, dspline=1500, plot=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: degree_1_spline_detrend.png
	RMS: 7.700355186613147
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/signal/tests/test_interpolation.py", line 132, in test_plot_lanczos_window
plot_lanczos_windows(a=20, filename=ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: plot_lanczos_window.png
	RMS: 13.266716499068888
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/signal/tests/test_cross_correlation.py", line 242, in test_xcorr_pick_correction_images
dt, coeff = xcorr_pick_correction(
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: xcorr_pick_corr.png
	RMS: 11.053224642609957
	Tolerance: 3.0
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 "/home/runner/work/obspy/obspy/obspy/taup/tests/test_plotting.py", line 91, in test_spherical_diff_phases
plt.savefig(ic.name)
File "/home/runner/work/obspy/obspy/obspy/core/util/testing.py", line 476, in __exit__
raise ImageComparisonException(msg)
obspy.core.util.testing.ImageComparisonException: Image comparison failed.
	File: spherical_diff_phases.png
	RMS: 5.820826115481089
	Tolerance: 3.0
Upload to imgur failed (caught HTTPError: 400 Client Error: Bad Request for url: https://api.imgur.com/3/image).

Skipped tests (42)

Submodule Test Skip message
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
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
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_plot_catalog_before_1900 (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_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) no or invalid basemap installation
core test_location_plot_local (obspy.core.tests.test_network.NetworkBasemapTestCase) no or invalid basemap installation
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase) no or invalid basemap installation
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
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) pyshp not installed
io.shapefile test_write_catalog_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_catalog_shapefile_with_extra_field (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile_via_plugin (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
io.shapefile test_write_inventory_shapefile_with_extra_field (obspy.io.shapefile.tests.test_core.ShapefileTestCase) pyshp not installed
signal test_ppsd_spectrogram_plot (obspy.signal.tests.test_spectral_estimation.PsdTestCase) matplotlib >= 3 shifts labels
signal test_schema_validation (obspy.signal.tests.test_quality_control.QualityControlTestCase) Test requires the jsonschema module
taup test_compute_ray_paths (obspy.taup.tests.test_ray_paths.RayPathCalculationsTestCase) test needs geographiclib >= 1.34
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) test needs geographiclib >= 1.34
taup test_single_path_geo_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34
taup test_path_geo (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_path_resampling (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.

Slowest tests (20)

Runtime Test
15.303s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
11.826s __init__ (obspy.taup)
8.430s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
6.714s test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase)
5.632s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
5.607s plot_travel_times (obspy.taup.tau)
4.436s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
4.412s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)
3.536s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
3.527s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
3.365s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
3.355s test_correlate_stream_template_and_correlation_detector (obspy.signal.tests.test_cross_correlation.CrossCorrelationTestCase)
3.291s test_response_plot (obspy.core.tests.test_inventory.InventoryTestCase)
3.083s test_ppsd_plot_cumulative (obspy.imaging.tests.test_ppsd.PPSDTestCase)
2.918s test_response_plot (obspy.core.tests.test_network.NetworkTestCase)
2.868s test_response_plot_degrees (obspy.core.tests.test_station.StationTestCase)
2.847s test_rotate2zne_against_lqt_different_combinations (obspy.signal.tests.test_rotate.RotateTestCase)
2.826s test_response_plot (obspy.core.tests.test_channel.ChannelTestCase)
2.688s test_ppsd_plot (obspy.imaging.tests.test_ppsd.PPSDTestCase)
2.681s test_response_plot_degrees (obspy.core.tests.test_response.ResponseTestCase)