#124166 Report by node gh-actions covering 2012 tests from 59 modules resulted into 13 errors

Report

ObsPy version
1.3.0.post0+106.gcd82b9700c
GitHub Pull Request
https://github.com/obspy/obspy/pull/3055
Report file
JSON document
Total runtime
532.2 sec
Report date/time
May 17, 2022, 4:16 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
i386
Python Compiler
Clang 12.0.1
Python Implementation
CPython
Python Version
3.9.12
Release
20.6.0
System
Darwin
Version
Darwin Kernel Version 20.6.0: Tue Feb 22 21:10:41 PST 2022; root:xnu-7195.141.26~1/RELEASE_X86_64

Dependencies

cartopy
0.20.2
decorator
5.1.1
flake8
---
geographiclib
2.0
lxml
4.8.0
matplotlib
3.5.2
numpy
1.22.3
obspy
1.3.0.post0+106.gcd82b9700c
pyproj
3.3.1
pytest
7.1.2
pytest-json-report
1.5.0
requests
2.27.1
scipy
1.8.0
setuptools
62.3.1
shapefile
---
sqlalchemy
1.4.36

Modules (59)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
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.syngine Not tested -
obspy.core 3 1 2 3
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util - -
obspy.geodetics - -
obspy.imaging - -
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 10 4 5 6 7 8 9 10 11 12 13
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 - -
obspy.taup - -
Summary 13 13

Tracebacks (13)

Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/core/tests/test_waveform_plugins.py", line 98, in test_read_and_write
st = read(outfile)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/core/tests/test_waveform_plugins.py", line 371, in test_issue_193
tr_test = read(tempfile, format)[0]
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/core/tests/test_waveform_plugins.py", line 478, in test_deepcopy
st = read(tmpfile, format=format)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
014 GNU Lesser General Public License, Version 3
015 (https://www.gnu.org/copyleft/lesser.html)
016
017 Reading
018 -------
019 Similar to reading any other waveform data format using :mod:`obspy.core`
020 The format will be determined automatically.
021
022 >>> from obspy import read
023 >>> st = read("/path/to/20160603_1955n.gcf")
UNEXPECTED EXCEPTION: NameError("name 'sys' is not defined")
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.9/doctest.py", line 1334, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.gcf[1]>", line 1, in <module>
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
/Users/runner/work/obspy/obspy/obspy/io/gcf/__init__.py:23: UnexpectedException
333 10 failure to decode data values (last data != RIC, may be due
334 to bad RIC!!!)
335 11 first first difference != 0 (may not be critical!!!)
336 21 status codes 10 + 11
337 ==== ===========================================================
338
339 ..rubric:: Example
340
341 >>> from obspy import read
342 >>> st = read("/path/to/20160603_1955n.gcf", format="GCF")
UNEXPECTED EXCEPTION: NameError("name 'sys' is not defined")
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test/lib/python3.9/doctest.py", line 1334, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.gcf.core._read_gcf[1]>", line 1, in <module>
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py:342: UnexpectedException
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 127, in test_merge_gcf_stream
st1 = read(filename, headonly=True, channel_prefix="HN")
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 110, in test_read_channel_prefix_via_obspy
st = read(filename, headonly=True, channel_prefix="HN")
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 93, in test_read_head_via_module
st = _read_gcf(filename, headonly=True)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 57, in test_read_head_via_obspy
st = read(filename, headonly=True)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 74, in test_read_via_module
st = _read_gcf(filename)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 38, in test_read_via_obspy
st = read(filename)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 152, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 203, in test_write_read
in_stream = _read_gcf(filename, network='XY',
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined

Skipped tests (21)

Submodule Test Skip message
core core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.CatchOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.SuppressOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.TemporaryWorkingDirectory Skipped: all tests skipped by +SKIP option
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_gps_2_dist_azimuth_bug150 Skipped: Geographiclib installed, not using calc_vincenty_inverse
imaging imaging/tests/test_mopad_script.py::TestMopad::test_script_plot Skipped: Currently broken until further review.
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_slist Skipped: all tests skipped by +SKIP option
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_tspair Skipped: all tests skipped by +SKIP option
io.gcf io/gcf/core.py::obspy.io.gcf.core._write_gcf Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._evmagtonor Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._nortoevmag Skipped: all tests skipped by +SKIP option
io.pde io/pde/mchedr.py::obspy.io.pde.mchedr._is_mchedr Skipped: all tests skipped by +SKIP option
io.quakeml io/quakeml/core.py::obspy.io.quakeml.core._is_quakeml Skipped: all tests skipped by +SKIP option
io.seisan io/seisan/core.py::obspy.io.seisan.core._is_seisan Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_asc Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_q Skipped: all tests skipped by +SKIP option
io.wav io/wav/core.py::obspy.io.wav.core._is_wav Skipped: all tests skipped by +SKIP option
io.y io/y/core.py::obspy.io.y.core._is_y Skipped: all tests skipped by +SKIP option
signal signal/quality_control.py::obspy.signal.quality_control.MSEEDMetadata Skipped: all tests skipped by +SKIP option
signal signal/tests/test_quality_control.py::QualityControlTestCase::test_schema_validation Skipped: Test requires the jsonschema module
taup taup/tests/test_tau.py::TestTauPyModel::test_paths_for_crustal_phases Skipped: Unsure if these test paths are accurate.

Slowest tests (20)

Runtime Test
27.029s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
22.016s taup/__init__.py::obspy.taup
21.276s core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps
11.967s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
9.879s taup/tau.py::obspy.taup.tau.plot_travel_times
9.284s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
8.437s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_w_iris_against_obspy_results
6.441s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local
6.299s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
5.967s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_global
5.944s io/mseed/tests/test_mseed_special_issues.py::MSEEDSpecialIssueTestCase::test_long_year_range
5.317s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
4.756s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_ortho
4.453s taup/tau.py::obspy.taup.tau.TauPyModel.__init__
4.451s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
4.305s signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
3.904s taup/tests/test_tau.py::TestTauPyModel::test_ak135
3.777s io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml
3.759s taup/tests/test_tau.py::TestTauPyModel::test_iasp91
3.746s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks

Warnings (1)

Stage Filename Category Message
runtest /Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/_pytest/threadexception.py:73 PytestUnhandledThreadExceptionWarning Exception in thread Thread-67 Traceback (most recent call last): File "/Users/runner/miniconda3/envs/test/lib/python3.9/threading.py", line 973, in _bootstrap_inner self.run() File "/Users/runner/miniconda3/envs/test/lib/python3.9/threading.py", line 910, in run self._target(*self._args, **self._kwargs) File "/Users/runner/work/obspy/obspy/obspy/core/tests/test_waveform_plugins.py", line 310, in test_functions st = read(outfile, format=format) File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 291, in _map_example_filename return func(*args, **kwargs) File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 208, in read st = _generic_reader(pathname_or_url, _read, **kwargs) File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 657, in _generic_reader generic = callback_func(pathnames[0], **kwargs) File "/Users/runner/miniconda3/envs/test/lib/python3.9/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/Users/runner/work/obspy/obspy/obspy/core/util/decorator.py", line 202, in uncompress_file result = func(filename, *args, **kwargs) File "/Users/runner/work/obspy/obspy/obspy/core/stream.py", line 249, in _read stream, format = _read_from_plugin('waveform', filename, format=format, File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 422, in _read_from_plugin list_obj = read_format(filename, **kwargs) File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 453, in _read_gcf if sys.platform == 'win32' and blockmerge: NameError: name 'sys' is not defined