#100213 Report by node travis-ci covering 2079 tests from 55 modules resulted into 56 errors

Report

ObsPy version
1.1.1rc1.post0+501.gab835bd3f…
GitHub Pull Request
-
Report file
XML document
Total runtime
786.6 sec
Report date/time
Dec. 20, 2018, 4:15 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
travis-ci
Processor
i386
Python Compiler
Clang 4.0.1 (tags/RELEASE_401/final)
Python Implementation
CPython
Python Version
3.7.1
Release
17.4.0
System
Darwin
Version
Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64

Dependencies

cartopy
---
decorator
4.3.0
flake8
---
future
0.17.1
geographiclib
1.49
lxml.etree
4.2.5
m2crypto
---
matplotlib
3.0.2
mock
2.0.0
mpl_toolkits.basemap
1.1.0
numpy
1.15.4
pep8-naming
---
pyflakes
---
pyimgur
0.5.2
pyproj
1.9.5.1
requests
2.21.0
scipy
1.1.0
setuptools
40.6.3
shapefile
2.0.0
sqlalchemy
1.2.15

Modules (55)

Module Errors / Failures Tracebacks
obspy.clients.arclink 1 1
obspy.clients.earthworm - -
obspy.clients.fdsn - -
obspy.clients.filesystem - -
obspy.clients.iris - -
obspy.clients.neic - -
obspy.clients.nrl - -
obspy.clients.seedlink - -
obspy.clients.seishub - -
obspy.clients.syngine - -
obspy.core - -
obspy.db - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.iaspei - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.nordic - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.rg16 - -
obspy.io.sac - -
obspy.io.scardec - -
obspy.io.seg2 - -
obspy.io.segy - -
obspy.io.seisan - -
obspy.io.seiscomp - -
obspy.io.sh - -
obspy.io.shapefile - -
obspy.io.stationtxt - -
obspy.io.stationxml - -
obspy.io.wav - -
obspy.io.win - -
obspy.io.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.scripts - -
obspy.signal - -
obspy.taup 55 2 3 4 5 6 7 8 9 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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
Summary 56 56

Tracebacks (56)

Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/arclink/tests/test_client.py", line 638, in test_save_response
client.save_response(tempfile, 'BW', 'MANZ', '', 'EHZ', start, end)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/arclink/client.py", line 1008, in save_response
data = self._fetch(rtype, rdata, route=route)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/arclink/client.py", line 219, in _fetch
return self._request(request_type, request_data)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/clients/arclink/client.py", line 324, in _request
raise ArcLinkException("%s %s" % (err_code, msg))
obspy.clients.arclink.client.ArcLinkException: b'UNSET'
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 104, in test_cartesian_many_phases
self.model.get_ray_paths(500, 140).plot_rays(plot_type="cartesian",
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 117, in test_cartesian_many_phases_buried_station
receiver_depth_in_km=1000)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 127, in test_cartesian_many_phases_one_way
arrivals = self.model.get_ray_paths(500, 140)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 248, in test_invalid_plot_option
arrivals = self.model.get_ray_paths(500, 20, phase_list=['P'])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 162, in test_plot_travel_times
phase_list=("ttbasic",)).plot_times(
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 182, in test_plot_travel_times_convenience
legend=True, npoints=4)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 956, in plot_travel_times
raise ValueError("No arrival times to plot.")
ValueError: No arrival times to plot.
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 208, in test_ray_plot_mismatching_axes_type_warnings
arrivals = self.model.get_ray_paths(500, 20, phase_list=['P'])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 700
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 89, in test_spherical_diff_phases
"pPdiff", "sPdiff"]).plot_rays(
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 39, in test_spherical_many_phases
140).plot_rays(plot_type="spherical",
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 52, in test_spherical_many_phases_buried_station
receiver_depth_in_km=1000)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_plotting.py", line 65, in test_spherical_many_phases_one_way
140).plot_rays(plot_type="spherical",
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 100.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_ray_paths.py", line 61, in test_compute_ray_paths
coordinate_system='XYZ', taup_model='iasp91')
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/ray_paths.py", line 118, in get_ray_paths
phase_list=phase_list, resample=True)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 853, in get_ray_paths_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 119
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_seismic_phase.py", line 32, in setUp
self.tau_model = TauModel.from_file('iasp91').depth_correct(self.depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 119
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_seismic_phase.py", line 32, in setUp
self.tau_model = TauModel.from_file('iasp91').depth_correct(self.depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 119
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_seismic_phase.py", line 32, in setUp
self.tau_model = TauModel.from_file('iasp91').depth_correct(self.depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_split_model.py", line 25, in test_split
split_t_mod = tau_model.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 270, in test_ak135
phase_list=["ttall"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 838, in test_buried_receiver
phase_list=["P", "PP", "S"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 855, in test_different_models
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 333, in split_branch
s_wave_ray_param, out_s_mod, index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 256, in test_iasp91
phase_list=["ttall"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 15.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 775, in test_java_pnps
phase_list=ph)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 450.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 732, in test_kennet_ak135_ttime_tables_p_deep
"ak135_P_deep.txt", phases=["p", "Pdiff", "P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 200.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 736, in test_kennet_ak135_ttime_tables_p_shallow
"ak135_P_shallow.txt", phases=["p", "Pdiff", "P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 700.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 740, in test_kennet_ak135_ttime_tables_pcp
"ak135_PcP.txt", phases=["PcP"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 100.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 744, in test_kennet_ak135_ttime_tables_pkikp
"ak135_PKIKP.txt", phases=["PKIKP"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 700.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 748, in test_kennet_ak135_ttime_tables_s_deep
"ak135_S_deep.txt", phases=["s", "S", "Sdiff"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 250.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 752, in test_kennet_ak135_ttime_tables_s_shallow
"ak135_S_shallow.txt", phases=["s", "S", "Sdiff"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 50.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 756, in test_kennet_ak135_ttime_tables_scp
"ak135_ScP.txt", phases=["ScP"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 300.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 760, in test_kennet_ak135_ttime_tables_scs
"ak135_ScS.txt", phases=["ScS"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 722, in _compare_against_ak135_tables_kennet
phase_list=phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 203, in test_p_ak135
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 216, in test_p_ak135f_no_mud
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 190, in test_p_iasp91
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 168, in test_p_iasp91_geo_fallback_manual
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 739, in get_travel_times_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 141, in test_p_iasp91_geo_manual
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 739, in get_travel_times_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 115, in test_p_iasp91_manual
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 229, in test_p_jb
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 333, in split_branch
s_wave_ray_param, out_s_mod, index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 242, in test_p_pwdk
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 333, in split_branch
s_wave_ray_param, out_s_mod, index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 477, in test_pierce_all_phases
phase_list=["ttall"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 666, in get_pierce_points
pp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 281, in test_pierce_p_iasp91
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 666, in get_pierce_points
pp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 353, in test_pierce_p_iasp91_fallback_geo
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 791, in get_pierce_points_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 666, in get_pierce_points
pp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 313, in test_pierce_p_iasp91_geo
receiver_longitude_in_deg=-50.0, phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 791, in get_pierce_points_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 666, in get_pierce_points
pp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 655, in test_single_path_ak135
distance_in_degree=35.0, phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 614, in test_single_path_geo_fallback_iasp91
phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 853, in get_ray_paths_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 549, in test_single_path_geo_iasp91
receiver_longitude_in_deg=-60.0, phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 853, in get_ray_paths_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 508, in test_single_path_iasp91
distance_in_degree=35.0, phase_list=["P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 18.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 1018, in test_small_regional_model
arr = m.get_ray_paths(source_depth_in_km=18.0, distance_in_degree=1.0)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 19.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 799, in test_surface_wave_ttimes
phase_list=[phase])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 333, in split_branch
s_wave_ray_param, out_s_mod, index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 826, in test_underside_reflections
"P^500P", "P^600P"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 100.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_tau.py", line 442, in test_vs_java_iasp91
phase_list=all_phases)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10.0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_taup_geo.py", line 33, in test_path_geo
stlon)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 853, in get_ray_paths_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 50
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tests/test_taup_geo.py", line 51, in test_path_resampling
default = model.get_ray_paths_geo(resample=False, **kwargs)[0].path
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 853, in get_ray_paths_geo
phase_list)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 2198, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.taup.__init__
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 1, in __init__
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 57, in obspy.taup.__init__
Failed example:
arrivals = model.get_travel_times(source_depth_in_km=55,
distance_in_degree=67)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 55
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[2]>", line 2, in <module>
distance_in_degree=67)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 59, in obspy.taup.__init__
Failed example:
print(arrivals) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[3]>", line 1, in <module>
print(arrivals) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 95, in obspy.taup.__init__
Failed example:
arrivals = model.get_travel_times(source_depth_in_km=100,
distance_in_degree=45,
phase_list=["P", "PSPSPS"])
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 100
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[4]>", line 3, in <module>
phase_list=["P", "PSPSPS"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 98, in obspy.taup.__init__
Failed example:
print(arrivals) # doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[5]>", line 1, in <module>
print(arrivals) # doctest: +NORMALIZE_WHITESPACE
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 107, in obspy.taup.__init__
Failed example:
arr = arrivals[0]
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[6]>", line 1, in <module>
arr = arrivals[0]
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 108, in obspy.taup.__init__
Failed example:
arr.ray_param, arr.time, arr.incident_angle # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[7]>", line 1, in <module>
arr.ray_param, arr.time, arr.incident_angle # doctest: +ELLIPSIS
NameError: name 'arr' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 117, in obspy.taup.__init__
Failed example:
arrivals = model.get_ray_paths(500, 130)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[8]>", line 1, in <module>
arrivals = model.get_ray_paths(500, 130)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 118, in obspy.taup.__init__
Failed example:
arrival = arrivals[0]
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[9]>", line 1, in <module>
arrival = arrivals[0]
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 123, in obspy.taup.__init__
Failed example:
arrival.path.dtype
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[10]>", line 1, in <module>
arrival.path.dtype
NameError: name 'arrival' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 134, in obspy.taup.__init__
Failed example:
arrivals = model.get_pierce_points(500, 130)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[11]>", line 1, in <module>
arrivals = model.get_pierce_points(500, 130)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 666, in get_pierce_points
pp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 135, in obspy.taup.__init__
Failed example:
arrivals[0].pierce.dtype
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[12]>", line 1, in <module>
arrivals[0].pierce.dtype
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 145, in obspy.taup.__init__
Failed example:
arrivals = model.get_ray_paths(
source_depth_in_km=500, distance_in_degree=130, phase_list=["ttbasic"])
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[13]>", line 2, in <module>
source_depth_in_km=500, distance_in_degree=130, phase_list=["ttbasic"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 147, in obspy.taup.__init__
Failed example:
ax = arrivals.plot_rays()
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[14]>", line 1, in <module>
ax = arrivals.plot_rays()
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 158, in obspy.taup.__init__
Failed example:
arrivals = model.get_ray_paths(source_depth_in_km=500,
distance_in_degree=130,
phase_list=["Pdiff", "Sdiff",
"pPdiff", "sSdiff"])
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[15]>", line 4, in <module>
"pPdiff", "sSdiff"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 162, in obspy.taup.__init__
Failed example:
ax = arrivals.plot_rays()
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[16]>", line 1, in <module>
ax = arrivals.plot_rays()
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 175, in obspy.taup.__init__
Failed example:
arrivals = model.get_ray_paths(source_depth_in_km=500,
distance_in_degree=130,
phase_list=["ttbasic"])
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[17]>", line 3, in <module>
phase_list=["ttbasic"])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 178, in obspy.taup.__init__
Failed example:
ax = arrivals.plot_rays(plot_type="cartesian")
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[18]>", line 1, in <module>
ax = arrivals.plot_rays(plot_type="cartesian")
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 192, in obspy.taup.__init__
Failed example:
arrivals = model.get_ray_paths(source_depth_in_km=500,
distance_in_degree=130)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 500
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[19]>", line 2, in <module>
distance_in_degree=130)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 693, in get_ray_paths
rp.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_pierce.py", line 63, in depth_correct
TauPTime.depth_correct(self, depth, receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 194, in obspy.taup.__init__
Failed example:
ax = arrivals.plot_times()
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[20]>", line 1, in <module>
ax = arrivals.plot_times()
NameError: name 'arrivals' is not defined
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 213, in obspy.taup.__init__
Failed example:
ax = plot_travel_times(source_depth=10, phase_list=["P", "S", "PP"],
ax=ax, fig=fig, verbose=True)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[24]>", line 2, in <module>
ax=ax, fig=fig, verbose=True)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 956, in plot_travel_times
raise ValueError("No arrival times to plot.")
ValueError: No arrival times to plot.
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/__init__.py", line 238, in obspy.taup.__init__
Failed example:
ax = plot_ray_paths(source_depth=100, ax=ax, fig=fig, verbose=True)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.__init__[28]>", line 1, in <module>
ax = plot_ray_paths(source_depth=100, ax=ax, fig=fig, verbose=True)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 1065, in plot_ray_paths
raise ValueError("No ray paths to plot.")
ValueError: No ray paths to plot.
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 2198, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.taup.tau.TauPyModel.__init__
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 575, in __init__
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 602, in obspy.taup.tau.TauPyModel.__init__
Failed example:
print(i91.get_travel_times(10, 20)[0].name)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.tau.TauPyModel.__init__[2]>", line 1, in <module>
print(i91.get_travel_times(10, 20)[0].name)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 604, in obspy.taup.tau.TauPyModel.__init__
Failed example:
i91.get_travel_times(10, 20)[0].time # doctest: +ELLIPSIS
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 10
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.tau.TauPyModel.__init__[3]>", line 1, in <module>
i91.get_travel_times(10, 20)[0].time # doctest: +ELLIPSIS
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 339, in split_branch
p_wave_ray_param, out_s_mod, index_p)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 606, in obspy.taup.tau.TauPyModel.__init__
Failed example:
len(i91.get_travel_times(100, 50, phase_list = ["P", "S"]))
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 228, in load_from_depth_cache
value = self._depth_cache.pop(depth)
KeyError: 100
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.tau.TauPyModel.__init__[4]>", line 1, in <module>
len(i91.get_travel_times(100, 50, phase_list = ["P", "S"]))
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 639, in get_travel_times
tt.run()
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 38, in run
self.depth_correct(self.source_depth, self.receiver_depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/taup_time.py", line 50, in depth_correct
self.depth_corrected_model = self.model.depth_correct(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 221, in depth_correct
return self.load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 230, in load_from_depth_cache
value = self._load_from_depth_cache(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 241, in _load_from_depth_cache
depth_corrected = self.split_branch(depth)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_model.py", line 302, in split_branch
index_s)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 148, in insert
self.shift_branch(index)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau_branch.py", line 156, in shift_branch
self.time.resize(new_size)
ValueError: cannot resize an array that references or is referenced
by another array in this way. Use the resize function
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 2198, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.taup.tau.plot_ray_paths
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 974, in plot_ray_paths
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 1025, in obspy.taup.tau.plot_ray_paths
Failed example:
ax = plot_ray_paths(source_depth=10, ax=ax, fig=fig, legend=True,
phase_list=['P', 'S', 'PP'], verbose=True)
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.tau.plot_ray_paths[3]>", line 2, in <module>
phase_list=['P', 'S', 'PP'], verbose=True)
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 1065, in plot_ray_paths
raise ValueError("No ray paths to plot.")
ValueError: No ray paths to plot.
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 2198, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.taup.tau.plot_travel_times
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 876, in plot_travel_times
----------------------------------------------------------------------
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 919, in obspy.taup.tau.plot_travel_times
Failed example:
ax = plot_travel_times(source_depth=10, phase_list=['P', 'S', 'PP'])
Exception raised:
Traceback (most recent call last):
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/doctest.py", line 1329, in __run
compileflags, 1), test.globs)
File "<doctest obspy.taup.tau.plot_travel_times[1]>", line 1, in <module>
ax = plot_travel_times(source_depth=10, phase_list=['P', 'S', 'PP'])
File "/Users/travis/miniconda/envs/test-environment/lib/python3.7/site-packages/obspy/taup/tau.py", line 956, in plot_travel_times
raise ValueError("No arrival times to plot.")
ValueError: No arrival times to plot.

Skipped tests (37)

Submodule Test Skip message
clients.arclink test_m2crypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) M2Crypto is not installed
clients.arclink test_pycrypto (obspy.clients.arclink.tests.test_decrypt.ClientTestCase) PyCrypto is not installed
clients.seedlink test_info (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seedlink test_issue708 (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seedlink test_time_window (obspy.clients.seedlink.tests.test_slclient.SLClientTestCase) test must be started manually
clients.seishub test_get_channel_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_coordinates (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_event_list (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_location_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_network_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_paz (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_preview (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_preview_by_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_station_ids (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_waveform_with_metadata (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_get_waveforms (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_localcache (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
clients.seishub test_ping (obspy.clients.seishub.tests.test_client.ClientTestCase) Seishub test server not reachable.
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) Formatting tests require at least flake8 3.0.
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) unsupported proj4 library
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogCartopyTestCase) Cartopy not installed or too old
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) unsupported proj4 library
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryCartopyTestCase) cartopy not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) unsupported proj4 library
core test_location_plot_global (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkCartopyTestCase) cartopy not installed
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
signal test_ppsd_spectrogram_plot (obspy.signal.tests.test_spectral_estimation.PsdTestCase) matplotlib >= 3 shifts labels

Slowest tests (20)

Runtime Test
40.349s test_eida_token_resolution (obspy.clients.fdsn.tests.test_client.ClientTestCase)
39.532s test_save_response (obspy.clients.arclink.tests.test_client.ClientTestCase)
33.627s test_get_networks (obspy.clients.arclink.tests.test_client.ClientTestCase)
25.862s test_get_waveform_instrument_change (obspy.clients.arclink.tests.test_client.ClientTestCase)
19.742s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
19.159s test_get_routing (obspy.clients.arclink.tests.test_client.ClientTestCase)
17.362s test_get_inventory (obspy.clients.arclink.tests.test_client.ClientTestCase)
17.116s test_get_waveform_with_metadata (obspy.clients.arclink.tests.test_client.ClientTestCase)
14.309s test_get_waveform_with_dcid_key_file (obspy.clients.arclink.tests.test_decrypt.ClientTestCase)
13.876s test_get_stations (obspy.clients.arclink.tests.test_client.ClientTestCase)
12.673s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
11.991s test_issue_311 (obspy.clients.arclink.tests.test_client.ClientTestCase)
11.954s test_save_waveform_no_compression (obspy.clients.arclink.tests.test_client.ClientTestCase)
11.346s test_issue_372 (obspy.clients.arclink.tests.test_client.ClientTestCase)
9.972s test_delayed_request (obspy.clients.arclink.tests.test_client.ClientTestCase)
9.596s __init__ (obspy.clients.arclink)
9.572s test_get_waveform (obspy.clients.arclink.tests.test_client.ClientTestCase)
8.816s test_get_inventory_stationgroup (obspy.clients.arclink.tests.test_client.ClientTestCase)
8.205s test_save_waveform_compressed (obspy.clients.arclink.tests.test_client.ClientTestCase)
8.175s test_get_inventory_twice (obspy.clients.arclink.tests.test_client.ClientTestCase)