#157581 Report by node session-b8a6823a-8dd6-4052-ada4-51223f48a4b2 covering 121 tests from 1 modules resulted into 10 errors

Report

ObsPy version
0.10.3rc1.dev0+1359.g5135d076…
GitHub Pull Request
-
Report file
XML document
Total runtime
23.7 sec
Report date/time
June 14, 2026, 10:11 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
session-b8a6823a-8dd6-4052-ada4-51223f48a4b2
Processor
x86_64
Python Compiler
GCC 7.5.0
Python Implementation
CPython
Python Version
3.5.6
Release
5.10.134-18.0.11.lifsea8.x86_64
System
Linux
Version
#1 SMP Tue May 19 22:03:35 CST 2026

Dependencies

flake8
2.6.2
future
1.0.0
lxml.etree
5.0.2
matplotlib
1.5.1
mock
3.0.5
mpl_toolkits.basemap
1.4.1
numpy
1.16.4
pyflakes
1.2.3
pyimgur
0.5.2
scipy
1.2.1
sqlalchemy
1.3.24
suds
Not Installed

Modules (1)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem Not tested -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core Not tested -
obspy.db Not tested -
obspy.geodetics Not tested -
obspy.imaging Not tested -
obspy.io.ah Not tested -
obspy.io.ascii Not tested -
obspy.io.cmtsolution Not tested -
obspy.io.cnv Not tested -
obspy.io.css Not tested -
obspy.io.datamark Not tested -
obspy.io.gse2 Not tested -
obspy.io.json Not tested -
obspy.io.kinemetrics Not tested -
obspy.io.kml Not tested -
obspy.io.mseed Not tested -
obspy.io.ndk Not tested -
obspy.io.nied Not tested -
obspy.io.nlloc Not tested -
obspy.io.pdas Not tested -
obspy.io.pde Not tested -
obspy.io.quakeml Not tested -
obspy.io.sac Not tested -
obspy.io.seg2 Not tested -
obspy.io.segy Not tested -
obspy.io.seisan Not tested -
obspy.io.seiscomp Not tested -
obspy.io.sh Not tested -
obspy.io.shapefile Not tested -
obspy.io.stationtxt Not tested -
obspy.io.stationxml Not tested -
obspy.io.wav Not tested -
obspy.io.xseed Not tested -
obspy.io.y Not tested -
obspy.io.zmap Not tested -
obspy.realtime Not tested -
obspy.signal 10 1 2 3 4 5 6 7 8 9 10
obspy.taup Not tested -
Summary 10 10

Tracebacks (10)

Traceback (most recent call last):
File "/opt/conda/envs/test/lib/python3.5/doctest.py", line 2190, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal.cross_correlation.templates_max_similarity
File "/testbed/obspy/signal/cross_correlation.py", line 437, in templates_max_similarity
----------------------------------------------------------------------
File "/testbed/obspy/signal/cross_correlation.py", line 467, in obspy.signal.cross_correlation.templates_max_similarity
Failed example:
print(templates_max_similarity(st, t, [templ]))
Expected:
0.922536411468
Got:
0.9225364114676283
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 217, in test_ppsd
ppsd_loaded = PPSD.load_npz(filename)
File "/testbed/obspy/signal/spectral_estimation.py", line 1403, in load_npz
data_ = data[key]
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/npyio.py", line 262, in __getitem__
pickle_kwargs=self.pickle_kwargs)
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/format.py", line 696, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_freqattributes.py", line 143, in test_logcep
self.p, self.n, 'Hamming')
File "/testbed/obspy/signal/freqattributes.py", line 359, in log_cepstrum
m, a, b = log_spaced_filterbank_matrix(p, nfft, fs, w)
File "/testbed/obspy/signal/freqattributes.py", line 330, in log_spaced_filterbank_matrix
xx = sparse.coo_matrix((v, (c, r))).transpose().todense()
File "/opt/conda/envs/test/lib/python3.5/site-packages/scipy/sparse/coo.py", line 150, in __init__
self._shape = check_shape((M, N))
File "/opt/conda/envs/test/lib/python3.5/site-packages/scipy/sparse/sputils.py", line 279, in check_shape
new_shape = tuple(operator.index(arg) for arg in args)
File "/opt/conda/envs/test/lib/python3.5/site-packages/scipy/sparse/sputils.py", line 279, in <genexpr>
new_shape = tuple(operator.index(arg) for arg in args)
TypeError: 'numpy.float64' object cannot be interpreted as an integer
Traceback (most recent call last):
File "/opt/conda/envs/test/lib/python3.5/doctest.py", line 2190, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal._sosfilt._cplxreal
File "/testbed/obspy/signal/_sosfilt.py", line 25, in _cplxreal
----------------------------------------------------------------------
File "/testbed/obspy/signal/_sosfilt.py", line 69, in obspy.signal._sosfilt._cplxreal
Failed example:
print(zc)
Expected:
[ 1.+1.j 2.+1.j 2.+1.j 2.+2.j]
Got:
[1.+1.j 2.+1.j 2.+1.j 2.+2.j]
----------------------------------------------------------------------
File "/testbed/obspy/signal/_sosfilt.py", line 71, in obspy.signal._sosfilt._cplxreal
Failed example:
print(zr)
Expected:
[ 1. 3. 4.]
Got:
[1. 3. 4.]
Traceback (most recent call last):
File "/opt/conda/envs/test/lib/python3.5/doctest.py", line 2190, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal._sosfilt._zpk2sos
File "/testbed/obspy/signal/_sosfilt.py", line 139, in _zpk2sos
----------------------------------------------------------------------
File "/testbed/obspy/signal/_sosfilt.py", line 254, in obspy.signal._sosfilt._zpk2sos
Failed example:
sos[:, :3]
Expected:
array([[ 0.0014154 , 0.00248707, 0.0014154 ],
[ 1. , 0.72965193, 1. ],
[ 1. , 0.17594966, 1. ]])
Got:
array([[0.0014154 , 0.00248707, 0.0014154 ],
[1. , 0.72965193, 1. ],
[1. , 0.17594966, 1. ]])
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 373, in test_ppsd_save_and_load_npz
ppsd_loaded = PPSD.load_npz(filename, metadata=paz)
File "/testbed/obspy/signal/spectral_estimation.py", line 1403, in load_npz
data_ = data[key]
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/npyio.py", line 262, in __getitem__
pickle_kwargs=self.pickle_kwargs)
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/format.py", line 696, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 540, in test_ppsd_add_npz
ppsd = PPSD.load_npz(tf1.name, metadata=None)
File "/testbed/obspy/signal/spectral_estimation.py", line 1403, in load_npz
data_ = data[key]
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/npyio.py", line 262, in __getitem__
pickle_kwargs=self.pickle_kwargs)
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/format.py", line 696, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 311, in test_ppsd_w_iris_against_obspy_results
results_paz = PPSD.load_npz(filename_paz, metadata=None)
File "/testbed/obspy/signal/spectral_estimation.py", line 1403, in load_npz
data_ = data[key]
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/npyio.py", line 262, in __getitem__
pickle_kwargs=self.pickle_kwargs)
File "/opt/conda/envs/test/lib/python3.5/site-packages/numpy/lib/format.py", line 696, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
Traceback (most recent call last):
File "/opt/conda/envs/test/lib/python3.5/doctest.py", line 2190, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal.rotate.rotate2zne
File "/testbed/obspy/signal/rotate.py", line 194, in rotate2zne
----------------------------------------------------------------------
File "/testbed/obspy/signal/rotate.py", line 229, in obspy.signal.rotate.rotate2zne
Failed example:
rotate2zne(np.arange(3), 0, -90, np.arange(3) * 2, 0, 0, np.arange(3) * 3, 90, 0) # doctest: +NORMALIZE_WHITESPACE
Expected:
(array([ 0., 1., 2.]), array([ 0., 2., 4.]), array([ 0., 3., 6.]))
Got:
(array([0., 1., 2.]), array([0., 2., 4.]), array([0., 3., 6.]))
----------------------------------------------------------------------
File "/testbed/obspy/signal/rotate.py", line 234, in obspy.signal.rotate.rotate2zne
Failed example:
rotate2zne(np.arange(3), 0, -90, np.arange(3) * 2, 180, 0, np.arange(3) * 3, 90, 0) # doctest: +NORMALIZE_WHITESPACE
Expected:
(array([ 0., 1., 2.]), array([ 0., -2., -4.]), array([ 0., 3., 6.]))
Got:
(array([0., 1., 2.]), array([ 0., -2., -4.]), array([0., 3., 6.]))
----------------------------------------------------------------------
File "/testbed/obspy/signal/rotate.py", line 239, in obspy.signal.rotate.rotate2zne
Failed example:
rotate2zne(np.arange(3), 0, 0, np.arange(3) * 2, 90, 0, np.arange(3) * 3, 0, -90) # doctest: +NORMALIZE_WHITESPACE
Expected:
(array([ 0., 3., 6.]), array([ 0., 1., 2.]), array([ 0., 2., 4.]))
Got:
(array([0., 3., 6.]), array([0., 1., 2.]), array([0., 2., 4.]))
Traceback (most recent call last):
File "/opt/conda/envs/test/lib/python3.5/doctest.py", line 2190, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal.rotate._dip_azimuth2zse_base_vector
File "/testbed/obspy/signal/rotate.py", line 155, in _dip_azimuth2zse_base_vector
----------------------------------------------------------------------
File "/testbed/obspy/signal/rotate.py", line 166, in obspy.signal.rotate._dip_azimuth2zse_base_vector
Failed example:
r(_dip_azimuth2zse_base_vector(-90, 0)) #doctest: +NORMALIZE_WHITESPACE
Expected:
array([ 1., 0., 0.])
Got:
array([1., 0., 0.])
----------------------------------------------------------------------
File "/testbed/obspy/signal/rotate.py", line 172, in obspy.signal.rotate._dip_azimuth2zse_base_vector
Failed example:
r(_dip_azimuth2zse_base_vector(0, 180)) #doctest: +NORMALIZE_WHITESPACE
Expected:
array([ 0., 1., 0.])
Got:
array([0., 1., 0.])
----------------------------------------------------------------------
File "/testbed/obspy/signal/rotate.py", line 174, in obspy.signal.rotate._dip_azimuth2zse_base_vector
Failed example:
r(_dip_azimuth2zse_base_vector(0, 90)) #doctest: +NORMALIZE_WHITESPACE
Expected:
array([ 0., 0., 1.])
Got:
array([0., 0., 1.])

Slowest tests (20)

Runtime Test
10.177s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
1.625s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
1.007s plot_tfr (obspy.signal.tf_misfit)
0.903s test_evalresp_file_like_object (obspy.signal.tests.test_invsim.InvSimTestCase)
0.781s test_relcal_using_traces (obspy.signal.tests.test_calibration.CalibrationTestCase)
0.763s test_plot_lanczos_window (obspy.signal.tests.test_interpolation.InterpolationTestCase)
0.681s test_sac_instrument_correction (obspy.signal.tests.test_invsim.InvSimTestCase)
0.571s test_issue1216 (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
0.568s test_plot_tfr (obspy.signal.tests.test_tf_misfit.TfPlotTestCase)
0.464s test_relcal_sts2_vs_unknown (obspy.signal.tests.test_calibration.CalibrationTestCase)
0.433s test_evalresp_vs_obspy (obspy.signal.tests.test_invsim.InvSimTestCase)
0.427s test_pk_baer (obspy.signal.tests.test_trigger.TriggerTestCase)
0.375s test_centroid (obspy.signal.tests.test_cpxtrace.CpxTraceTestCase)
0.351s test_array_horizontal_shear (obspy.signal.tests.test_array_analysis.ArrayTestCase)
0.342s test_array_rotation (obspy.signal.tests.test_array_analysis.ArrayTestCase)
0.340s test_array_dilation (obspy.signal.tests.test_array_analysis.ArrayTestCase)
0.302s test_seis_sim_vs_pitsa_2 (obspy.signal.tests.test_invsim.InvSimTestCase)
0.297s test_polynomial_detrend_plotting (obspy.signal.tests.test_detrend.DetrendTestCase)
0.230s test_coincidence_trigger_with_similarity_checking (obspy.signal.tests.test_trigger.TriggerTestCase)
0.213s test_spline_detrend_plotting (obspy.signal.tests.test_detrend.DetrendTestCase)