#131648 Report by node gh-actions covering 201 tests from 59 modules resulted into 7 errors

Report

ObsPy version
1.4.0.post0+22.gb583fbedaa.ob…
GitHub Pull Request
-
Report file
JSON document
Total runtime
171.4 sec
Report date/time
Dec. 6, 2022, 5:21 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
gh-actions
Processor
x86_64
Python Compiler
GCC 10.4.0
Python Implementation
CPython
Python Version
3.8.15
Release
5.15.0-1023-azure
System
Linux
Version
#29-Ubuntu SMP Wed Oct 19 22:37:08 UTC 2022

Dependencies

cartopy
0.21.0
decorator
5.1.1
flake8
---
geographiclib
2.0
lxml
4.9.1
matplotlib
3.3.4
numpy
1.20.3
obspy
1.4.0.post0+22.gb583fbedaa.obspy.master
pyproj
3.4.0
pytest
7.2.0
pytest-json-report
1.5.0
requests
2.28.1
scipy
1.7.3
setuptools
65.5.1
shapefile
---
sqlalchemy
1.4.44

Modules (59)

Module Errors / Failures Tracebacks
obspy.clients.earthworm - -
obspy.clients.fdsn 7 1 2 3 4 5 6 7
obspy.clients.filesystem Not tested -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink - -
obspy.clients.syngine - -
obspy.core - -
obspy.core.event Not tested -
obspy.core.inventory Not tested -
obspy.core.util Not tested -
obspy.geodetics Not tested -
obspy.imaging Not tested -
obspy.io.ah Not tested -
obspy.io.alsep Not tested -
obspy.io.arclink Not tested -
obspy.io.ascii Not tested -
obspy.io.cmtsolution Not tested -
obspy.io.cnv Not tested -
obspy.io.css Not tested -
obspy.io.dmx Not tested -
obspy.io.focmec Not tested -
obspy.io.gcf Not tested -
obspy.io.gse2 Not tested -
obspy.io.hypodd Not tested -
obspy.io.iaspei Not tested -
obspy.io.json Not tested -
obspy.io.kinemetrics Not tested -
obspy.io.kml Not tested -
obspy.io.mseed Not tested -
obspy.io.ndk Not tested -
obspy.io.nied Not tested -
obspy.io.nlloc Not tested -
obspy.io.nordic Not tested -
obspy.io.pdas Not tested -
obspy.io.pde Not tested -
obspy.io.quakeml Not tested -
obspy.io.reftek Not tested -
obspy.io.rg16 Not tested -
obspy.io.sac Not tested -
obspy.io.scardec Not tested -
obspy.io.seg2 Not tested -
obspy.io.segy Not tested -
obspy.io.seisan Not tested -
obspy.io.seiscomp Not tested -
obspy.io.sh Not tested -
obspy.io.shapefile Not tested -
obspy.io.stationtxt Not tested -
obspy.io.stationxml Not tested -
obspy.io.wav Not tested -
obspy.io.win Not tested -
obspy.io.xseed Not tested -
obspy.io.y Not tested -
obspy.io.zmap Not tested -
obspy.realtime Not tested -
obspy.scripts Not tested -
obspy.signal Not tested -
obspy.taup Not tested -
Summary 7 7

Tracebacks (7)

Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_client.py", line 862, in test_help_function_with_iris
self.assertTrue(got[-2].startswith('Available catalogs:'))
File "/usr/share/miniconda3/envs/test/lib/python3.8/unittest/case.py", line 765, in assertTrue
raise self.failureException(msg)
AssertionError: False is not true
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_client.py", line 412, in test_iris_event_catalog_availability
self.assertEqual(set(self.client.services["available_event_catalogs"]),
File "/usr/share/miniconda3/envs/test/lib/python3.8/unittest/case.py", line 912, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/share/miniconda3/envs/test/lib/python3.8/unittest/case.py", line 1172, in assertSetEqual
self.fail(self._formatMessage(msg, standardMsg))
File "/usr/share/miniconda3/envs/test/lib/python3.8/unittest/case.py", line 753, in fail
raise self.failureException(msg)
AssertionError: Items in the first set but not the second:
'NEIC PDE\n '
'ISC\n '
'GCMT\n '
Items in the second set but not the first:
'GCMT'
'NEIC PDE'
'ISC'
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 144, in test_error_handling
self.client.get_waveforms(
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 91, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 335, in get_waveforms
return self.get_waveforms_bulk([bulk], **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 91, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 99, in get_waveforms_bulk
inv = self.get_stations_bulk(_b, level="channel", **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 77, in _assert_format_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 175, in get_stations_bulk
r = self._download(self._url + "/query", data=bulk_str,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/base.py", line 249, in _download
self._handle_requests_http_error(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 304, in _handle_requests_http_error
raise_on_error(r.status_code, buf)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNServiceUnavailableException("Service temporarily "
obspy.clients.fdsn.header.FDSNServiceUnavailableException: Service temporarily unavailable
HTTP Status code: 503
Detailed response of server:
Service Unavailable -- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 37, in test_get_service_version
parse_version(self.client.get_service_version()),
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 341, in get_service_version
r = self._download(self._url + "/version")
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/base.py", line 249, in _download
self._handle_requests_http_error(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 304, in _handle_requests_http_error
raise_on_error(r.status_code, buf)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNServiceUnavailableException("Service temporarily "
obspy.clients.fdsn.header.FDSNServiceUnavailableException: Service temporarily unavailable
HTTP Status code: 503
Detailed response of server:
Service Unavailable -- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 342, in test_get_stations_integration_test
inv = self.client.get_stations(
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 148, in get_stations
return super(EIDAWSRoutingClient, self).get_stations(**kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 368, in get_stations
return self.get_stations_bulk([bulk], **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 77, in _assert_format_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 175, in get_stations_bulk
r = self._download(self._url + "/query", data=bulk_str,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/base.py", line 249, in _download
self._handle_requests_http_error(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 304, in _handle_requests_http_error
raise_on_error(r.status_code, buf)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNServiceUnavailableException("Service temporarily "
obspy.clients.fdsn.header.FDSNServiceUnavailableException: Service temporarily unavailable
HTTP Status code: 503
Detailed response of server:
Service Unavailable -- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 319, in test_get_waveforms_integration_test
st = self.client.get_waveforms(
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 91, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 335, in get_waveforms
return self.get_waveforms_bulk([bulk], **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 91, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 99, in get_waveforms_bulk
inv = self.get_stations_bulk(_b, level="channel", **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 77, in _assert_format_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 175, in get_stations_bulk
r = self._download(self._url + "/query", data=bulk_str,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/base.py", line 249, in _download
self._handle_requests_http_error(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 304, in _handle_requests_http_error
raise_on_error(r.status_code, buf)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNServiceUnavailableException("Service temporarily "
obspy.clients.fdsn.header.FDSNServiceUnavailableException: Service temporarily unavailable
HTTP Status code: 503
Detailed response of server:
Service Unavailable -- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/tests/test_eidaws_routing_client.py", line 374, in test_proper_no_data_exception_on_out_of_epoch_dates
self.client.get_waveforms(
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 91, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 335, in get_waveforms
return self.get_waveforms_bulk([bulk], **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 91, in _assert_attach_response_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 99, in get_waveforms_bulk
inv = self.get_stations_bulk(_b, level="channel", **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 77, in _assert_format_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 84, in _assert_filename_not_in_kwargs
return f(*args, **kwargs)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/eidaws_routing_client.py", line 175, in get_stations_bulk
r = self._download(self._url + "/query", data=bulk_str,
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/base.py", line 249, in _download
self._handle_requests_http_error(r)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/routing/routing_client.py", line 304, in _handle_requests_http_error
raise_on_error(r.status_code, buf)
File "/usr/share/miniconda3/envs/test/lib/python3.8/site-packages/obspy/clients/fdsn/client.py", line 1849, in raise_on_error
raise FDSNServiceUnavailableException("Service temporarily "
obspy.clients.fdsn.header.FDSNServiceUnavailableException: Service temporarily unavailable
HTTP Status code: 503
Detailed response of server:
Service Unavailable -- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>

Skipped tests (5)

Submodule Test Skip message
clients.fdsn clients/fdsn/tests/test_client.py::ClientTestCase::test_eida_token_resolution Skipped: Token is expired
clients.fdsn clients/fdsn/tests/test_client.py::ClientTestCase::test_trim_stream_after_get_waveform Skipped: data no longer available
clients.seedlink clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_info Skipped: test must be started manually
clients.seedlink clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_issue708 Skipped: test must be started manually
clients.seedlink clients/seedlink/tests/test_slclient.py::SLClientTestCase::test_time_window Skipped: test must be started manually

Slowest tests (20)

Runtime Test
11.790s clients/fdsn/tests/test_client.py::ClientTestCase::test_irisph5_event
9.245s clients/fdsn/tests/test_client.py::ClientTestCase::test_redirection_auth
8.883s clients/fdsn/tests/test_client.py::ClientTestCase::test_dataselect_bulk
8.702s clients/syngine/tests/test_client.py::ClientTestCase::test_get_available_models
7.953s clients/fdsn/tests/test_client.py::ClientTestCase::test_iris_example_queries_dataselect_discover_services_false
7.837s clients/fdsn/tests/test_client.py::ClientTestCase::test_iris_example_queries_dataselect
6.551s clients/fdsn/tests/test_client.py::ClientTestCase::test_station_bulk
5.476s clients/syngine/tests/test_client.py::ClientTestCase::test_get_waveforms
4.328s clients/fdsn/tests/test_client.py::ClientTestCase::test_redirection
3.909s clients/syngine/__init__.py::obspy.clients.syngine
3.456s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms
3.213s clients/fdsn/__init__.py::obspy.clients.fdsn
3.156s clients/seedlink/basic_client.py::obspy.clients.seedlink.basic_client.Client.get_waveforms
2.990s clients/fdsn/client.py::obspy.clients.fdsn.client.Client.get_waveforms_bulk
2.800s clients/iris/tests/test_client.py::ClientTestCase::test_resp
2.740s clients/nrl/client.py::obspy.clients.nrl.client.NRL.get_response
2.531s clients/seedlink/tests/test_basic_client.py::ClientTestCase::test_multiple_waveform_requests_with_multiple_info_requests
2.520s clients/iris/tests/test_client.py::ClientTestCase::test_evalresp
2.053s clients/iris/tests/test_client.py::ClientTestCase::test_flinnengdahl
1.937s clients/syngine/client.py::obspy.clients.syngine.client.Client.get_waveforms_bulk