#147569 Report by node local covering 1950 tests from 48 modules resulted into 99 errors

Report

ObsPy version
1.2.0rc3.post0+7.g76111dfdae.…
GitHub Pull Request
-
Report file
XML document
Total runtime
111.8 sec
Report date/time
Nov. 13, 2025, 1:44 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
local
Processor
None
Python Compiler
GCC 12.2.0
Python Implementation
CPython
Python Version
3.8.20
Release
5.15.0-106-generic
System
Linux
Version
#116-Ubuntu SMP Wed Apr 17 09:17:56 UTC 2024

Dependencies

cartopy
---
decorator
5.2.1
flake8
---
future
1.0.0
geographiclib
2.1
lxml.etree
6.0.2
m2crypto
---
matplotlib
3.7.5
mock
5.2.0
mpl_toolkits.basemap
---
numpy
1.22.4
pep8-naming
---
pyflakes
---
pyimgur
0.6.0
pyproj
3.5.0
requests
2.32.4
scipy
1.10.1
setuptools
39.2.0
shapefile
2.3.1
sqlalchemy
2.0.44

Modules (48)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
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 Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 21 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
obspy.db 1 31
obspy.geodetics 1 32
obspy.imaging 42 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
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.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 2 75 76
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 1 77
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal 12 78 79 80 81 82 83 84 85 86 87 88 89
obspy.taup 10 90 91 92 93 94 95 96 97 98 99
Summary 99 99

Tracebacks (99)

Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a542f0790; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f08b0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f06d0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0820; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542f07c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0850; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a542f0790; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f08b0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f06d0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0820; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542f07c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0850; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 385, in test_get_availability
actual_avail = client.get_availability(
File "/testbed/obspy/clients/filesystem/tsindex.py", line 424, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 688, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a542f0790; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f08b0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f06d0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0820; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542f07c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0850; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a542f0790; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f08b0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f06d0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0820; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542f07c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0850; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a542f0d00; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0cd0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0f40; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54311040; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a543111c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54311250; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a542f0d00; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0cd0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0f40; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54311040; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a543111c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54311250; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 240, in test_get_availability_extent
actual_avail_extents = client.get_availability_extent(
File "/testbed/obspy/clients/filesystem/tsindex.py", line 367, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 606, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, 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 0x7f6a542f0d00; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0cd0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0f40; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54311040; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a543111c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54311250; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a542f0d00; network>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0cd0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a542f0f40; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54311040; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a543111c0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54311250; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a54316e80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54316e50; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b130; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b220; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b310; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b3a0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a54316e80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54316e50; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b130; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b220; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b310; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b3a0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 179, in test_get_nslc
actual_nslc = client.get_nslc("I*,CU",
File "/testbed/obspy/clients/filesystem/tsindex.py", line 326, in get_nslc
summary_rows = self._get_summary_rows(network, station, location,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 606, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, 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 0x7f6a54316e80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54316e50; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b130; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b220; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b310; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b3a0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a54316e80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54316e50; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b130; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b220; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b310; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5429b3a0; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a5423ed90; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e580; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5423efa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e1f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e880; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a5423ed90; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e580; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5423efa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e1f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e880; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 66, in test_get_waveforms
returned_stream = client.get_waveforms(
File "/testbed/obspy/clients/filesystem/tsindex.py", line 271, in get_waveforms
return self._get_waveforms(query_rows, merge)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 632, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a5423ed90; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e580; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5423efa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e1f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e880; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a5423ed90; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e580; station>, <sqlalchemy.sql.elements.Label at 0x7f6a5423efa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e1f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e400; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5423e880; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a5423aa30; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423a8e0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54224880; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54224070; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542245b0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a5423aa30; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423a8e0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54224880; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54224070; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542245b0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 146, in test_get_waveforms_bulk
returned_stream = client.get_waveforms_bulk(bulk_request)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 297, in get_waveforms_bulk
return self._get_waveforms(query_rows, merge)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 632, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a5423aa30; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423a8e0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54224880; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54224070; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542245b0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a5423aa30; network>, <sqlalchemy.sql.elements.Label at 0x7f6a5423a8e0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54224880; location>, <sqlalchemy.sql.elements.Label at 0x7f6a54224070; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a542245b0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a542245b0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54229580; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542291f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f5e0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f280; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a542245b0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54229580; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542291f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f5e0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f280; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 585, in test_has_data
self.assertTrue(client.has_data())
File "/testbed/obspy/clients/filesystem/tsindex.py", line 567, in has_data
avail_percentage = self.get_availability_percentage(network,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 503, in get_availability_percentage
avail = self.get_availability(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 424, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 688, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a542245b0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54229580; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542291f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f5e0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f280; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a542245b0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54229a30; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54229580; location>, <sqlalchemy.sql.elements.Label at 0x7f6a542291f0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f5e0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a5424f280; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a521b8940; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8eb0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8ee0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521b88e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8fd0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521bd130; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a521b8940; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8eb0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8ee0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521b88e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8fd0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521bd130; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 784, in test_build_file_list
self.assertRaisesRegex(OSError,
File "/usr/local/lib/python3.8/unittest/case.py", line 1357, in assertRaisesRegex
return context.handle('assertRaisesRegex', args, kwargs)
File "/usr/local/lib/python3.8/unittest/case.py", line 202, in handle
callable_obj(*args, **kwargs)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1072, in build_file_list
tsindex = self.request_handler._fetch_index_rows()
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a521b8940; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8eb0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8ee0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521b88e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8fd0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521bd130; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a521b8940; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8eb0; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8ee0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521b88e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521b8fd0; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521bd130; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a521e5ca0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5fa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5b50; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7100; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7190; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a521e5ca0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5fa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5b50; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7100; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7190; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tests/test_tsindex.py", line 936, in test__fetch_summary_rows
ts_summary_data = request_handler._fetch_summary_rows(
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, 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 0x7f6a521e5ca0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5fa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5b50; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7100; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7190; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a521e5ca0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5fa0; location>, <sqlalchemy.sql.elements.Label at 0x7f6a521e5b50; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7100; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a521e7190; endtime>)?
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.clients.filesystem.tsindex
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1, in tsindex
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 64, in obspy.clients.filesystem.tsindex
Failed example:
extents = client.get_availability_extent(network="IU", channel="BHZ")
Exception raised:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1642, in _fetch_summary_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1643, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a54589b80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54589c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54589a00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab370; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab610; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a54589b80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54589c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54589a00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab370; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab610; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[6]>", line 1, in <module>
extents = client.get_availability_extent(network="IU", channel="BHZ")
File "/testbed/obspy/clients/filesystem/tsindex.py", line 367, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 606, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1660, 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 0x7f6a54589b80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54589c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54589a00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab370; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab610; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a54589b80; network>, <sqlalchemy.sql.elements.Label at 0x7f6a54589c70; station>, <sqlalchemy.sql.elements.Label at 0x7f6a54589a00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab370; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab610; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>)?
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 65, in obspy.clients.filesystem.tsindex
Failed example:
for extent in extents:
print("{0:<3} {1:<6} {2:<3} {3:<4} {4} {5}".format(*extent))
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[7]>", line 1, in <module>
for extent in extents:
NameError: name 'extents' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 81, in obspy.clients.filesystem.tsindex
Failed example:
avail_percentage = client.get_availability_percentage(
"IU", "ANMO", "10", "BHZ",
UTCDateTime(2018, 1, 1, 0, 0, 0, 19500),
UTCDateTime(2018, 1, 1, 0, 1, 57, 994536))
Exception raised:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a545ab910; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abb20; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab730; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a545ab910; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abb20; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab730; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[9]>", line 1, in <module>
avail_percentage = client.get_availability_percentage(
File "/testbed/obspy/clients/filesystem/tsindex.py", line 503, in get_availability_percentage
avail = self.get_availability(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 424, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/testbed/obspy/clients/filesystem/tsindex.py", line 688, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a545ab910; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abb20; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab730; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a545ab910; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abb20; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba00; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab730; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545aba60; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; endtime>)?
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 85, in obspy.clients.filesystem.tsindex
Failed example:
print(avail_percentage)
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[10]>", line 1, in <module>
print(avail_percentage)
NameError: name 'avail_percentage' is not defined
----------------------------------------------------------------------
File "/testbed/obspy/clients/filesystem/tsindex.py", line 99, in obspy.clients.filesystem.tsindex
Failed example:
st = client.get_waveforms("IU", "*", "*", "BHZ", t, t + 1)
Exception raised:
Traceback (most recent call last):
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1462, in _fetch_index_rows
stmts = [
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1463, in <listcomp>
sa.select([
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 537, in select
return Select(*entities)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5390, in __init__
self._raw_columns = [
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/selectable.py", line 5391, in <listcomp>
coercions.expect(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 395, in expect
resolved = impl._literal_coercion(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 634, in _literal_coercion
self._raise_for_expected(element, argname)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 1132, in _raise_for_expected
return super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 695, in _raise_for_expected
super()._raise_for_expected(
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/coercions.py", line 518, 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 0x7f6a545abbb0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc40; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab8e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc10; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545abca0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a545abbb0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc40; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab8e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc10; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545abca0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[12]>", line 1, in <module>
st = client.get_waveforms("IU", "*", "*", "BHZ", t, t + 1)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 271, in get_waveforms
return self._get_waveforms(query_rows, merge)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 632, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/testbed/obspy/clients/filesystem/tsindex.py", line 1584, 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 0x7f6a545abbb0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc40; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab8e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc10; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545abca0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x7f6a545abbb0; network>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc40; station>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab700; location>, <sqlalchemy.sql.elements.Label at 0x7f6a545ab8e0; channel>, <sqlalchemy.sql.elements.Label at 0x7f6a545abc10; starttime>, <sqlalchemy.sql.elements.Label at 0x7f6a545abca0; endtime>)?
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_channel.py", line 58, in test_response_plot
with ImageComparison(self.image_dir, "channel_response.png",
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 2585, in test_dtype_is_not_unnecessarily_changed
self.assertEqual(tr_int32.copy().resample(2.0).data.dtype, np.float64)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 1647, in test_method_chaining
temp_tr = tr.trim(tr.stats.starttime + 1)\
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 1824, in test_processing_information
tr.resample(tr.stats.sampling_rate / 2.0)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 2301, in test_remove_response_plot
with ImageComparison(image_dir, "trace_remove_response.png",
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 1620, in test_resample
tr_2 = tr.copy().resample(sampling_rate=50.0)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 2100, in test_resample_new
tr.resample(0.5, window='hanning', no_filter=True)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_util_base.py", line 80, in test_image_comparison
with ImageComparison(path, img_basename) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_stream.py", line 2239, in test_method_chaining
temp = st.trim(st[0].stats.starttime + 1, st[0].stats.starttime + 10)\
File "/testbed/obspy/core/stream.py", line 2335, in resample
tr.resample(sampling_rate, window=native_str(window),
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_response.py", line 142, in test_response_plot
with ImageComparison(self.image_dir, "response_response.png",
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_response.py", line 161, in test_response_plot_degrees
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_inventory.py", line 198, in test_response_plot
with ImageComparison(self.image_dir, "inventory_response.png",
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_network.py", line 143, in test_response_plot
with ImageComparison(self.image_dir, "network_response.png",
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_station.py", line 53, in test_response_plot
with ImageComparison(self.image_dir, "station_response.png",
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_station.py", line 71, in test_response_plot_degrees
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.trace.Trace.resample
File "/testbed/obspy/core/trace.py", line 237, in resample
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 283, in obspy.core.trace.Trace.resample
Failed example:
tr.resample(4.0) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.core.trace.Trace.resample[3]>", line 1, in <module>
tr.resample(4.0) # doctest: +ELLIPSIS
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 285, in obspy.core.trace.Trace.resample
Failed example:
len(tr)
Expected:
32
Got:
8
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 287, in obspy.core.trace.Trace.resample
Failed example:
tr.stats.sampling_rate
Expected:
4.0
Got:
1.0
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 289, in obspy.core.trace.Trace.resample
Failed example:
tr.data # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
Expected:
array([ 0.5 , 0.40432914, 0.3232233 , 0.26903012, 0.25 ...
Got:
array([ 0.5, 0. , 0.5, 1. , 0.5, 0. , 0.5, 1. ])
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.trace.Trace.times
File "/testbed/obspy/core/trace.py", line 2487, in times
----------------------------------------------------------------------
File "/testbed/obspy/core/trace.py", line 2529, in obspy.core.trace.Trace.times
Failed example:
tr.times("matplotlib")
Expected:
array([ 733643.01392361, 733643.01392373, 733643.01392384, ...,
733643.01427049, 733643.0142706 , 733643.01427072])
Got:
array([ 14480.01392361, 14480.01392373, 14480.01392384, ...,
14480.01427049, 14480.0142706 , 14480.01427072])
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.stream.Stream.resample
File "/testbed/obspy/core/stream.py", line 2280, in resample
----------------------------------------------------------------------
File "/testbed/obspy/core/stream.py", line 2326, in obspy.core.stream.Stream.resample
Failed example:
st.resample(10.0) # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2344, in get_window
beta = float(window)
ValueError: could not convert string to float: 'hanning'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2362, in get_window
winfunc = _win_equiv[winstr]
KeyError: 'hanning'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.core.stream.Stream.resample[2]>", line 1, in <module>
st.resample(10.0) # doctest: +ELLIPSIS
File "/testbed/obspy/core/stream.py", line 2335, in resample
tr.resample(sampling_rate, window=native_str(window),
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/util/decorator.py", line 245, in skip_if_no_data
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/decorator.py", line 235, in fun
return caller(func, *(extras + args), **kw)
File "/testbed/obspy/core/trace.py", line 273, in _add_processing_info
result = func(*args, **kwargs)
File "/testbed/obspy/core/trace.py", line 1733, in resample
large_w = np.fft.ifftshift(get_window(native_str(window),
File "/usr/local/lib/python3.8/site-packages/scipy/signal/windows/_windows.py", line 2364, in get_window
raise ValueError("Unknown window type.") from e
ValueError: Unknown window type.
----------------------------------------------------------------------
File "/testbed/obspy/core/stream.py", line 2328, in obspy.core.stream.Stream.resample
Failed example:
print(st) # doctest: +ELLIPSIS
Expected:
3 Trace(s) in Stream:
BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z ... | 10.0 Hz, 300 samples
BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z ... | 10.0 Hz, 300 samples
BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z ... | 10.0 Hz, 300 samples
Got:
3 Trace(s) in Stream:
BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z - 2009-08-24T00:20:32.990000Z | 100.0 Hz, 3000 samples
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.utcdatetime.UTCDateTime.matplotlib_date
File "/testbed/obspy/core/utcdatetime.py", line unknown line number, in matplotlib_date
----------------------------------------------------------------------
File "/testbed/obspy/core/utcdatetime.py", line ?, in obspy.core.utcdatetime.UTCDateTime.matplotlib_date
Failed example:
t.matplotlib_date
Expected:
733643.0139780092
Got:
14480.01397800926
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_trace.py", line 1448, in test_times
np.testing.assert_allclose(got[:5], expected, rtol=1e-17)
File "/usr/local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 1530, in assert_allclose
assert_array_compare(compare, actual, desired, err_msg=str(err_msg),
File "/usr/local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 844, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=1e-17, atol=0
Mismatched elements: 5 / 5 (100%)
Max absolute difference: 719163.0
Max relative difference: 0.9849928778830878
x: array([ 10957. , 10957.000001, 10957.000001, 10957.000002,
10957.000002])
y: array([ 730120. , 730120.000001, 730120.000001, 730120.000002,
730120.000002])
Traceback (most recent call last):
File "/testbed/obspy/core/tests/test_utcdatetime.py", line 1092, in test_matplotlib_date
np.testing.assert_almost_equal(
File "/usr/local/lib/python3.8/site-packages/numpy/testing/_private/utils.py", line 599, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 8 decimals
ACTUAL: 5965.5723676839116
DESIRED: 725128.5723676839
>>> Cannot import test suite for module obspy.db due to:
--------------------------------------------------------
File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/testbed/obspy/scripts/runtests.py", line 757, in <module>
errors = run(interactive=False)
File "/testbed/obspy/scripts/runtests.py", line 711, in run
return run_tests(verbosity, args.tests, report, args.log, args.server,
File "/testbed/obspy/scripts/runtests.py", line 542, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "/testbed/obspy/scripts/runtests.py", line 164, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "/usr/local/lib/python3.8/unittest/loader.py", line 205, in loadTestsFromName
test = obj()
File "/testbed/obspy/db/tests/__init__.py", line 16, in suite
add_unittests(suite, MODULE_NAME)
File "/testbed/obspy/core/util/testing.py", line 70, in add_unittests
_module = __import__(_module_name,
File "/testbed/obspy/db/tests/test_client.py", line 14, in <module>
from obspy.db.client import Client
File "/testbed/obspy/db/client.py", line 24, in <module>
from obspy.db.db import Base, WaveformChannel, WaveformFile, WaveformPath
File "/testbed/obspy/db/db.py", line 20, in <module>
from sqlalchemy.orm import relation
ImportError: cannot import name 'relation' from 'sqlalchemy.orm' (/usr/local/lib/python3.8/site-packages/sqlalchemy/orm/__init__.py)
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.geodetics.base.locations2degrees
File "/testbed/obspy/geodetics/base.py", line 333, in locations2degrees
----------------------------------------------------------------------
File "/testbed/obspy/geodetics/base.py", line 357, in obspy.geodetics.base.locations2degrees
Failed example:
locations2degrees(5, 5, 10, 10)
Expected:
7.0397014191753815
Got:
7.0397014191753851
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_beachball.py", line 82, in test_beachball
with ImageComparison(self.path, filename) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_beachball.py", line 228, in test_collection
with ImageComparison(self.path, 'bb_collection.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_beachball.py", line 292, in test_collection_aspect_x
self.collection_aspect(axis=[-10000, 10000, -100, 100],
File "/testbed/obspy/imaging/tests/test_beachball.py", line 259, in collection_aspect
with ImageComparison(self.path, filename_width) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_beachball.py", line 301, in test_collection_aspect_y
self.collection_aspect(axis=[-100, 100, -10000, 10000],
File "/testbed/obspy/imaging/tests/test_beachball.py", line 259, in collection_aspect
with ImageComparison(self.path, filename_width) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_beachball.py", line 314, in test_mopad_fallback
with ImageComparison(self.path, 'mopad_fallback.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_plot.py", line 43, in test_plot
with ImageComparison(self.path, 'plot.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_plot.py", line 58, in test_plot_no_merge
with ImageComparison(self.path, 'plot_nomerge.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_spectrogram.py", line 42, in test_spectrogram
with ImageComparison(self.path, 'spectrogram_log.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_mopad.py", line 64, in test_collection
with ImageComparison(self.path, 'mopad_collection.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 298, in test_plot_azim_section
with ImageComparison(self.path, 'waveform_azim_section.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 264, in test_plot_binning_error
with ImageComparison(self.path, 'waveform_binning_error.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 342, in test_plot_colored_section
with ImageComparison(self.path, 'waveform_color_section.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 206, in test_plot_complex_gap_few_samples
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 185, in test_plot_complex_gap_many_samples
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 448, in test_plot_day_plot
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 483, in test_plot_day_plot_catalog
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 465, in test_plot_day_plot_explicit_event
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 423, in test_plot_default_relative
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 283, in test_plot_default_section
with ImageComparison(self.path, 'waveform_default_section.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 312, in test_plot_horizontal_section
with ImageComparison(self.path, 'waveform_horiz_section.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 215, in test_plot_multiple_traces
with ImageComparison(self.path, 'waveform_1_trace.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 134, in test_plot_one_hour_few_samples
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 121, in test_plot_one_hour_many_samples
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 437, in test_plot_ref_time_relative
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 327, in test_plot_ref_time_section
with ImageComparison(self.path, 'waveform_reftime_section.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 164, in test_plot_simple_gap_few_samples
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 149, in test_plot_simple_gap_many_samples
with ImageComparison(self.path, image_name) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 393, in test_plot_wiggles_horizontal_section
with ImageComparison(
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 358, in test_plot_wiggles_negative_section
with ImageComparison(
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 376, in test_plot_wiggles_positive_section
with ImageComparison(
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 410, in test_plot_wiggles_vertical_section
with ImageComparison(
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_waveform.py", line 254, in test_plot_with_labels
with ImageComparison(self.path, 'waveform_labels.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_ppsd.py", line 34, in test_ppsd_plot
with ImageComparison(self.path, 'ppsd.png', reltol=1.5) as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_ppsd.py", line 77, in test_ppsd_plot_cumulative
with ImageComparison(self.path, 'ppsd_cumulative.png',
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_ppsd.py", line 57, in test_ppsd_plot_frequency
with ImageComparison(self.path, 'ppsd_freq.png',
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_scan.py", line 223, in test_multiple_sampling_rates
with image_comp as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_scan.py", line 72, in test_scan_function_and_scanner_class
with ImageComparison(self.path, 'scan.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_scan.py", line 56, in test_scan_main_method
with ImageComparison(self.path, 'scan.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_scan.py", line 168, in test_scan_save_load_npz
with ImageComparison(self.path, 'scan.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_scan.py", line 184, in test_scan_times
with ImageComparison(self.path, 'scan_times.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/imaging/tests/test_scan.py", line 138, in test_scanner_manually_add_streams
with ImageComparison(self.path, 'scan.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.imaging.__init__
File "/testbed/obspy/imaging/__init__.py", line 0, in __init__
----------------------------------------------------------------------
File "/testbed/obspy/imaging/__init__.py", line 155, in obspy.imaging.__init__
Failed example:
ax.set_xlim((-120, 120))
Expected:
(-120, 120)
Got:
(-120.0, 120.0)
----------------------------------------------------------------------
File "/testbed/obspy/imaging/__init__.py", line 157, in obspy.imaging.__init__
Failed example:
ax.set_ylim((-20, 120))
Expected:
(-20, 120)
Got:
(-20.0, 120.0)
Traceback (most recent call last):
File "/testbed/obspy/io/nordic/tests/test_nordic.py", line 1000, in test_ellipse_plot
with ImageComparison(self.testing_path, 'plot_ellipse.png',
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/io/nordic/tests/test_nordic.py", line 1017, in test_ellipse_plot_tangents
with ImageComparison(self.testing_path, 'plot_ellipse_tangents.png',
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/io/stationxml/tests/test_stationxml.py", line 303, in test_read_and_write_full_file
self.assertEqual(stage.numerator[0].number, 1)
AssertionError: None != 1
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_cross_correlation.py", line 300, in test_xcorr_pick_correction_images
with ImageComparison(self.path_images, 'xcorr_pick_corr.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_detrend.py", line 72, in test_polynomial_detrend_plotting
with ImageComparison(self.path_images, 'polynomial_detrend.png') as ic:
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_detrend.py", line 85, in test_spline_detrend_plotting
with ImageComparison(self.path_images,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 563, in test_earthquake_models
fig = ppsd.plot(
File "/testbed/obspy/signal/spectral_estimation.py", line 2023, in plot
self._plot_histogram(fig=fig)
File "/testbed/obspy/signal/spectral_estimation.py", line 2096, in _plot_histogram
cb.set_clim(*fig.ppsd.color_limits)
AttributeError: 'Colorbar' object has no attribute 'set_clim'
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 494, in test_ppsd_restricted_stacks
with ImageComparison(self.path_images,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 773, in test_ppsd_temporal_plot
with ImageComparison(self.path_images, 'ppsd_temporal.png',
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_interpolation.py", line 133, in test_plot_lanczos_window
with ImageComparison(self.path_images,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_tf_misfit.py", line 304, in test_plot_tf_gofs
with ImageComparison(self.path,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_tf_misfit.py", line 296, in test_plot_tf_misfits
with ImageComparison(self.path,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_tf_misfit.py", line 289, in test_plot_tfr
with ImageComparison(self.path,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/usr/local/lib/python3.8/doctest.py", line 2204, 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 141, in _zpk2sos
----------------------------------------------------------------------
File "/testbed/obspy/signal/_sosfilt.py", line 256, 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.0014152 , 0.00248677, 0.0014152 ],
[ 1. , 0.72976874, 1. ],
[ 1. , 0.17607852, 1. ]])
----------------------------------------------------------------------
File "/testbed/obspy/signal/_sosfilt.py", line 266, in obspy.signal._sosfilt._zpk2sos
Failed example:
sos[:, 3:]
Expected:
array([[ 1. , -1.32543251, 0.46989499],
[ 1. , -1.26117915, 0.6262586 ],
[ 1. , -1.25707217, 0.86199667]])
Got:
array([[ 1. , -1.32544025, 0.46989976],
[ 1. , -1.26118294, 0.62625924],
[ 1. , -1.2570723 , 0.8619958 ]])
Traceback (most recent call last):
File "/testbed/obspy/signal/tests/test_spectral_estimation.py", line 713, in test_issue1216
self.assertEqual(len(w), 2)
AssertionError: 3 != 2
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 102, in test_cartesian_many_phases
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 114, in test_cartesian_many_phases_buried_station
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 128, in test_cartesian_many_phases_one_way
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 159, in test_plot_travel_times
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 171, in test_plot_travel_times_convenience
with ImageComparison(
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 85, in test_spherical_diff_phases
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 36, in test_spherical_many_phases
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 49, in test_spherical_many_phases_buried_station
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 62, in test_spherical_many_phases_one_way
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "/testbed/obspy/taup/tests/test_plotting.py", line 74, in test_spherical_more_then_360_degrees
with ImageComparison(self.image_dir,
File "/testbed/obspy/core/util/testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "/usr/local/lib/python3.8/site-packages/matplotlib/__init__.py", line 722, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']

Skipped tests (27)

Submodule Test Skip message
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) basemap not installed
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
signal test_ppsd_spectrogram_plot (obspy.signal.tests.test_spectral_estimation.PsdTestCase) matplotlib >= 3 shifts labels

Slowest tests (20)

Runtime Test
26.554s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
9.179s test_relcal_using_dict (obspy.signal.tests.test_calibration.CalibrationTestCase)
7.405s test_relcal_using_traces (obspy.signal.tests.test_calibration.CalibrationTestCase)
4.275s read (obspy.core.stream)
4.020s test_relcal_sts2_vs_unknown (obspy.signal.tests.test_calibration.CalibrationTestCase)
3.155s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
2.998s __init__ (obspy.taup)
2.917s test_read_url_via_network (obspy.core.tests.test_stream.StreamTestCase)
2.179s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
2.006s test_rotate2zne_against_lqt_different_combinations (obspy.signal.tests.test_rotate.RotateTestCase)
1.501s test_correlate_stream_template_and_correlation_detector (obspy.signal.tests.test_cross_correlation.CrossCorrelationTestCase)
1.360s plot_travel_times (obspy.taup.tau)
1.278s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)
1.258s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
1.172s plot_tfr (obspy.signal.tf_misfit)
1.139s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
0.999s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
0.972s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
0.659s test_ar_pick (obspy.signal.tests.test_trigger.TriggerTestCase)
0.631s test_farfield_with_quiver (obspy.imaging.tests.test_source.RadPatternTestCase)