#142092 Report by node bogon covering 2022 tests from 60 modules resulted into 12 errors

Report

ObsPy version
1.3.1
GitHub Pull Request
-
Report file
JSON document
Total runtime
94.9 sec
Report date/time
Sept. 30, 2024, 10:53 p.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
bogon
Processor
i386
Python Compiler
Clang 14.0.6
Python Implementation
CPython
Python Version
3.9.19
Release
23.5.0
System
Darwin
Version
Darwin Kernel Version 23.5.0: Wed May 1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020

Dependencies

cartopy
---
decorator
5.1.1
flake8
---
geographiclib
---
lxml
4.9.1
matplotlib
3.9.2
numpy
1.26.4
obspy
1.3.1
pyproj
3.3.1
pytest
8.3.3
pytest-json-report
1.5.0
requests
2.32.3
scipy
1.10.1
setuptools
72.1.0
shapefile
---
sqlalchemy
2.0.35

Modules (60)

Module Errors / Failures Tracebacks
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
obspy.clients.filesystem 9 1 2 3 4 5 6 7 8 9
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl - -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 3 10 11 12
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 - -
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 12 12

Tracebacks (12)

Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215ea910; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea250; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea940; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eaf40; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea130; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea820; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215ea910; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea250; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea940; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eaf40; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea130; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea820; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 381, in test_get_availability
actual_avail = client.get_availability(
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 415, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215ea910; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea250; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea940; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eaf40; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea130; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea820; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215ea910; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea250; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea940; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eaf40; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea130; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea820; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215ed220; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea700; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ead00; location>, <sqlalchemy.sql.elements.Label at 0x7f8cc1607190; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e9b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e93a0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215ed220; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea700; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ead00; location>, <sqlalchemy.sql.elements.Label at 0x7f8cc1607190; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e9b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e93a0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 236, in test_get_availability_extent
actual_avail_extents = client.get_availability_extent(
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 358, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215ed220; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea700; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ead00; location>, <sqlalchemy.sql.elements.Label at 0x7f8cc1607190; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e9b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e93a0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215ed220; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ea700; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215ead00; location>, <sqlalchemy.sql.elements.Label at 0x7f8cc1607190; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e9b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e93a0; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d2150d250; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d490; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d310; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d760; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d2150d250; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d490; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d310; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d760; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 175, in test_get_nslc
actual_nslc = client.get_nslc("I*,CU",
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 317, in get_nslc
summary_rows = self._get_summary_rows(network, station, location,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d2150d250; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d490; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d310; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d760; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d2150d250; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d490; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d310; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d760; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d2150d400; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d340; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d460; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d520; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d2150d400; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d340; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d460; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d520; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 62, in test_get_waveforms
returned_stream = client.get_waveforms(
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 262, in get_waveforms
return self._get_waveforms(query_rows, merge)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d2150d400; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d340; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d460; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d520; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d2150d400; network>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7c0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d340; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d460; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d520; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d1090b610; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404460; station>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404490; location>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404340; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d10830400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d10830970; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d1090b610; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404460; station>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404490; location>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404340; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d10830400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d10830970; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 142, in test_get_waveforms_bulk
returned_stream = client.get_waveforms_bulk(bulk_request)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 288, in get_waveforms_bulk
return self._get_waveforms(query_rows, merge)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d1090b610; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404460; station>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404490; location>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404340; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d10830400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d10830970; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d1090b610; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404460; station>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404490; location>, <sqlalchemy.sql.elements.Label at 0x7f8ce0404340; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d10830400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d10830970; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d21607640; network>, <sqlalchemy.sql.elements.Label at 0x7f8d21607b50; station>, <sqlalchemy.sql.elements.Label at 0x7f8d216078b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d21607430; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d21607040; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8cd35ba790; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d21607640; network>, <sqlalchemy.sql.elements.Label at 0x7f8d21607b50; station>, <sqlalchemy.sql.elements.Label at 0x7f8d216078b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d21607430; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d21607040; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8cd35ba790; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 581, in test_has_data
self.assertTrue(client.has_data())
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 558, in has_data
avail_percentage = self.get_availability_percentage(network,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 494, in get_availability_percentage
avail = self.get_availability(network, station,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 415, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d21607640; network>, <sqlalchemy.sql.elements.Label at 0x7f8d21607b50; station>, <sqlalchemy.sql.elements.Label at 0x7f8d216078b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d21607430; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d21607040; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8cd35ba790; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d21607640; network>, <sqlalchemy.sql.elements.Label at 0x7f8d21607b50; station>, <sqlalchemy.sql.elements.Label at 0x7f8d216078b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d21607430; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d21607040; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8cd35ba790; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215eb1f0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebdf0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb8b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215eba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebd00; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215eb1f0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebdf0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb8b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215eba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebd00; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 770, in test_build_file_list
self.assertRaisesRegex(OSError,
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 1282, in assertRaisesRegex
return context.handle('assertRaisesRegex', args, kwargs)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1064, in build_file_list
tsindex = self.request_handler._fetch_index_rows()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215eb1f0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebdf0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb8b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215eba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebd00; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215eb1f0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebdf0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb8b0; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215eb700; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215eba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215ebd00; endtime>)?
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215e49d0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215e53a0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5040; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215e58b0; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5f40; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215e49d0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215e53a0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5040; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215e58b0; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5f40; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 59, in testPartExecutor
yield
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 592, in run
self._callTestMethod(testMethod)
File "/opt/miniconda3/lib/python3.9/unittest/case.py", line 550, in _callTestMethod
method()
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 916, in test__fetch_summary_rows
ts_summary_data = request_handler._fetch_summary_rows(
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215e49d0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215e53a0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5040; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215e58b0; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5f40; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215e49d0; network>, <sqlalchemy.sql.elements.Label at 0x7f8d215e53a0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5040; location>, <sqlalchemy.sql.elements.Label at 0x7f8d215e58b0; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5b50; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d215e5f40; endtime>)?
055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
056
057 * :meth:`~Client.get_availability_extent()`:
058 Returns a list of (network, station, location, channel, earliest, latest)
059 tuples that represent the full extent of available data. This example
060 retrieves from the very small obspy test tsindex database a list of all
061 available ("BHZ") channel extents from the Global Seismograph Network
062 ("IU") for all times.
063
064 >>> extents = client.get_availability_extent(network="IU", channel="BHZ")
UNEXPECTED EXCEPTION: ValueError('Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215e9940; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce04047f0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d550; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7f0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d4f0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215e9940; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce04047f0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d550; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7f0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d4f0; endtime>)?')
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/opt/miniconda3/lib/python3.9/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215e9940; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce04047f0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d550; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7f0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d4f0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215e9940; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce04047f0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d550; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7f0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d4f0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/doctest.py", line 1334, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[6]>", line 1, in <module>
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 358, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x7f8d215e9940; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce04047f0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d550; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7f0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d4f0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f8d215e9940; network>, <sqlalchemy.sql.elements.Label at 0x7f8ce04047f0; station>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d190; location>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d550; channel>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d7f0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f8d2150d4f0; endtime>)?
/opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/tsindex.py:64: UnexpectedException
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 2264, in _adjust_bode_plot_figure
ax1.legend(loc="lower center", ncol=3, fontsize='small')
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/tests/test_channel.py", line 32, in test_response_plot
cha.plot(0.005, outfile=image_path)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/channel.py", line 455, in plot
return self.response.plot(
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 1903, in plot
_adjust_bode_plot_figure(fig, show=False,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 2266, in _adjust_bode_plot_figure
leg_ = ax1.legend(loc="lower center", ncol=3)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 2264, in _adjust_bode_plot_figure
ax1.legend(loc="lower center", ncol=3, fontsize='small')
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/tests/test_response.py", line 123, in test_response_plot
resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 1903, in plot
_adjust_bode_plot_figure(fig, show=False,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 2266, in _adjust_bode_plot_figure
leg_ = ax1.legend(loc="lower center", ncol=3)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 2264, in _adjust_bode_plot_figure
ax1.legend(loc="lower center", ncol=3, fontsize='small')
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/opt/miniconda3/lib/python3.9/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/tests/test_response.py", line 132, in test_response_plot_degrees
resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 1903, in plot
_adjust_bode_plot_figure(fig, show=False,
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/inventory/response.py", line 2266, in _adjust_bode_plot_figure
leg_ = ax1.legend(loc="lower center", ncol=3)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/opt/miniconda3/lib/python3.9/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/opt/miniconda3/lib/python3.9/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable

Skipped tests (34)

Submodule Test Skip message
core core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_global Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_ortho Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local Skipped: cartopy not installed
core core/tests/test_inventory.py::TestInventoryCartopy::test_combined_station_event_plot Skipped: cartopy not installed
core core/tests/test_network.py::TestNetworkCartopy::test_location_plot_global Skipped: cartopy not installed
core core/tests/test_network.py::TestNetworkCartopy::test_location_plot_ortho Skipped: cartopy not installed
core core/tests/test_network.py::TestNetworkCartopy::test_location_plot_local Skipped: cartopy not installed
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.
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.nordic io/nordic/utils.py::obspy.io.nordic.utils._evmagtonor Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._nortoevmag Skipped: all tests skipped by +SKIP option
io.pde io/pde/mchedr.py::obspy.io.pde.mchedr._is_mchedr Skipped: all tests skipped by +SKIP option
io.quakeml io/quakeml/core.py::obspy.io.quakeml.core._is_quakeml Skipped: all tests skipped by +SKIP option
io.seisan io/seisan/core.py::obspy.io.seisan.core._is_seisan Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_asc Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_q Skipped: all tests skipped by +SKIP option
io.wav io/wav/core.py::obspy.io.wav.core._is_wav Skipped: all tests skipped by +SKIP option
io.y io/y/core.py::obspy.io.y.core._is_y Skipped: all tests skipped by +SKIP option
signal signal/quality_control.py::obspy.signal.quality_control.MSEEDMetadata Skipped: all tests skipped by +SKIP option
signal signal/tests/test_quality_control.py::QualityControlTestCase::test_schema_validation Skipped: Test requires the jsonschema module
taup taup/tests/test_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
5.159s core/stream.py::obspy.core.stream.read
3.782s core/tests/test_stream.py::TestStream::test_read_url_via_network
2.720s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
2.608s taup/__init__.py::obspy.taup
2.109s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_shoot_existing_ray_param
1.713s signal/tf_misfit.py::obspy.signal.tf_misfit.plot_tfr
1.668s clients/filesystem/sds.py::obspy.clients.filesystem.sds.Client.__init__
1.651s signal/tests/test_calibration.py::CalibrationTestCase::test_relcal_different_overlaps
1.635s io/nlloc/tests/test_util.py::NLLOCTestCase::test_read_nlloc_scatter_coordinate_conversion
1.589s imaging/tests/test_beachball.py::TestBeachballPlot::test_beachball_output_format
1.231s taup/tests/test_tau.py::TestTauPyModel::test_regional_models
1.215s taup/tau.py::obspy.taup.tau.plot_travel_times
1.044s core/tests/test_trace.py::TestTrace::test_remove_response_plot
1.041s taup/tests/test_seismic_phase.py::TestTauPySeismicPhase::test_many_identically_named_phases
1.014s taup/tests/test_tau.py::TestTauPyModel::test_vs_java_iasp91
0.969s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
0.936s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
0.830s io/mseed/tests/test_mseed_special_issues.py::MSEEDSpecialIssueTestCase::test_infinite_loop
0.792s signal/tests/test_interpolation.py::TestInterpolation::test_plot_lanczos_window
0.764s io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml

Warnings (37)

Stage Filename Category Message
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:267 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:399 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/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 /opt/miniconda3/lib/python3.9/site-packages/scipy/signal/_filter_design.py:4536 DeprecationWarning `product` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `prod` instead.
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/signal/tf_misfit.py:1084 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau.py:1079 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:281 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/io/sac/sactrace.py:1543 DeprecationWarning `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:282 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/seismic_phase.py:1464 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/taup_geo.py:91 DeprecationWarning `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:244 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau.py:244 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau.py:970 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/imaging/scripts/mopad.py:840 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/imaging/beachball.py:274 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/multiprocessing/resource_tracker.py:96 UserWarning resource_tracker: process died unexpectedly, relaunching. Some resources might leak.
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/seismic_phase.py:1437 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:400 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/_pytest/python.py:159 DeprecationWarning `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:280 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:401 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:265 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/slowness_model.py:1814 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:370 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest <doctest obspy.signal._sosfilt._sosfilt[13]>:1 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/signal/tf_misfit.py:1344 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/io/sac/tests/test_sactrace.py:187 DeprecationWarning `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau.py:508 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/signal/cross_correlation.py:985 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:371 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:372 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:266 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:245 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/imaging/scripts/scan.py:443 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /opt/miniconda3/lib/python3.9/site-packages/obspy/taup/tau_branch.py:246 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
collect /opt/miniconda3/lib/python3.9/site-packages/obspy/clients/filesystem/db.py:18 MovedIn20Warning The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)