#124173 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
446.8 sec
Report date/time
May 17, 2022, 4:26 p.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
gh-actions
Processor
Intel64 Family 6 Model 79 Stepping 1, GenuineIntel
Python Compiler
MSC v.1929 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.9.12
Release
10
System
Windows
Version
10.0.20348

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 "d:\a\obspy\obspy\obspy\core\tests\test_waveform_plugins.py", line 98, in test_read_and_write
st = read(outfile)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\obspy\obspy\obspy\core\tests\test_waveform_plugins.py", line 371, in test_issue_193
tr_test = read(tempfile, format)[0]
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\obspy\obspy\obspy\core\tests\test_waveform_plugins.py", line 478, in test_deepcopy
st = read(tmpfile, format=format)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "C:\Miniconda3\envs\test\lib\doctest.py", line 1334, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.gcf[1]>", line 1, in <module>
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\obspy\obspy\obspy\io\gcf\core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
d:\a\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 "C:\Miniconda3\envs\test\lib\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 "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\obspy\obspy\obspy\io\gcf\core.py", line 453, in _read_gcf
if sys.platform == 'win32' and blockmerge:
NameError: name 'sys' is not defined
d:\a\obspy\obspy\obspy\io\gcf\core.py:342: UnexpectedException
Traceback (most recent call last):
File "d:\a\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 "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\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 "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 93, in test_read_head_via_module
st = _read_gcf(filename, headonly=True)
File "d:\a\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 "d:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 57, in test_read_head_via_obspy
st = read(filename, headonly=True)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 74, in test_read_via_module
st = _read_gcf(filename)
File "d:\a\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 "d:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 38, in test_read_via_obspy
st = read(filename)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 152, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "C:\Miniconda3\envs\test\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "d:\a\obspy\obspy\obspy\core\util\decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "d:\a\obspy\obspy\obspy\core\stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "d:\a\obspy\obspy\obspy\core\util\base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "d:\a\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 "d:\a\obspy\obspy\obspy\io\gcf\tests\test_core.py", line 203, in test_write_read
in_stream = _read_gcf(filename, network='XY',
File "d:\a\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 (22)

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_invsim.py::InvSimTestCase::test_evalresp_file_like_object Skipped: unreproducible test fail encountered on Appveyor sometimes.
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
19.825s taup/__init__.py::obspy.taup
15.183s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
14.732s core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps
11.168s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
8.953s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
8.922s taup/tau.py::obspy.taup.tau.plot_travel_times
8.072s taup/tests/test_velocity_model.py::TestTauPyVelocityModel::test_read_velocity_model
5.823s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
5.799s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
5.571s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local
4.791s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_global
4.729s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
4.497s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
4.239s taup/tau.py::obspy.taup.tau.TauPyModel.__init__
3.963s signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
3.926s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
3.909s io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml
3.665s taup/tests/test_tau.py::TestTauPyModel::test_ak135
3.588s taup/tests/test_tau.py::TestTauPyModel::test_iasp91
3.244s core/tests/test_trace.py::TestTrace::test_remove_response_plot

Warnings (1)

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