#117083 Report by node gh-actions covering 1985 tests from 62 modules resulted into 9 errors

Report

ObsPy version
0.0.0.dev+0.g3b15133771
GitHub Pull Request
https://github.com/obspy/obspy/pull/2950
Report file
JSON document
Total runtime
361.5 sec
Report date/time
Jan. 17, 2022, 4:45 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
i386
Python Compiler
Clang 11.1.0
Python Implementation
CPython
Python Version
3.7.12
Release
20.6.0
System
Darwin
Version
Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

Dependencies

cartopy
---
decorator
5.1.1
flake8
---
geographiclib
---
lxml
4.7.1
matplotlib
3.5.1
numpy
1.21.5
obspy
0.0.0.dev+0.g3b15133771
pyproj
1.9.6
requests
2.27.1
scipy
1.7.3
setuptools
60.5.0
shapefile
---
sqlalchemy
1.4.29

Modules (62)

Module Errors / Failures Tracebacks
obspy.clients Not tested -
obspy.clients.arclink 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.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core - -
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util - -
obspy.db Not tested -
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 9 1 2 3 4 5 6 7 8 9
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 9 9

Tracebacks (9)

012 GNU Lesser General Public License, Version 3
013 (https://www.gnu.org/copyleft/lesser.html)
014
015 Reading
016 -------
017 Similar to reading any other waveform data format using :mod:`obspy.core`
018 The format will be determined automatically.
019
020 >>> from obspy import read
021 >>> st = read("/path/to/20160603_1955n.gcf")
UNEXPECTED EXCEPTION: TypeError('Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1955n.gcf')
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/doctest.py", line 1337, in __run
compileflags, 1), test.globs)
File "<doctest obspy.io.gcf[1]>", line 1, in <module>
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 447, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1955n.gcf
/Users/runner/work/obspy/obspy/obspy/io/gcf/__init__.py:21: UnexpectedException
069 :param headonly: If True read only head of GCF file.
070 :type channel_prefix: str, optional
071 :param channel_prefix: Channel band and instrument codes.
072 Defaults to ``HH``.
073 :rtype: :class:`~obspy.core.stream.Stream`
074 :returns: Stream object containing header and data.
075
076 .. rubric:: Example
077 >>> from obspy import read
078 >>> st = read("/path/to/20160603_1955n.gcf", format="GCF")
UNEXPECTED EXCEPTION: TypeError("unsupported operand type(s) for >>: 'tuple' and 'int'")
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/doctest.py", line 1337, in __run
compileflags, 1), test.globs)
File "<doctest obspy.io.gcf.core._read_gcf[1]>", line 1, in <module>
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 467, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 89, in _read_gcf
hd = libgcf.read(f, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/libgcf.py", line 170, in read
return read_data_block(f, headonly=False, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/libgcf.py", line 94, in read_data_block
if sysid >> 31 & 0b1 > 0:
TypeError: unsupported operand type(s) for >>: 'tuple' and 'int'
/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py:78: UnexpectedException
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 125, in test_merge_gcf_stream
st1 = read(filename, headonly=True, channel_prefix="HN")
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 447, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 108, in test_read_channel_prefix_via_obspy
st = read(filename, headonly=True, channel_prefix="HN")
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 447, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 91, in test_read_head_via_module
st = _read_gcf(filename, headonly=True)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 85, in _read_gcf
header = libgcf.read_header(f, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/libgcf.py", line 163, in read_header
return read_data_block(f, headonly=True, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/libgcf.py", line 94, in read_data_block
if sysid >> 31 & 0b1 > 0:
TypeError: unsupported operand type(s) for >>: 'tuple' and 'int'
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 55, in test_read_head_via_obspy
st = read(filename, headonly=True)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 447, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 72, in test_read_via_module
st = _read_gcf(filename)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/core.py", line 89, in _read_gcf
hd = libgcf.read(f, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/libgcf.py", line 170, in read
return read_data_block(f, headonly=False, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/libgcf.py", line 94, in read_data_block
if sysid >> 31 & 0b1 > 0:
TypeError: unsupported operand type(s) for >>: 'tuple' and 'int'
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 36, in test_read_via_obspy
st = read(filename)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 447, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1955n.gcf
Traceback (most recent call last):
File "/Users/runner/work/obspy/obspy/obspy/io/gcf/tests/test_core.py", line 150, in test_sps_d
st = read(filename, headonly=True, channel_prefix="HN")
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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 207, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 701, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/runner/miniconda3/envs/test3.7/lib/python3.7/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
headonly=headonly, **kwargs)
File "/Users/runner/work/obspy/obspy/obspy/core/util/base.py", line 447, in _read_from_plugin
raise TypeError('Unknown format for file %s' % filename)
TypeError: Unknown format for file /Users/runner/work/obspy/obspy/obspy/io/gcf/tests/data/20160603_1910n.gcf

Skipped tests (44)

Submodule Test Skip message
core obspy/core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core obspy/core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps Skipped: unsupported proj4 library
core obspy/core/tests/test_event.py::TestBasemap::test_catalog_plot_global Skipped: unsupported proj4 library
core obspy/core/tests/test_event.py::TestBasemap::test_catalog_plot_ortho Skipped: basemap not installed
core obspy/core/tests/test_event.py::TestBasemap::test_catalog_plot_ortho_longitude_wrap Skipped: basemap not installed
core obspy/core/tests/test_event.py::TestBasemap::test_catalog_plot_local Skipped: basemap not installed
core obspy/core/tests/test_event.py::TestBasemap::test_plot_catalog_before_1900 Skipped: basemap not installed
core obspy/core/tests/test_network.py::TestNetworkBasemap::test_location_plot_global Skipped: unsupported proj4 library
core obspy/core/tests/test_network.py::TestNetworkBasemap::test_location_plot_ortho Skipped: no or invalid basemap installation
core obspy/core/tests/test_network.py::TestNetworkBasemap::test_location_plot_local Skipped: no or invalid basemap installation
core obspy/core/tests/test_network.py::TestNetworkCartopy::test_location_plot_global Skipped: cartopy not installed
core obspy/core/tests/test_network.py::TestNetworkCartopy::test_location_plot_ortho Skipped: cartopy not installed
core obspy/core/tests/test_network.py::TestNetworkCartopy::test_location_plot_local Skipped: cartopy not installed
core.util obspy/core/util/misc.py::obspy.core.util.misc.CatchOutput Skipped: all tests skipped by +SKIP option
core.util obspy/core/util/misc.py::obspy.core.util.misc.SuppressOutput Skipped: all tests skipped by +SKIP option
core.util obspy/core/util/misc.py::obspy.core.util.misc.TemporaryWorkingDirectory Skipped: all tests skipped by +SKIP option
geodetics obspy/geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_gps_2_dist_azimuth_with_geographiclib Skipped: Module geographiclib is not installed
geodetics obspy/geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_issue_375 Skipped: Module geographiclib is not installed
imaging obspy/imaging/tests/test_mopad_script.py::TestMopad::test_script_plot Skipped: Currently broken until further review.
io.ascii obspy/io/ascii/core.py::obspy.io.ascii.core._is_slist Skipped: all tests skipped by +SKIP option
io.ascii obspy/io/ascii/core.py::obspy.io.ascii.core._is_tspair Skipped: all tests skipped by +SKIP option
io.nordic obspy/io/nordic/utils.py::obspy.io.nordic.utils._evmagtonor Skipped: all tests skipped by +SKIP option
io.nordic obspy/io/nordic/utils.py::obspy.io.nordic.utils._nortoevmag Skipped: all tests skipped by +SKIP option
io.pde obspy/io/pde/mchedr.py::obspy.io.pde.mchedr._is_mchedr Skipped: all tests skipped by +SKIP option
io.quakeml obspy/io/quakeml/core.py::obspy.io.quakeml.core._is_quakeml Skipped: all tests skipped by +SKIP option
io.seisan obspy/io/seisan/core.py::obspy.io.seisan.core._is_seisan Skipped: all tests skipped by +SKIP option
io.sh obspy/io/sh/core.py::obspy.io.sh.core._is_asc Skipped: all tests skipped by +SKIP option
io.sh obspy/io/sh/core.py::obspy.io.sh.core._is_q Skipped: all tests skipped by +SKIP option
io.shapefile obspy/io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_catalog_shapefile Skipped: pyshp not installed
io.shapefile obspy/io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_catalog_shapefile_via_plugin Skipped: pyshp not installed
io.shapefile obspy/io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_catalog_shapefile_with_extra_field Skipped: pyshp not installed
io.shapefile obspy/io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_inventory_shapefile Skipped: pyshp not installed
io.shapefile obspy/io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_inventory_shapefile_via_plugin Skipped: pyshp not installed
io.shapefile obspy/io/shapefile/tests/test_core.py::ShapefileTestCase::test_write_inventory_shapefile_with_extra_field Skipped: pyshp not installed
io.wav obspy/io/wav/core.py::obspy.io.wav.core._is_wav Skipped: all tests skipped by +SKIP option
io.y obspy/io/y/core.py::obspy.io.y.core._is_y Skipped: all tests skipped by +SKIP option
signal obspy/signal/quality_control.py::obspy.signal.quality_control.MSEEDMetadata Skipped: all tests skipped by +SKIP option
signal obspy/signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_spectrogram_plot Skipped: matplotlib >= 3 shifts labels
taup obspy/taup/tests/test_ray_paths.py::TestRayPathCalculations::test_compute_ray_paths Skipped: test needs geographiclib >= 1.34
taup obspy/taup/tests/test_tau.py::TestTauPyModel::test_p_iasp91_geo_manual Skipped: Module geographiclib is not installed
taup obspy/taup/tests/test_tau.py::TestTauPyModel::test_pierce_p_iasp91_geo Skipped: test needs geographiclib >= 1.34
taup obspy/taup/tests/test_tau.py::TestTauPyModel::test_single_path_geo_iasp91 Skipped: test needs geographiclib >= 1.34
taup obspy/taup/tests/test_taup_geo.py::TestTaupGeo::test_path_geo Skipped: Module geographiclib is not installed or too old.
taup obspy/taup/tests/test_taup_geo.py::TestTaupGeo::test_path_resampling Skipped: Module geographiclib is not installed or too old.

Slowest tests (20)

Runtime Test
14.415s obspy/taup/__init__.py::obspy.taup
14.094s obspy/io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
12.667s obspy/taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
5.855s obspy/taup/tau.py::obspy.taup.tau.plot_travel_times
5.824s obspy/signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
5.585s obspy/taup/tests/test_tau.py::TestTauPyModel::test_regional_models
5.329s obspy/signal/tests/test_rotate.py::RotateTestCase::test_rotate2zne_against_lqt_different_combinations
5.269s obspy/taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
4.829s obspy/signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
4.351s obspy/signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
4.101s obspy/core/tests/test_trace.py::TestTrace::test_remove_response_plot
4.091s obspy/taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
3.852s obspy/io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml
3.623s obspy/signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
3.329s obspy/core/stream.py::obspy.core.stream.read
2.879s obspy/signal/tests/test_tf_misfit.py::TestTfPlot::test_plot_tf_misfits
2.646s obspy/imaging/tests/test_waveform.py::TestWaveformPlot::test_plot_multiple_traces_10_traces_huge
2.633s obspy/taup/tests/test_taup_plotting.py::TestTauPyPlotting::test_spherical_many_phases
2.467s obspy/taup/tests/test_velocity_model.py::TestTauPyVelocityModel::test_read_velocity_model
2.302s obspy/taup/tests/test_tau.py::TestTauPyModel::test_surface_wave_ttimes

Warnings (87)

Stage Filename Category Message
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:781 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/waveform.py:913 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
collect /Users/runner/work/obspy/obspy/obspy/io/css/core.py:22 DeprecationWarning `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:440 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:1468 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 UserWarning The object with identity of: 140425567418320 and id of obspy.org/tests/test_resource_doc_example no longer exists, trying to find an object with the same id
runtest /Users/runner/work/obspy/obspy/obspy/signal/_sosfilt.py:1 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
collect /Users/runner/work/obspy/obspy/obspy/io/css/core.py:21 DeprecationWarning `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:182 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:821 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/beachball.py:275 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:118 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:181 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:374 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/core/tests/test_utcdatetime.py:1043 DeprecationWarning `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2043 UserWarning Attempting to set identical left == right == 9.223855751103727 results in singular transformations; automatically expanding.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:60 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
collect /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1045 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:117 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1056 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/io/seiscomp/inventory.py:496 UserWarning Clock drift division by sample rate of 0: using sec/sample
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1045 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/io/nordic/utils.py:185 UserWarning Lines of type I have not been implemented yet, please submit a development request
runtest /Users/runner/work/obspy/obspy/obspy/imaging/waveform.py:753 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2126 MatplotlibDeprecationWarning The 'b' parameter of grid() has been renamed 'visible' since Matplotlib 3.5; support for the old name will be dropped two minor releases later.
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1059 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tests/test_spectral_estimation.py:453 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:776 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:1645 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:439 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/source.py:153 UserWarning Tight layout not applied. The left and right margins cannot be made large enough to accommodate all axes decorations.
runtest /Users/runner/work/obspy/obspy/obspy/taup/tau.py:975 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:1626 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/miniconda3/envs/test3.7/lib/python3.7/site-packages/numpy/matrixlib/defmatrix.py:69 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/waveform.py:1037 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:375 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:1645 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2125 MatplotlibDeprecationWarning The 'b' parameter of grid() has been renamed 'visible' since Matplotlib 3.5; support for the old name will be dropped two minor releases later.
runtest /Users/runner/work/obspy/obspy/obspy/taup/tau.py:513 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
runtest /Users/runner/work/obspy/obspy/obspy/taup/tau_branch.py:489 UserWarning Resizing a TauP array inplace failed due to the existence of other references to the array, creating a new array. See Obspy #2280.
runtest /Users/runner/work/obspy/obspy/obspy/taup/tau.py:340 RuntimeWarning More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`).
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1542 UserWarning 4/4 segments omitted in file '/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/obspy-kc9bb3bx.npz' (time ranges already covered).
runtest /Users/runner/work/obspy/obspy/obspy/imaging/waveform.py:1041 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:213 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:246 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/waveform.py:761 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/io/quakeml/core.py:1898 UserWarning Could not validate QuakeML - try using a newer lxml version
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/scan.py:436 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2108 MatplotlibDeprecationWarning Auto-removal of grids by pcolor() and pcolormesh() is deprecated since 3.5 and will be removed two minor releases later; please call grid(False) first.
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2043 UserWarning Attempting to set identical left == right == 10.4999995 results in singular transformations; automatically expanding.
runtest /Users/runner/work/obspy/obspy/obspy/signal/cross_correlation.py:1002 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
collect /Users/runner/work/obspy/obspy/obspy/imaging/maps.py:66 UserWarning Neither basemap nor cartopy installed, map plots will not work.
runtest /Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 UserWarning The object with identity of: 140425567417552 and id of smi:local/81ebd575-7708-4b7a-a4ae-d08150a2b455 no longer exists, trying to find an object with the same id
runtest /Users/runner/work/obspy/obspy/obspy/signal/interpolation.py:152 DeprecationWarning `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:781 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:245 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/miniconda3/envs/test3.7/lib/python3.7/_collections_abc.py:1004 MatplotlibDeprecationWarning The modification of the Axes.collections property was deprecated in Matplotlib 3.5 and will be removed two minor releases later. Use Artist.remove() instead.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:502 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:622 UserWarning overwritting the id attribute of a ResourceIdentifierobject is very dangerous and will raise an exception in a future version of obspy
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2043 UserWarning Attempting to set identical left == right == 52.49999950000001 results in singular transformations; automatically expanding.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:1626 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/taup/tau.py:1084 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:1588 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:1464 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2043 UserWarning Attempted to set non-positive right xlim on a log-scaled axis. Invalid limit will be ignored.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:776 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/io/mseed/core.py:1009 DeprecationWarning "get_data" is deprecated. Use "data" instead
runtest /Users/runner/work/obspy/obspy/obspy/core/utcdatetime.py:1084 ObsPyDeprecationWarning Comparing UTCDateTime objects of different precision is not defined will raise an Exception in a future version of obspy
runtest /Users/runner/work/obspy/obspy/obspy/taup/tau.py:244 UserWarning Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
runtest /Users/runner/work/obspy/obspy/obspy/io/rg16/util.py:165 DeprecationWarning `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:1588 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:503 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 UserWarning The object with identity of: 140425567418192 and id of obspy.org/tests/test_resource_doc_example no longer exists, trying to find an object with the same id
runtest /Users/runner/work/obspy/obspy/obspy/io/rg16/util.py:167 DeprecationWarning `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
collect /Users/runner/work/obspy/obspy/obspy/clients/arclink/__init__.py:31 ObsPyDeprecationWarning ArcLink protocol has been officially deprecated and some main servers have been shut down already. Please consider using other methods like FDSN web services to fetch data. ArcLink functionality is now untested in ObsPy.
runtest /Users/runner/work/obspy/obspy/obspy/io/seiscomp/inventory.py:514 UserWarning Something went hopelessly wrong, found sampling-rate of 0!
runtest /Users/runner/work/obspy/obspy/obspy/core/tests/test_utcdatetime.py:1074 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.
runtest /Users/runner/work/obspy/obspy/obspy/core/tests/test_trace.py:1458 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/beachball.py:246 RuntimeWarning More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`).
runtest /Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:1 ObsPyDeprecationWarning Converts the current ID to a valid QuakeML URI. This method is deprecated, use :meth:`get_quakeml_id` instead. Only an invalid QuakeML ResourceIdentifier string it will be converted to a valid one. Otherwise nothing will happen but after calling this method the user can be sure that the ID is a valid QuakeML URI. The resulting ID will be of the form smi:authority_id/prefix/resource_id :type authority_id: str, optional :param authority_id: The base url of the resulting string. Defaults to ``"local"``.
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:244 PendingDeprecationWarning the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:567 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/imaging/scripts/mopad.py:821 DeprecationWarning `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:309 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:310 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/tf_misfit.py:566 DeprecationWarning `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
runtest /Users/runner/work/obspy/obspy/obspy/signal/cross_correlation.py:44 DeprecationWarning distutils Version classes are deprecated. Use packaging.version instead.