#142020 Report by node MacBook-Pro-di-T covering 1925 tests from 60 modules resulted into 116 errors

Report

ObsPy version
1.3.0
GitHub Pull Request
-
Report file
JSON document
Total runtime
58.2 sec
Report date/time
Sept. 11, 2024, 5:56 a.m.

System / Python

Architecture
64bit
Machine
arm64
Node
MacBook-Pro-di-Tony-2
Processor
arm
Python Compiler
Clang 16.0.6
Python Implementation
CPython
Python Version
3.10.14
Release
23.6.0
System
Darwin
Version
Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6030

Dependencies

cartopy
0.23.0
decorator
5.1.1
flake8
---
geographiclib
---
lxml
5.3.0
matplotlib
3.9.2
numpy
2.1.1
obspy
1.3.0
pyproj
3.6.1
pytest
8.3.3
pytest-json-report
1.5.0
requests
2.32.3
scipy
1.14.1
setuptools
73.0.1
shapefile
---
sqlalchemy
2.0.34

Modules (60)

Module Errors / Failures Tracebacks
obspy.clients.earthworm Not tested -
obspy.clients.fdsn - -
obspy.clients.filesystem 9 1 2 3 4 5 6 7 8 9
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 30 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
obspy.core.event - -
obspy.core.inventory - -
obspy.core.util 1 40
obspy.db Not tested -
obspy.geodetics - -
obspy.imaging 1 41
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii 6 42 43 44 45 46 47
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.hypodd - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed 3 48 49 50
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek 19 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
obspy.io.rg16 - -
obspy.io.sac 12 70 71 72 73 74 75 76 77 78 79 80 81
obspy.io.scardec 3 82 83 84
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime 13 85 86 87 88 89 90 91 92 93 94 95 96 97
obspy.scripts - -
obspy.signal 19 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
obspy.taup Not tested -
Summary 116 116

Tracebacks (116)

Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1477bfdc0; network>, <sqlalchemy.sql.elements.Label at 0x1477bd2a0; station>, <sqlalchemy.sql.elements.Label at 0x1477bf2e0; location>, <sqlalchemy.sql.elements.Label at 0x1477bfc10; channel>, <sqlalchemy.sql.elements.Label at 0x1477bc340; starttime>, <sqlalchemy.sql.elements.Label at 0x1477bff10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1477bfdc0; network>, <sqlalchemy.sql.elements.Label at 0x1477bd2a0; station>, <sqlalchemy.sql.elements.Label at 0x1477bf2e0; location>, <sqlalchemy.sql.elements.Label at 0x1477bfc10; channel>, <sqlalchemy.sql.elements.Label at 0x1477bc340; starttime>, <sqlalchemy.sql.elements.Label at 0x1477bff10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 381, in test_get_availability
actual_avail = client.get_availability(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 415, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1477bfdc0; network>, <sqlalchemy.sql.elements.Label at 0x1477bd2a0; station>, <sqlalchemy.sql.elements.Label at 0x1477bf2e0; location>, <sqlalchemy.sql.elements.Label at 0x1477bfc10; channel>, <sqlalchemy.sql.elements.Label at 0x1477bc340; starttime>, <sqlalchemy.sql.elements.Label at 0x1477bff10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1477bfdc0; network>, <sqlalchemy.sql.elements.Label at 0x1477bd2a0; station>, <sqlalchemy.sql.elements.Label at 0x1477bf2e0; location>, <sqlalchemy.sql.elements.Label at 0x1477bfc10; channel>, <sqlalchemy.sql.elements.Label at 0x1477bc340; starttime>, <sqlalchemy.sql.elements.Label at 0x1477bff10; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x146ea9ba0; network>, <sqlalchemy.sql.elements.Label at 0x131436a10; station>, <sqlalchemy.sql.elements.Label at 0x132d67fa0; location>, <sqlalchemy.sql.elements.Label at 0x14686f520; channel>, <sqlalchemy.sql.elements.Label at 0x1477d2b90; starttime>, <sqlalchemy.sql.elements.Label at 0x1477d2d40; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x146ea9ba0; network>, <sqlalchemy.sql.elements.Label at 0x131436a10; station>, <sqlalchemy.sql.elements.Label at 0x132d67fa0; location>, <sqlalchemy.sql.elements.Label at 0x14686f520; channel>, <sqlalchemy.sql.elements.Label at 0x1477d2b90; starttime>, <sqlalchemy.sql.elements.Label at 0x1477d2d40; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 236, in test_get_availability_extent
actual_avail_extents = client.get_availability_extent(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 358, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x146ea9ba0; network>, <sqlalchemy.sql.elements.Label at 0x131436a10; station>, <sqlalchemy.sql.elements.Label at 0x132d67fa0; location>, <sqlalchemy.sql.elements.Label at 0x14686f520; channel>, <sqlalchemy.sql.elements.Label at 0x1477d2b90; starttime>, <sqlalchemy.sql.elements.Label at 0x1477d2d40; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x146ea9ba0; network>, <sqlalchemy.sql.elements.Label at 0x131436a10; station>, <sqlalchemy.sql.elements.Label at 0x132d67fa0; location>, <sqlalchemy.sql.elements.Label at 0x14686f520; channel>, <sqlalchemy.sql.elements.Label at 0x1477d2b90; starttime>, <sqlalchemy.sql.elements.Label at 0x1477d2d40; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e7c10; network>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; station>, <sqlalchemy.sql.elements.Label at 0x1478e7b50; location>, <sqlalchemy.sql.elements.Label at 0x1478e7820; channel>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7760; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e7c10; network>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; station>, <sqlalchemy.sql.elements.Label at 0x1478e7b50; location>, <sqlalchemy.sql.elements.Label at 0x1478e7820; channel>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7760; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 175, in test_get_nslc
actual_nslc = client.get_nslc("I*,CU",
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 317, in get_nslc
summary_rows = self._get_summary_rows(network, station, location,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e7c10; network>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; station>, <sqlalchemy.sql.elements.Label at 0x1478e7b50; location>, <sqlalchemy.sql.elements.Label at 0x1478e7820; channel>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7760; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e7c10; network>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; station>, <sqlalchemy.sql.elements.Label at 0x1478e7b50; location>, <sqlalchemy.sql.elements.Label at 0x1478e7820; channel>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7760; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e7640; network>, <sqlalchemy.sql.elements.Label at 0x1478e74f0; station>, <sqlalchemy.sql.elements.Label at 0x1478e7490; location>, <sqlalchemy.sql.elements.Label at 0x1478e7e50; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7e80; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7eb0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e7640; network>, <sqlalchemy.sql.elements.Label at 0x1478e74f0; station>, <sqlalchemy.sql.elements.Label at 0x1478e7490; location>, <sqlalchemy.sql.elements.Label at 0x1478e7e50; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7e80; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7eb0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 62, in test_get_waveforms
returned_stream = client.get_waveforms(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 262, in get_waveforms
return self._get_waveforms(query_rows, merge)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e7640; network>, <sqlalchemy.sql.elements.Label at 0x1478e74f0; station>, <sqlalchemy.sql.elements.Label at 0x1478e7490; location>, <sqlalchemy.sql.elements.Label at 0x1478e7e50; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7e80; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7eb0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e7640; network>, <sqlalchemy.sql.elements.Label at 0x1478e74f0; station>, <sqlalchemy.sql.elements.Label at 0x1478e7490; location>, <sqlalchemy.sql.elements.Label at 0x1478e7e50; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7e80; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7eb0; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x146f3d3c0; network>, <sqlalchemy.sql.elements.Label at 0x140089120; station>, <sqlalchemy.sql.elements.Label at 0x1477e9ea0; location>, <sqlalchemy.sql.elements.Label at 0x1477e9cf0; channel>, <sqlalchemy.sql.elements.Label at 0x1477e8a00; starttime>, <sqlalchemy.sql.elements.Label at 0x14683f8b0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x146f3d3c0; network>, <sqlalchemy.sql.elements.Label at 0x140089120; station>, <sqlalchemy.sql.elements.Label at 0x1477e9ea0; location>, <sqlalchemy.sql.elements.Label at 0x1477e9cf0; channel>, <sqlalchemy.sql.elements.Label at 0x1477e8a00; starttime>, <sqlalchemy.sql.elements.Label at 0x14683f8b0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 142, in test_get_waveforms_bulk
returned_stream = client.get_waveforms_bulk(bulk_request)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 288, in get_waveforms_bulk
return self._get_waveforms(query_rows, merge)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 623, in _get_waveforms
index_rows = self.request_handler._fetch_index_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x146f3d3c0; network>, <sqlalchemy.sql.elements.Label at 0x140089120; station>, <sqlalchemy.sql.elements.Label at 0x1477e9ea0; location>, <sqlalchemy.sql.elements.Label at 0x1477e9cf0; channel>, <sqlalchemy.sql.elements.Label at 0x1477e8a00; starttime>, <sqlalchemy.sql.elements.Label at 0x14683f8b0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x146f3d3c0; network>, <sqlalchemy.sql.elements.Label at 0x140089120; station>, <sqlalchemy.sql.elements.Label at 0x1477e9ea0; location>, <sqlalchemy.sql.elements.Label at 0x1477e9cf0; channel>, <sqlalchemy.sql.elements.Label at 0x1477e8a00; starttime>, <sqlalchemy.sql.elements.Label at 0x14683f8b0; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1477c3220; network>, <sqlalchemy.sql.elements.Label at 0x1477c3310; station>, <sqlalchemy.sql.elements.Label at 0x1477c2bc0; location>, <sqlalchemy.sql.elements.Label at 0x1477c3010; channel>, <sqlalchemy.sql.elements.Label at 0x1477c3df0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c2da0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1477c3220; network>, <sqlalchemy.sql.elements.Label at 0x1477c3310; station>, <sqlalchemy.sql.elements.Label at 0x1477c2bc0; location>, <sqlalchemy.sql.elements.Label at 0x1477c3010; channel>, <sqlalchemy.sql.elements.Label at 0x1477c3df0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c2da0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 581, in test_has_data
self.assertTrue(client.has_data())
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 558, in has_data
avail_percentage = self.get_availability_percentage(network,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 494, in get_availability_percentage
avail = self.get_availability(network, station,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 415, in get_availability
tsindex_rows = self._get_tsindex_rows(network, station,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 679, in _get_tsindex_rows
return self.request_handler._fetch_index_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1477c3220; network>, <sqlalchemy.sql.elements.Label at 0x1477c3310; station>, <sqlalchemy.sql.elements.Label at 0x1477c2bc0; location>, <sqlalchemy.sql.elements.Label at 0x1477c3010; channel>, <sqlalchemy.sql.elements.Label at 0x1477c3df0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c2da0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1477c3220; network>, <sqlalchemy.sql.elements.Label at 0x1477c3310; station>, <sqlalchemy.sql.elements.Label at 0x1477c2bc0; location>, <sqlalchemy.sql.elements.Label at 0x1477c3010; channel>, <sqlalchemy.sql.elements.Label at 0x1477c3df0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c2da0; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1546, in _fetch_index_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1547, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e7df0; network>, <sqlalchemy.sql.elements.Label at 0x1478e75b0; station>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; location>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; channel>, <sqlalchemy.sql.elements.Label at 0x1478e6ec0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7c10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e7df0; network>, <sqlalchemy.sql.elements.Label at 0x1478e75b0; station>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; location>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; channel>, <sqlalchemy.sql.elements.Label at 0x1478e6ec0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7c10; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 770, in test_build_file_list
self.assertRaisesRegex(OSError,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 1291, in assertRaisesRegex
return context.handle('assertRaisesRegex', args, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 201, in handle
callable_obj(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1064, in build_file_list
tsindex = self.request_handler._fetch_index_rows()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1668, in _fetch_index_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e7df0; network>, <sqlalchemy.sql.elements.Label at 0x1478e75b0; station>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; location>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; channel>, <sqlalchemy.sql.elements.Label at 0x1478e6ec0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7c10; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e7df0; network>, <sqlalchemy.sql.elements.Label at 0x1478e75b0; station>, <sqlalchemy.sql.elements.Label at 0x1478e77c0; location>, <sqlalchemy.sql.elements.Label at 0x1478e7a60; channel>, <sqlalchemy.sql.elements.Label at 0x1478e6ec0; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7c10; endtime>)?
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1477c02e0; network>, <sqlalchemy.sql.elements.Label at 0x1477c3370; station>, <sqlalchemy.sql.elements.Label at 0x1477c14b0; location>, <sqlalchemy.sql.elements.Label at 0x1477c1540; channel>, <sqlalchemy.sql.elements.Label at 0x1477c1cc0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c0eb0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1477c02e0; network>, <sqlalchemy.sql.elements.Label at 0x1477c3370; station>, <sqlalchemy.sql.elements.Label at 0x1477c14b0; location>, <sqlalchemy.sql.elements.Label at 0x1477c1540; channel>, <sqlalchemy.sql.elements.Label at 0x1477c1cc0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c0eb0; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tests/test_tsindex.py", line 918, in test__fetch_summary_rows
ts_summary_data = request_handler._fetch_summary_rows(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1477c02e0; network>, <sqlalchemy.sql.elements.Label at 0x1477c3370; station>, <sqlalchemy.sql.elements.Label at 0x1477c14b0; location>, <sqlalchemy.sql.elements.Label at 0x1477c1540; channel>, <sqlalchemy.sql.elements.Label at 0x1477c1cc0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c0eb0; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1477c02e0; network>, <sqlalchemy.sql.elements.Label at 0x1477c3370; station>, <sqlalchemy.sql.elements.Label at 0x1477c14b0; location>, <sqlalchemy.sql.elements.Label at 0x1477c1540; channel>, <sqlalchemy.sql.elements.Label at 0x1477c1cc0; starttime>, <sqlalchemy.sql.elements.Label at 0x1477c0eb0; endtime>)?
055 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
056
057 * :meth:`~Client.get_availability_extent()`:
058 Returns a list of (network, station, location, channel, earliest, latest)
059 tuples that represent the full extent of available data. This example
060 retrieves from the very small obspy test tsindex database a list of all
061 available ("BHZ") channel extents from the Global Seismograph Network
062 ("IU") for all times.
063
064 >>> extents = client.get_availability_extent(network="IU", channel="BHZ")
UNEXPECTED EXCEPTION: ValueError('Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e6d40; network>, <sqlalchemy.sql.elements.Label at 0x1478e7880; station>, <sqlalchemy.sql.elements.Label at 0x1478e7100; location>, <sqlalchemy.sql.elements.Label at 0x1478e7550; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7370; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7d90; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e6d40; network>, <sqlalchemy.sql.elements.Label at 0x1478e7880; station>, <sqlalchemy.sql.elements.Label at 0x1478e7100; location>, <sqlalchemy.sql.elements.Label at 0x1478e7550; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7370; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7d90; endtime>)?')
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1726, in _fetch_summary_rows
stmts = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1727, in <listcomp>
sa.select([
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/_selectable_constructors.py", line 482, in select
return Select(*entities)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5195, in __init__
self._raw_columns = [
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/selectable.py", line 5196, in <listcomp>
coercions.expect(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 396, in expect
resolved = impl._literal_coercion(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 635, in _literal_coercion
self._raise_for_expected(element, argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 1134, in _raise_for_expected
return super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 696, in _raise_for_expected
super()._raise_for_expected(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/sqlalchemy/sql/coercions.py", line 519, in _raise_for_expected
raise exc.ArgumentError(msg, code=code) from err
sqlalchemy.exc.ArgumentError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e6d40; network>, <sqlalchemy.sql.elements.Label at 0x1478e7880; station>, <sqlalchemy.sql.elements.Label at 0x1478e7100; location>, <sqlalchemy.sql.elements.Label at 0x1478e7550; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7370; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7d90; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e6d40; network>, <sqlalchemy.sql.elements.Label at 0x1478e7880; station>, <sqlalchemy.sql.elements.Label at 0x1478e7100; location>, <sqlalchemy.sql.elements.Label at 0x1478e7550; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7370; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7d90; endtime>)?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.clients.filesystem.tsindex[6]>", line 1, in <module>
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 358, in get_availability_extent
summary_rows = self._get_summary_rows(network, station,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 597, in _get_summary_rows
return self.request_handler._fetch_summary_rows(query_rows)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py", line 1744, in _fetch_summary_rows
raise ValueError(str(err))
ValueError: Column expression, FROM clause, or other columns clause element expected, got [<sqlalchemy.sql.elements.Label at 0x1478e6d40; network>, <sqlalchemy.sql.elements.Label at 0x1478e7880; station>, <sqlalchemy.sql.elements.Label at 0x1478e7100; location>, <sqlalchemy.sql.elements.Label at 0x1478e7550; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7370; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7d90; endtime>]. Did you mean to say select(<sqlalchemy.sql.elements.Label at 0x1478e6d40; network>, <sqlalchemy.sql.elements.Label at 0x1478e7880; station>, <sqlalchemy.sql.elements.Label at 0x1478e7100; location>, <sqlalchemy.sql.elements.Label at 0x1478e7550; channel>, <sqlalchemy.sql.elements.Label at 0x1478e7370; starttime>, <sqlalchemy.sql.elements.Label at 0x1478e7d90; endtime>)?
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/tsindex.py:64: UnexpectedException
3290 >>> s = ['', '', '3 Trace(s) in Stream:',
3291 ... 'IU.GRFO..HH2 | 2016-01-07T00:00:00.008300Z - '
3292 ... '2016-01-07T00:00:30.098300Z | 10.0 Hz, 301 samples',
3293 ... 'XX.GRFO..HH1 | 2016-01-07T00:00:02.668393Z - '
3294 ... '2016-01-07T00:00:09.518393Z | 100.0 Hz, 686 samples',
3295 ... 'IU.ABCD..EH2 | 2016-01-07T00:00:09.528393Z - '
3296 ... '2016-01-07T00:00:50.378393Z | 100.0 Hz, 4086 samples',
3297 ... '', '']
3298 >>> s = os.linesep.join(s)
3299 >>> st = Stream._dummy_stream_from_string(s)
UNEXPECTED EXCEPTION: AttributeError('`np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.')
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.core.stream.Stream._dummy_stream_from_string[3]>", line 1, in <module>
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 3319, in _dummy_stream_from_string
tr.data = np.ones(npts, dtype=np.float_)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py:3299: UnexpectedException
2333
2334 .. rubric:: Example
2335
2336 >>> st = read()
2337 >>> print(st) # doctest: +ELLIPSIS
2338 3 Trace(s) in Stream:
2339 BW.RJOB..EHZ | 2009-08-24T00:20:03.000000Z ... | 100.0 Hz, 3000 samples
2340 BW.RJOB..EHN | 2009-08-24T00:20:03.000000Z ... | 100.0 Hz, 3000 samples
2341 BW.RJOB..EHE | 2009-08-24T00:20:03.000000Z ... | 100.0 Hz, 3000 samples
2342 >>> st.resample(10.0) # doctest: +ELLIPSIS
UNEXPECTED EXCEPTION: AttributeError('`newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.')
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.core.stream.Stream.resample[2]>", line 1, in <module>
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 2351, in resample
tr.resample(sampling_rate, window=window,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py:2342: UnexpectedException
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 2263, in _adjust_bode_plot_figure
ax1.legend(loc="lower center", ncol=3, fontsize='small')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_channel.py", line 32, in test_response_plot
cha.plot(0.005, outfile=image_path)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/channel.py", line 455, in plot
return self.response.plot(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 1902, in plot
_adjust_bode_plot_figure(fig, show=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 2265, in _adjust_bode_plot_figure
leg_ = ax1.legend(loc="lower center", ncol=3)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_preview.py", line 26, in test_create_preview
preview = create_preview(trace, delta=60)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/preview.py", line 69, in create_preview
diff = data.ptp(axis=1)
AttributeError: `ptp` was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_preview.py", line 200, in test_create_preview_with_unrounded_sample_rate
create_preview(tr, delta=30)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/preview.py", line 69, in create_preview
diff = data.ptp(axis=1)
AttributeError: `ptp` was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_preview.py", line 213, in test_create_preview_with_very_small_sample_rate
create_preview(tr)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/preview.py", line 69, in create_preview
diff = data.ptp(axis=1)
AttributeError: `ptp` was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 2263, in _adjust_bode_plot_figure
ax1.legend(loc="lower center", ncol=3, fontsize='small')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_response.py", line 123, in test_response_plot
resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 1902, in plot
_adjust_bode_plot_figure(fig, show=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 2265, in _adjust_bode_plot_figure
leg_ = ax1.legend(loc="lower center", ncol=3)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 2263, in _adjust_bode_plot_figure
ax1.legend(loc="lower center", ncol=3, fontsize='small')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_response.py", line 132, in test_response_plot_degrees
resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 1902, in plot
_adjust_bode_plot_figure(fig, show=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/response.py", line 2265, in _adjust_bode_plot_figure
leg_ = ax1.legend(loc="lower center", ncol=3)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/axes/_axes.py", line 341, in legend
handles, labels, kwargs = mlegend._parse_legend_args([self], *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/legend.py", line 1364, in _parse_legend_args
_api.warn_external(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/matplotlib/_api/__init__.py", line 381, in warn_external
warnings.warn(message, category, stacklevel)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/testing.py", line 136, in _warn
message=category(message), category=category,
TypeError: 'NoneType' object is not callable
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_stream.py", line 1884, in test_integrate_and_differentiate
st1.integrate()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 2495, in integrate
tr.integrate(method=method, **options)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1967, in integrate
self.data = func(data=self.data, dx=self.stats.delta, **options)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/differentiate_and_integrate.py", line 27, in integrate_cumtrapz
ret = scipy.integrate.cumtrapz(data, dx=dx)
AttributeError: module 'scipy.integrate' has no attribute 'cumtrapz'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_stream.py", line 1930, in test_read
read('/path/to/UNKNOWN')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 286, in _map_example_filename
args[ind] = get_example_file(args[ind][9:])
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 207, in get_example_file
mod = __import__("obspy.%s" % module,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/taup/__init__.py", line 447, in <module>
from .tau import TauPyModel # NOQA
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/taup/tau.py", line 14, in <module>
from .helper_classes import Arrival
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/taup/helper_classes.py", line 20, in <module>
('top_p', np.float_),
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_stream.py", line 2247, in test_method_chaining
.resample(st[0].stats.sampling_rate / 2)\
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 2351, in resample
tr.resample(sampling_rate, window=window,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_stream.py", line 2411, in test_integrate
tr.integrate()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1967, in integrate
self.data = func(data=self.data, dx=self.stats.delta, **options)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/differentiate_and_integrate.py", line 27, in integrate_cumtrapz
ret = scipy.integrate.cumtrapz(data, dx=dx)
AttributeError: module 'scipy.integrate' has no attribute 'cumtrapz'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_stream.py", line 2424, in test_integrate_args
tr.integrate(method='cumtrapz')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1967, in integrate
self.data = func(data=self.data, dx=self.stats.delta, **options)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/differentiate_and_integrate.py", line 27, in integrate_cumtrapz
ret = scipy.integrate.cumtrapz(data, dx=dx)
AttributeError: module 'scipy.integrate' has no attribute 'cumtrapz'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1261, in test_integrate
tr.integrate()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1967, in integrate
self.data = func(data=self.data, dx=self.stats.delta, **options)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/differentiate_and_integrate.py", line 27, in integrate_cumtrapz
ret = scipy.integrate.cumtrapz(data, dx=dx)
AttributeError: module 'scipy.integrate' has no attribute 'cumtrapz'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2773, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'scipy.signal' has no attribute 'hann'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1359, in test_taper_onesided
tr.taper(max_percentage=None, side="left")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 2147, in taper
func = _get_function_from_entry_point('taper', type)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 330, in _get_function_from_entry_point
func = buffered_load_entry_point(entry_point.dist.key,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/misc.py", line 600, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 549, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3203, in load_entry_point
return ep.load()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2765, in load
return self.resolve()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2775, in resolve
raise ImportError(str(exc)) from exc
ImportError: module 'scipy.signal' has no attribute 'hann'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2773, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'scipy.signal' has no attribute 'hann'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1389, in test_taper_length
tr.taper(max_percentage=0.7, max_length=int(npts / 2) + 1)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 2147, in taper
func = _get_function_from_entry_point('taper', type)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 330, in _get_function_from_entry_point
func = buffered_load_entry_point(entry_point.dist.key,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/misc.py", line 600, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 549, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3203, in load_entry_point
return ep.load()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2765, in load
return self.resolve()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2775, in resolve
raise ImportError(str(exc)) from exc
ImportError: module 'scipy.signal' has no attribute 'hann'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1430, in test_times
assert np.alltrue(tr.data.mask == tm.mask)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.alltrue` was removed in the NumPy 2.0 release. Use `np.all` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1640, in test_resample
tr_2 = tr.copy().resample(sampling_rate=50.0)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1678, in test_method_chaining
.resample(tr.stats.sampling_rate / 2.0)\
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 1845, in test_processing_information
tr.resample(tr.stats.sampling_rate / 2.0)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 2119, in test_resample_new
tr.resample(0.5, window='hanning', no_filter=True)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2773, in resolve
return functools.reduce(getattr, self.attrs, module)
AttributeError: module 'scipy.signal' has no attribute 'hann'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 2492, in test_dtype_is_not_unnecessarily_changed
assert tr_int32.copy().taper(0.05, "hann").data.dtype == np.float64
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 2147, in taper
func = _get_function_from_entry_point('taper', type)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 330, in _get_function_from_entry_point
func = buffered_load_entry_point(entry_point.dist.key,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/misc.py", line 600, in buffered_load_entry_point
_ENTRY_POINT_CACHE[hash_str] = load_entry_point(dist, group, name)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 549, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3203, in load_entry_point
return ep.load()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2765, in load
return self.resolve()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2775, in resolve
raise ImportError(str(exc)) from exc
ImportError: module 'scipy.signal' has no attribute 'hann'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_trace.py", line 2717, in test_resample_short_traces
tr.resample(30)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_utcdatetime.py", line 47, in test_from_numpy_string
dt = UTC(np.string_("1970-01-01 12:23:34"))
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_util_testing.py", line 72, in test_nan
tr1.data[0], tr2.data[0] = np.NaN, np.NaN
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.NaN` was removed in the NumPy 2.0 release. Use `np.nan` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_waveform_plugins.py", line 94, in test_read_and_write
st = read(outfile)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_waveform_plugins.py", line 281, in test_read_thread_safe
tr.write(outfile, format=format)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 282, in _write_sac_xy
_internal_write_sac_xy(trace, fh, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-wii2_jo8.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_waveform_plugins.py", line 350, in test_issue_193
tr.write(tempfile, format)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 282, in _write_sac_xy
_internal_write_sac_xy(trace, fh, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-96y2j0m4.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/tests/test_waveform_plugins.py", line 459, in test_deepcopy
stream.write(format=format, filename=tmpfile)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%+.10e'
1687 the signal is assumed to be periodic.
1688
1689 .. rubric:: Example
1690
1691 >>> tr = Trace(data=np.array([0.5, 0, 0.5, 1, 0.5, 0, 0.5, 1]))
1692 >>> len(tr)
1693 8
1694 >>> tr.stats.sampling_rate
1695 1.0
1696 >>> tr.resample(4.0) # doctest: +ELLIPSIS
UNEXPECTED EXCEPTION: AttributeError('`newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.')
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.core.trace.Trace.resample[3]>", line 1, in <module>
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 237, in skip_if_no_data
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 282, in _add_processing_info
result = func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 1725, in resample
x = rfft(self.data.newbyteorder("="))
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py:1696: UnexpectedException
191
192 :param filename: A test file name to which the path should be returned.
193 :return: Full path to file.
194
195 .. rubric:: Example
196
197 >>> get_example_file('slist.ascii') # doctest: +SKIP
198 /custom/path/to/obspy/io/ascii/tests/data/slist.ascii
199
200 >>> get_example_file('does.not.exists') # doctest: +ELLIPSIS
Differences (unified diff with -expected +actual):
@@ -1,3 +1,16 @@
Traceback (most recent call last):
-...
-OSError: Could not find file does.not.exists ...
+ File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
+ exec(compile(example.source, filename, "single",
+ File "<doctest obspy.core.util.base.get_example_file[1]>", line 1, in <module>
+ get_example_file('does.not.exists') # doctest: +ELLIPSIS
+ File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 207, in get_example_file
+ mod = __import__("obspy.%s" % module,
+ File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/taup/__init__.py", line 447, in <module>
+ from .tau import TauPyModel # NOQA
+ File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/taup/tau.py", line 14, in <module>
+ from .helper_classes import Arrival
+ File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/taup/helper_classes.py", line 20, in <module>
+ ('top_p', np.float_),
+ File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
+ raise AttributeError(
+AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py:200: DocTestFailure
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 92, in pytest_runtest_call
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 95, in pytest_runtest_call
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 846, in pytest_runtest_call
yield from self._runtest_for(item, "call")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 880, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/skipping.py", line 257, in pytest_runtest_call
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 174, in pytest_runtest_call
item.runtest()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1627, in runtest
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/tests/test_scan.py", line 130, in test_scanner_manually_add_streams
st = read(file_, headonly=True)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/tests/test_ascii.py", line 642, in test_float_sampling_rates_write_and_read
tr.write(tempfile, format=format)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%d'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/tests/test_ascii.py", line 449, in test_write_slist
_write_slist(stream_orig, tmpfile)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%+.10e'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/tests/test_ascii.py", line 544, in test_write_slist_custom_fmt_custom
_write_slist(stream_orig, tmpfile, custom_fmt='%+r')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%+r'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/tests/test_ascii.py", line 497, in test_write_slist_custom_fmt_float
_write_slist(stream_orig, tmpfile, custom_fmt='%3.14f')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%3.14f'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/tests/test_ascii.py", line 568, in test_write_slist_file_multiple_traces
_write_slist(stream_orig, tmpfile)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%d'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/tests/test_ascii.py", line 623, in test_write_small_trace
tr.write(tempfile, format=format)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/ascii/core.py", line 352, in _write_slist
np.savetxt(fh, data, delimiter=b'\t',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b'%d'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/tests/test_mseed_util.py", line 309, in test_get_flags
_create_mseed_file(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/tests/test_mseed_util.py", line 75, in _create_mseed_file
arr[:flags[key][name]] = 1 << _i
OverflowError: Python integer 128 out of bounds for int8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/tests/test_mseed_util.py", line 433, in test_get_flags_from_files_and_file_like_objects
_create_mseed_file(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/tests/test_mseed_util.py", line 75, in _create_mseed_file
arr[:flags[key][name]] = 1 << _i
OverflowError: Python integer 128 out of bounds for int8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/tests/test_mseed_util.py", line 653, in test_time_shifting
util.shift_time_of_file(filename, output_filename, 22000)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/util.py", line 1612, in shift_time_of_file
current_record[36] = current_record[36] & (~2)
OverflowError: Python integer -3 out of bounds for uint8
044 .KW1..EH0 | 2015-10-09T22:51:11.675000Z - ... | 200.0 Hz, 2743 samples
045 .KW1..EH1 | 2015-10-09T22:50:51.000000Z - ... | 200.0 Hz, 3107 samples
046 .KW1..EH1 | 2015-10-09T22:51:05.925000Z - ... | 200.0 Hz, 768 samples
047 .KW1..EH1 | 2015-10-09T22:51:10.765000Z - ... | 200.0 Hz, 2925 samples
048 .KW1..EH2 | 2015-10-09T22:50:51.000000Z - ... | 200.0 Hz, 3405 samples
049 .KW1..EH2 | 2015-10-09T22:51:08.415000Z - ... | 200.0 Hz, 3395 samples
050
051 Network, location and component codes can be specified during reading:
052
053 >>> st = read("/path/to/225051000_00008656", network="BW", location="",
UNEXPECTED EXCEPTION: OverflowError('Python integer 2000 out of bounds for uint8')
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.io.reftek[4]>", line 1, in <module>
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/__init__.py:53: UnexpectedException
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 419, in test_data_unpacking_steim1
rt = Reftek130.from_file(self.reftek_file)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 432, in test_data_unpacking_steim2
rt = Reftek130.from_file(self.reftek_file_steim2)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 318, in test_drop_not_implemented_packets
_read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 216, in test_integration_with_obspy_core
st_reftek = obspy.read(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 350, in test_missing_event_trailer_packet
st_reftek = _read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 406, in test_no_eh_et_packet
_read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 283, in test_read_file_perturbed_packet_sequence
st_reftek = _read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 183, in test_read_reftek130_no_component_codes_specified
st_reftek = _read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 140, in test_read_reftek130_steim1
st_reftek = _read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 153, in test_read_reftek130_steim2
st = _read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 610, in test_reading_file_with_encoding_16
st = _read_reftek130(self.reftek_file_16)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 593, in test_reading_file_with_encoding_32
st = _read_reftek130(self.reftek_file_32)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 623, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 145, in from_file
with io.open(filename, "rb") as fh:
TypeError: expected str, bytes or os.PathLike object, not BytesIO
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 552, in test_reading_file_with_multiple_events
st = obspy.read(bytes_, format='REFTEK130',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 630, in _generic_reader
generic = callback_func(fh.name, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 623, in _generic_reader
generic = callback_func(pathname_or_url, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 142, in uncompress_file
return func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 145, in from_file
with io.open(filename, "rb") as fh:
TypeError: expected str, bytes or os.PathLike object, not BytesIO
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 577, in test_reading_file_with_no_data_in_channel_zero
st = obspy.read(bio, format='REFTEK130')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 630, in _generic_reader
generic = callback_func(fh.name, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 522, in test_reading_packet_with_vpu_float_string
data = _initial_unpack_packets(data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 513, in test_string_representations
rt130 = Reftek130.from_file(self.reftek_file)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 376, in test_truncated_last_packet
st_reftek = _read_reftek130(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/tests/test_core.py", line 249, in test_warning_disturbed_packet_sequence
_read_reftek130(fh.name, network="XX", location="01",
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 100, in _read_reftek130
rt130 = Reftek130.from_file(filename)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/core.py", line 148, in from_file
rt._data = _initial_unpack_packets(string)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in _initial_unpack_packets
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/packet.py", line 256, in <listcomp>
result['time'][:] += [_get_nanoseconds_for_start_of_year(y)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/reftek/util.py", line 44, in _get_nanoseconds_for_start_of_year
year += 2000
OverflowError: Python integer 2000 out of bounds for uint8
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 255, in test_iztype11
self.assertAlmostEqual(t1.timestamp, t2.timestamp, 5)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 899, in assertAlmostEqual
raise self.failureException(msg)
AssertionError: 1073117342.3999912 != 1073117342.4 within 5 places (8.821487426757812e-06 difference)
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 113, in test_read_big_endian_via_obspy
tr = read(self.filebe, format='SAC')[0]
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 97, in test_read_write_xy_via_obspy
tr.write(tempfile, format='SACXY')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 282, in _write_sac_xy
_internal_write_sac_xy(trace, fh, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-j2rad929.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 622, in test_read_xy_write_xy_from_bytes_io
_write_sac_xy(st, fh)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 272, in _write_sac_xy
_internal_write_sac_xy(stream[0], filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
AttributeError: '_io.BytesIO' object has no attribute 'name'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 639, in test_read_xy_write_xy_from_open_file_binary_mode
_write_sac_xy(st, tf)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 272, in _write_sac_xy
_internal_write_sac_xy(stream[0], filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-mf0yc07t.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 82, in test_read_xy_write_xy_via_obspy
tr.write(tempfile, format='SACXY')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 282, in _write_sac_xy
_internal_write_sac_xy(trace, fh, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-zwz7rl9n.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 127, in test_swap_bytes_via_obspy
trbe = read(self.filebe, format='SAC')[0]
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 361, in test_write_sac_xy_with_minimum_stats
tr.write(sac_file, 'SACXY')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 282, in _write_sac_xy
_internal_write_sac_xy(trace, fh, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-anf34n2p.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 423, in test_write_small_trace
tr.write(tempfile, format=format)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/trace.py", line 999, in write
Stream([self]).write(filename, format, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 282, in _write_sac_xy
_internal_write_sac_xy(trace, fh, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
obspy.io.sac.util.SacIOError: Cannot write trace values: /var/folders/ld/1nh4hq213pn07rfbjtfgb8h00000gn/T/obspy-ir4hb8op.tmp
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 416, in write_sac_ascii
np.savetxt(f, data[5 * rows:], delimiter=b'\t')
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1619, in savetxt
format = delimiter.join(fmt)
TypeError: sequence item 0: expected a bytes-like object, str found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_core.py", line 742, in test_writing_to_file_like_objects_with_obspy
st.write(fh, format="sacxy")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 1456, in write
write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 272, in _write_sac_xy
_internal_write_sac_xy(stream[0], filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 302, in _internal_write_sac_xy
sac.write(buf, ascii=True, flush_headers=False)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1135, in write
_io.write_sac_ascii(dest, self._hf, self._hi, self._hs, data)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 420, in write_sac_ascii
raise SacIOError("Cannot write trace values: " + f.name)
AttributeError: '_io.BytesIO' object has no attribute 'name'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_sactrace.py", line 187, in test_lcalda
meters, az, baz = gps2dist_azimuth(evla, evlo, stla, stlo)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/geodetics/base.py", line 268, in gps2dist_azimuth
if np.alltrue(np.isnan(values)):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.alltrue` was removed in the NumPy 2.0 release. Use `np.all` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/tests/test_sactrace.py", line 80, in test_read_sac_byteorder
sac = SACTrace.read(self.filebe)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/tests/test_core.py", line 143, in test_read_and_write_scardec_from_bytes_io
cat.write(buf2, format="SCARDEC")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/event/catalog.py", line 505, in write
return write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 327, in _write_scardec
return _buffer_proxy(filename_or_buf, _internal_write_scardec,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 64, in _buffer_proxy
ret_val = function(filename_or_buf, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 344, in _internal_write_scardec
_internal_write_single_scardec(buf, event)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 453, in _internal_write_single_scardec
np.savetxt(buf, np.asarray([times, samples]).T,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b' %16.9E %16.9E'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/tests/test_core.py", line 50, in test_read_and_write_scardec_from_files
cat.write(temp_filename, format="SCARDEC")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/event/catalog.py", line 505, in write
return write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 327, in _write_scardec
return _buffer_proxy(filename_or_buf, _internal_write_scardec,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 70, in _buffer_proxy
return function(fh, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 344, in _internal_write_scardec
_internal_write_single_scardec(buf, event)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 453, in _internal_write_single_scardec
np.savetxt(buf, np.asarray([times, samples]).T,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b' %16.9E %16.9E'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/tests/test_core.py", line 97, in test_read_and_write_scardec_from_open_files
cat.write(tf, format="SCARDEC")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/event/catalog.py", line 505, in write
return write_format(self, filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 327, in _write_scardec
return _buffer_proxy(filename_or_buf, _internal_write_scardec,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 64, in _buffer_proxy
ret_val = function(filename_or_buf, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 344, in _internal_write_scardec
_internal_write_single_scardec(buf, event)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/scardec/core.py", line 453, in _internal_write_single_scardec
np.savetxt(buf, np.asarray([times, samples]).T,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/lib/_npyio_impl.py", line 1627, in savetxt
raise ValueError('invalid fmt: %r' % (fmt,))
ValueError: invalid fmt: b' %16.9E %16.9E'
058 RtTrace object (step 3) which will automatically process any appended data
059 chunks.
060
061 1. Read first trace of example SAC data file and extract contained time
062 offset and epicentral distance of an earthquake::
063
064 >>> from obspy.realtime import RtTrace
065 >>> from obspy import read
066 >>> from obspy.realtime.signal import calculate_mwp_mag
067 >>> data_trace = read('/path/to/II.TLY.BHZ.SAC')[0]
UNEXPECTED EXCEPTION: AttributeError('`newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.')
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest obspy.realtime.rttrace.RtTrace[3]>", line 1, in <module>
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/rttrace.py:67: UnexpectedException
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1091, in execute
result = ihook.pytest_fixture_setup(fixturedef=self, request=request)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
raise exception.with_traceback(exception.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 122, in _multicall
teardown.throw(exception) # type: ignore[union-attr]
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 341, in from_call
result: TResult | None = func()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 242, in <lambda>
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_hooks.py", line 513, in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 182, in _multicall
return outcome.get_result()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_result.py", line 100, in get_result
raise exc.with_traceback(exc.__traceback__)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 90, in pytest_runtest_setup
yield from unraisable_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unraisableexception.py", line 70, in unraisable_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 840, in pytest_runtest_setup
yield from self._runtest_for(item, "setup")
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/logging.py", line 829, in _runtest_for
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/capture.py", line 875, in pytest_runtest_setup
return (yield)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
teardown.throw(outcome._exception)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 87, in pytest_runtest_setup
yield from thread_exception_runtest_hook()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/threadexception.py", line 68, in thread_exception_runtest_hook
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/pluggy/_callers.py", line 103, in _multicall
res = hook_impl.function(*args)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 160, in pytest_runtest_setup
item.session._setupstate.setup(item)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/runner.py", line 514, in setup
col.setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 219, in setup
super().setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/python.py", line 1630, in setup
self._request._fillfixtures()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 697, in _fillfixtures
item.funcargs[argname] = self.getfixturevalue(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 532, in getfixturevalue
fixturedef = self._get_active_fixturedef(argname)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 617, in _get_active_fixturedef
fixturedef.execute(request=subrequest)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1071, in execute
raise exc.with_traceback(exc_tb)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 1140, in pytest_fixture_setup
result = call_fixture_func(fixturefunc, request, kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/fixtures.py", line 891, in call_fixture_func
fixture_result = next(generator)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/_pytest/unittest.py", line 147, in unittest_setup_class_fixture
setup()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/realtime/tests/test_signal.py", line 27, in setUpClass
cls.orig_trace = read(os.path.join(os.path.dirname(__file__), 'data',
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 291, in _map_example_filename
return func(*args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 208, in read
st = _generic_reader(pathname_or_url, _read, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 657, in _generic_reader
generic = callback_func(pathnames[0], **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/decorator.py", line 202, in uncompress_file
result = func(filename, *args, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/stream.py", line 249, in _read
stream, format = _read_from_plugin('waveform', filename, format=format,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/util/base.py", line 422, in _read_from_plugin
list_obj = read_format(filename, **kwargs)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 344, in _read_sac
return _internal_read_sac(buf=fh, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/core.py", line 389, in _internal_read_sac
sac = SACTrace.read(buf, headonly=headonly, ascii=False,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/sactrace.py", line 1086, in read
hf, hi, hs, data = _io.read_sac(source, headonly=headonly,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/sac/arrayio.py", line 144, in read_sac
hf = hf.newbyteorder('S')
AttributeError: `newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_calibration.py", line 103, in test_relcal_different_overlaps
freq, amp, phase = rel_calib_stack(
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 88, in rel_calib_stack
spectral_helper(tr1, tr1, NFFT=nfft, Fs=sampfreq, noverlap=noverlap)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 222, in spectral_helper
p_xy = np.zeros((num_freqs, n), np.complex_)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.complex_` was removed in the NumPy 2.0 release. Use `np.complex128` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_calibration.py", line 35, in test_relcal_sts2_vs_unknown
freq, amp, phase = rel_calib_stack(st1, st2, calfile, 20,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 88, in rel_calib_stack
spectral_helper(tr1, tr1, NFFT=nfft, Fs=sampfreq, noverlap=noverlap)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 222, in spectral_helper
p_xy = np.zeros((num_freqs, n), np.complex_)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.complex_` was removed in the NumPy 2.0 release. Use `np.complex128` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_calibration.py", line 130, in test_relcal_using_dict
freq, amp, phase = rel_calib_stack(st1, st2, calfile, 20, smooth=10,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 88, in rel_calib_stack
spectral_helper(tr1, tr1, NFFT=nfft, Fs=sampfreq, noverlap=noverlap)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 222, in spectral_helper
p_xy = np.zeros((num_freqs, n), np.complex_)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.complex_` was removed in the NumPy 2.0 release. Use `np.complex128` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_calibration.py", line 79, in test_relcal_using_traces
freq, amp, phase = rel_calib_stack(st1, st2, calfile, 20, smooth=10,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 88, in rel_calib_stack
spectral_helper(tr1, tr1, NFFT=nfft, Fs=sampfreq, noverlap=noverlap)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/calibration.py", line 222, in spectral_helper
p_xy = np.zeros((num_freqs, n), np.complex_)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/numpy/__init__.py", line 400, in __getattr__
raise AttributeError(
AttributeError: `np.complex_` was removed in the NumPy 2.0 release. Use `np.complex128` instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_differentiate_and_integrate.py", line 24, in test_cumtrapz_integration
integrate_cumtrapz(np.ones(10), dx=1.0),
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/differentiate_and_integrate.py", line 27, in integrate_cumtrapz
ret = scipy.integrate.cumtrapz(data, dx=dx)
AttributeError: module 'scipy.integrate' has no attribute 'cumtrapz'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_freqattributes.py", line 88, in setUp
util.enframe(self.data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_freqattributes.py", line 88, in setUp
util.enframe(self.data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_freqattributes.py", line 88, in setUp
util.enframe(self.data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_freqattributes.py", line 88, in setUp
util.enframe(self.data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_freqattributes.py", line 88, in setUp
util.enframe(self.data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_freqattributes.py", line 88, in setUp
util.enframe(self.data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_hoctavbands.py", line 87, in setUp
util.enframe(data, signal.hamming(self.n), self.inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_invsim.py", line 466, in test_evalresp_seed_identifiers_work
rel_diff = np.abs(response_2 - response_1).ptp() / \
AttributeError: `ptp` was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_polarization.py", line 60, in setUp
util.enframe(data_z, signal.hamming(n), inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_polarization.py", line 60, in setUp
util.enframe(data_z, signal.hamming(n), inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_polarization.py", line 60, in setUp
util.enframe(data_z, signal.hamming(n), inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_polarization.py", line 60, in setUp
util.enframe(data_z, signal.hamming(n), inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 587, in run
self._callSetUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 546, in _callSetUp
self.setUp()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_polarization.py", line 60, in setUp
util.enframe(data_z, signal.hamming(n), inc)
AttributeError: module 'scipy.signal' has no attribute 'hamming'
Traceback (most recent call last):
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 59, in testPartExecutor
yield
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 591, in run
self._callTestMethod(testMethod)
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/unittest/case.py", line 549, in _callTestMethod
method()
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tests/test_quality_control.py", line 272, in test_extraction_fixed_header_flags
_create_mseed_file(tf1.name, record_count=35,
File "/Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/mseed/tests/test_mseed_util.py", line 75, in _create_mseed_file
arr[:flags[key][name]] = 1 << _i
OverflowError: Python integer 128 out of bounds for int8

Skipped tests (20)

Submodule Test Skip message
core core/stream.py::obspy.core.stream._is_pickle Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.CatchOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.SuppressOutput Skipped: all tests skipped by +SKIP option
core.util core/util/misc.py::obspy.core.util.misc.TemporaryWorkingDirectory Skipped: all tests skipped by +SKIP option
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_gps_2_dist_azimuth_with_geographiclib Skipped: Module geographiclib is not installed
geodetics geodetics/tests/test_util_geodetics.py::TestUtilGeodetics::test_issue_375 Skipped: Module geographiclib is not installed
imaging imaging/tests/test_mopad_script.py::TestMopad::test_script_plot Skipped: Currently broken until further review.
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_slist Skipped: all tests skipped by +SKIP option
io.ascii io/ascii/core.py::obspy.io.ascii.core._is_tspair Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._evmagtonor Skipped: all tests skipped by +SKIP option
io.nordic io/nordic/utils.py::obspy.io.nordic.utils._nortoevmag Skipped: all tests skipped by +SKIP option
io.pde io/pde/mchedr.py::obspy.io.pde.mchedr._is_mchedr Skipped: all tests skipped by +SKIP option
io.quakeml io/quakeml/core.py::obspy.io.quakeml.core._is_quakeml Skipped: all tests skipped by +SKIP option
io.seisan io/seisan/core.py::obspy.io.seisan.core._is_seisan Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_asc Skipped: all tests skipped by +SKIP option
io.sh io/sh/core.py::obspy.io.sh.core._is_q Skipped: all tests skipped by +SKIP option
io.wav io/wav/core.py::obspy.io.wav.core._is_wav Skipped: all tests skipped by +SKIP option
io.y io/y/core.py::obspy.io.y.core._is_y Skipped: all tests skipped by +SKIP option
signal signal/quality_control.py::obspy.signal.quality_control.MSEEDMetadata Skipped: all tests skipped by +SKIP option
signal signal/tests/test_quality_control.py::QualityControlTestCase::test_schema_validation Skipped: Test requires the jsonschema module

Slowest tests (20)

Runtime Test
2.395s core/tests/test_event.py::TestEvent::test_plot_farfield_without_quiver_with_maps
1.910s io/xseed/tests/test_core.py::CoreTestCase::test_response_calculation_from_seed_and_xseed
1.379s io/nlloc/tests/test_util.py::NLLOCTestCase::test_read_nlloc_scatter_coordinate_conversion
1.114s core/stream.py::obspy.core.stream.read
0.810s core/tests/test_stream.py::TestStream::test_read_url_via_network
0.717s imaging/tests/test_beachball.py::TestBeachballPlot::test_beachball_output_format
0.694s signal/tests/test_cross_correlation.py::TestCrossCorrelation::test_correlate_stream_template_and_correlation_detector
0.652s core/tests/test_trace.py::TestTrace::test_remove_response_plot
0.633s signal/tests/test_spectral_estimation.py::TestPsd::test_ppsd_restricted_stacks
0.522s io/mseed/tests/test_mseed_special_issues.py::MSEEDSpecialIssueTestCase::test_infinite_loop
0.511s io/arclink/tests/test_inventory_xml.py::ArclinkInventoryTestCase::test_auto_read_arclink_xml
0.487s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_local
0.480s signal/tests/test_interpolation.py::TestInterpolation::test_plot_lanczos_window
0.478s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_ortho
0.448s imaging/tests/test_waveform.py::TestWaveformPlot::test_plot_multiple_traces_10_traces_huge
0.430s signal/tests/test_tf_misfit.py::TestTfPlot::test_plot_tf_gofs
0.413s core/tests/test_inventory.py::TestInventoryCartopy::test_location_plot_global
0.411s core/tests/test_network.py::TestNetworkCartopy::test_location_plot_ortho
0.389s imaging/tests/test_waveform.py::TestWaveformPlot::test_plot_multiple_traces_10_traces_tiny
0.387s clients/filesystem/sds.py::obspy.clients.filesystem.sds.Client.__init__

Warnings (21)

Stage Filename Category Message
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/kml/core.py:65 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tf_misfit.py:1084 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/source.py:339 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/source.py:376 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
collect /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/clients/filesystem/db.py:18 MovedIn20Warning The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/scripts/scan.py:437 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/source.py:273 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/source.py:332 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/cartopy/mpl/geoaxes.py:1683 UserWarning *c* argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping will have precedence in case its length matches with *x* & *y*. Please use the *color* keyword-argument or provide a 2D array with a single row if you intend to specify the same RGB or RGBA value for all points.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/waveform.py:1282 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/io/nordic/ellipse.py:377 DeprecationWarning Arrays of 2-dimensional vectors are deprecated. Use arrays of 3-dimensional vectors instead. (deprecated in NumPy 2.0)
runtest <doctest obspy.signal._sosfilt._sosfilt[13]>:1 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/tf_misfit.py:1344 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/core/inventory/inventory.py:981 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/multiprocessing/resource_tracker.py:104 UserWarning resource_tracker: process died unexpectedly, relaunching. Some resources might leak.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/beachball.py:274 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
collect /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/cm.py:299 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/scripts/mopad.py:840 DeprecationWarning Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
collect /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/cm.py:300 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/signal/cross_correlation.py:985 UserWarning FigureCanvasAgg is non-interactive, and thus cannot be shown
runtest /Users/tony/anaconda3/envs/obspy/lib/python3.10/site-packages/obspy/imaging/source.py:268 MatplotlibDeprecationWarning The get_cmap function was deprecated in Matplotlib 3.7 and will be removed in 3.11. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap()`` or ``pyplot.get_cmap()`` instead.