#133149 Report by node LAPTOP-CGSOAT2O covering 2060 tests from 60 modules resulted into 26 errors

Report

ObsPy version
1.4.0
GitHub Pull Request
-
Report file
JSON document
Total runtime
178.0 sec
Report date/time
Feb. 14, 2023, 7:22 a.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
LAPTOP-CGSOAT2O
Processor
AMD64 Family 23 Model 96 Stepping 1, AuthenticAMD
Python Compiler
MSC v.1929 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.10.6
Release
10
System
Windows
Version
10.0.19044

Dependencies

cartopy
0.21.0
decorator
5.1.1
flake8
---
geographiclib
---
lxml
4.9.2
matplotlib
3.6.3
numpy
1.24.2
obspy
1.4.0
pyproj
3.4.1
pytest
7.2.0
pytest-json-report
1.5.0
requests
2.28.2
scipy
1.10.0
setuptools
67.1.0
shapefile
---
sqlalchemy
1.4.46

Modules (60)

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 - -
obspy.clients.seedlink Not tested -
obspy.clients.syngine Not tested -
obspy.core 7 1 2 3 4 5 6 7
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.alsep - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf 2 8 9
obspy.io.gse2 - -
obspy.io.hypodd - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed 2 10 11
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 10 12 13 14 15 16 17 18 19 20 21
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal 5 22 23 24 25 26
obspy.taup - -
Summary 26 26

Tracebacks (26)

Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_response.py", line 84, in test_evalresp_with_output_from_seed
seed_response, seed_freq = evalresp(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_stream.py", line 2307, in test_simulate_seedresp_parser
st.simulate(**kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\stream.py", line 2176, in simulate
tr.simulate(paz_remove=paz_remove, paz_simulate=paz_simulate,
File "A:\anaconda\envs\obspy\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 1478, in simulate
self.data = simulate_seismometer(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 563, in simulate_seismometer
freq_response, freqs = evalresp(delta, nfft, seedresp['filename'],
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_trace.py", line 1738, in test_remove_response
tr1.simulate(seedresp={"filename": parser, "units": "VEL"},
File "A:\anaconda\envs\obspy\lib\site-packages\decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 1478, in simulate
self.data = simulate_seismometer(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 563, in simulate_seismometer
freq_response, freqs = evalresp(delta, nfft, seedresp['filename'],
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_waveform_plugins.py", line 94, in test_read_and_write
tr.write(outfile, format=format)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 1000, in write
Stream([self]).write(filename, format, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\core.py", line 834, in _write_gcf
raise _ERROR_WRITE['ret']
KeyError: 'ret'
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_waveform_plugins.py", line 306, in test_read_thread_safe
tr.write(outfile, format=format)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 1000, in write
Stream([self]).write(filename, format, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\core.py", line 834, in _write_gcf
raise _ERROR_WRITE['ret']
KeyError: 'ret'
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_waveform_plugins.py", line 375, in test_issue_193
tr.write(tempfile, format)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 1000, in write
Stream([self]).write(filename, format, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\core.py", line 834, in _write_gcf
raise _ERROR_WRITE['ret']
KeyError: 'ret'
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\tests\test_waveform_plugins.py", line 484, in test_deepcopy
stream.write(format=format, filename=tmpfile)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\core\stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\core.py", line 834, in _write_gcf
raise _ERROR_WRITE['ret']
KeyError: 'ret'
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\tests\test_core.py", line 303, in test_write_read
_write_gcf(out_stream, filename)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\core.py", line 834, in _write_gcf
raise _ERROR_WRITE['ret']
KeyError: 'ret'
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\tests\test_core.py", line 233, in test_write_read_fractional_start
_write_gcf(out_stream, filename)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\gcf\core.py", line 834, in _write_gcf
raise _ERROR_WRITE['ret']
KeyError: 'ret'
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\tests\test_mseed_reading_and_writing.py", line 1083, in test_write_and_read_different_encodings
ms = _MSStruct(tempfile)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\msstruct.py", line 68, in __init__
self.read(-1, 0, 1, 0)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\msstruct.py", line 137, in read
self.file.encode('ascii', 'strict'),
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\tests\test_mseed_special_issues.py", line 967, in test_writing_of_blockette_100
self.assertFalse(has_blkt_100(tempfile))
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\tests\test_mseed_special_issues.py", line 939, in has_blkt_100
ms = _MSStruct(filename)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\msstruct.py", line 68, in __init__
self.read(-1, 0, 1, 0)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\msstruct.py", line 137, in read
self.file.encode('ascii', 'strict'),
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 699, in test_paz_with_no_actual_values
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 637, in test_reconstructing_stage_0_from_other_blockettes
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 418, in test_response_calculation_from_resp_files
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 485, in test_response_calculation_from_seed_and_xseed
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 815, in test_response_lots_zero_frequency_gains
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 737, in test_response_multiple_gain_blockettes
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 715, in test_response_of_strain_meter
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 756, in test_response_regression_1
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_core.py", line 774, in test_response_regression_2
e_r = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\io\xseed\tests\test_parser.py", line 849, in test_parsing_resp_file_without_clear_blkt_separation
evresp = evalresp_for_frequencies(0.01, [0.0, 1.0, 10.0], filename,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\tests\test_invsim.py", line 368, in test_evalresp_bug_395
_h, f = evalresp(*args, **kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\tests\test_invsim.py", line 458, in test_evalresp_seed_identifiers_work
response_1 = evalresp(**kwargs)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\tests\test_invsim.py", line 394, in test_evalresp_specific_frequencies
h = evalresp_for_frequencies(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\tests\test_invsim.py", line 346, in test_evalresp_using_different_line_separator
evalresp(0.01, nfft, respf, dt)
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)
Traceback (most recent call last):
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\tests\test_invsim.py", line 288, in test_evalresp_vs_obspy
tr.data = simulate_seismometer(
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 563, in simulate_seismometer
freq_response, freqs = evalresp(delta, nfft, seedresp['filename'],
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 333, in evalresp
h = evalresp_for_frequencies(t_samp, freqs, filename, date, station,
File "A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\invsim.py", line 275, in evalresp_for_frequencies
fn = C.create_string_buffer(tempfile.encode('ascii', 'strict'))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128)

Skipped tests (29)

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_with_geographiclib Skipped: Module geographiclib is not installed
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_issue_375 Skipped: Module geographiclib is not installed
imaging imaging/tests/test_mopad_script.py::TestMopad::test_script_plot Skipped: Currently broken until further review.
imaging imaging/tests/test_scan.py::TestScan::test_scan_dir_no_permission Skipped: unable to remove read permission from a test file for testing purposes
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_ray_paths.py::TestRayPathCalculations::test_compute_ray_paths Skipped: test needs geographiclib >= 1.34
taup taup/tests/test_tau.py::TestTauPyModel::test_p_iasp91_geo_manual Skipped: Module geographiclib is not installed
taup taup/tests/test_tau.py::TestTauPyModel::test_pierce_p_iasp91_geo Skipped: test needs geographiclib >= 1.34
taup taup/tests/test_tau.py::TestTauPyModel::test_single_path_geo_iasp91 Skipped: test needs geographiclib >= 1.34
taup taup/tests/test_taup_geo.py::TestTaupGeo::test_path_geo Skipped: Module geographiclib is not installed or too old.
taup taup/tests/test_taup_geo.py::TestTaupGeo::test_path_resampling Skipped: Module geographiclib is not installed or too old.

Slowest tests (20)

Runtime Test
7.984s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local
6.356s core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps
4.943s core/stream.py::obspy.core.stream.read
4.142s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
3.952s taup/__init__.py::obspy.taup
3.730s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
2.350s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
2.030s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
1.865s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
1.739s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
1.644s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
1.592s io/mseed/tests/test_mseed_special_issues.py::MSEEDSpecialIssueTestCase::test_infinite_loop
1.461s io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml
1.440s signal/tests/test_polarization.py::PolarizationTestCase::test_polarization_vidale
1.337s core/tests/test_trace.py::TestTrace::test_remove_response_plot
1.304s signal/tests/test_rotate.py::RotateTestCase::test_rotate2zne_against_lqt_different_combinations
1.286s core/tests/test_waveform_plugins.py::TestWaveformPlugins::test_is_format
1.245s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_global
1.241s signal/tf_misfit.py::obspy.signal.tf_misfit.plot_tfr
1.205s core/tests/test_network.py::TestNetworkCartopy::test_location_plot_global

Warnings (4)

Stage Filename Category Message
runtest A:\anaconda\envs\obspy\lib\site-packages\obspy\io\mseed\tests\test_mseed_util.py:75 DeprecationWarning NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays. The conversion of 128 to int8 will fail in the future. For the old behavior, usually: np.array(value).astype(dtype)` will give the desired result (the cast overflows).
runtest A:\anaconda\envs\obspy\lib\site-packages\obspy\signal\spectral_estimation.py:979 UserWarning Error getting response from provided metadata: UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11: ordinal not in range(128) Skipping time segment(s).
runtest A:\anaconda\envs\obspy\lib\site-packages\obspy\core\util\misc.py:398 UserWarning PermissionError(13, 'Access is denied')
collect A:\anaconda\envs\obspy\lib\site-packages\obspy\clients\filesystem\db.py:18 MovedIn20Warning Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to "sqlalchemy<2.0". Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings. Set environment variable SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)