Stage |
Filename |
Category |
Message |
runtest |
/Users/runner/miniconda3/envs/test3.7/lib/python3.7/site-packages/numpy/matrixlib/defmatrix.py:69 |
PendingDeprecationWarning |
the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray. |
runtest |
/Users/runner/work/obspy/obspy/obspy/taup/tau.py:244 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2045 |
UserWarning |
Attempting to set identical left == right == 52.49999950000001 results in singular transformations; automatically expanding. |
runtest |
/Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 |
UserWarning |
The object with identity of: 140688501967504 and id of obspy.org/tests/test_resource_doc_example no longer exists, trying to find an object with the same id |
runtest |
/Users/runner/work/obspy/obspy/obspy/taup/tau.py:975 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2045 |
UserWarning |
Attempted to set non-positive right xlim on a log-scaled axis.
Invalid limit will be ignored. |
runtest |
/Users/runner/work/obspy/obspy/obspy/imaging/source.py:197 |
UserWarning |
Tight layout not applied. The left and right margins cannot be made large enough to accommodate all axes decorations. |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2045 |
UserWarning |
Attempting to set identical left == right == 10.4999995 results in singular transformations; automatically expanding. |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2110 |
MatplotlibDeprecationWarning |
Auto-removal of grids by pcolor() and pcolormesh() is deprecated since 3.5 and will be removed two minor releases later; please call grid(False) first. |
runtest |
/Users/runner/work/obspy/obspy/obspy/io/seiscomp/inventory.py:496 |
UserWarning |
Clock drift division by sample rate of 0: using sec/sample |
runtest |
/Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:622 |
UserWarning |
overwritting the id attribute of a ResourceIdentifierobject is very dangerous and will raise an exception in a future version of obspy |
collect |
/Users/runner/work/obspy/obspy/obspy/imaging/maps.py:35 |
UserWarning |
Cartopy not installed, map plots will not work. |
runtest |
/Users/runner/work/obspy/obspy/obspy/taup/tau.py:513 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/taup/tau_branch.py:489 |
UserWarning |
Resizing a TauP array inplace failed due to the existence of other references to the array, creating a new array. See Obspy #2280. |
runtest |
/Users/runner/work/obspy/obspy/obspy/imaging/beachball.py:246 |
RuntimeWarning |
More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). |
runtest |
/Users/runner/work/obspy/obspy/obspy/io/nordic/utils.py:185 |
UserWarning |
Lines of type I have not been implemented yet, please submit a development request |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/_sosfilt.py:1 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/cross_correlation.py:985 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2045 |
UserWarning |
Attempting to set identical left == right == 9.223855751103727 results in singular transformations; automatically expanding. |
runtest |
/Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 |
UserWarning |
The object with identity of: 140688501966608 and id of smi:local/b5ba972a-4ed4-44d6-9632-a85fe1f64e96 no longer exists, trying to find an object with the same id |
runtest |
/Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 |
UserWarning |
The object with identity of: 140688501967568 and id of obspy.org/tests/test_resource_doc_example no longer exists, trying to find an object with the same id |
runtest |
/Users/runner/work/obspy/obspy/obspy/imaging/scripts/scan.py:437 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/core/utcdatetime.py:1084 |
ObsPyDeprecationWarning |
Comparing UTCDateTime objects of different precision is not defined will raise an Exception in a future version of obspy |
runtest |
/Users/runner/work/obspy/obspy/obspy/imaging/beachball.py:275 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
runtest |
/Users/runner/work/obspy/obspy/obspy/core/event/resourceid.py:1 |
ObsPyDeprecationWarning |
Converts the current ID to a valid QuakeML URI.
This method is deprecated, use :meth:`get_quakeml_id` instead.
Only an invalid QuakeML ResourceIdentifier string it will be converted
to a valid one. Otherwise nothing will happen but after calling this
method the user can be sure that the ID is a valid QuakeML URI.
The resulting ID will be of the form
smi:authority_id/prefix/resource_id
:type authority_id: str, optional
:param authority_id: The base url of the resulting string. Defaults to
``"local"``.
|
runtest |
/Users/runner/work/obspy/obspy/obspy/taup/tau.py:1084 |
UserWarning |
Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. |
collect |
/Users/runner/work/obspy/obspy/obspy/clients/arclink/__init__.py:34 |
ObsPyDeprecationWarning |
ArcLink protocol has been officially deprecated and some main servers have been shut down already. Please consider using other methods like FDSN web services to fetch data. ArcLink functionality is now untested in ObsPy. |
runtest |
/Users/runner/work/obspy/obspy/obspy/io/seiscomp/inventory.py:514 |
UserWarning |
Something went hopelessly wrong, found sampling-rate of 0! |
runtest |
/Users/runner/work/obspy/obspy/obspy/io/mseed/core.py:710 |
UserWarning |
Detected non contiguous data array in Stream[0].data. Trying to fix array. |
runtest |
/Users/runner/work/obspy/obspy/obspy/taup/tau.py:340 |
RuntimeWarning |
More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). |
runtest |
/Users/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1544 |
UserWarning |
4/4 segments omitted in file '/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/obspy-9jqa881n.npz' (time ranges already covered). |