Stage |
Filename |
Category |
Message |
runtest |
/home/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 |
/home/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 |
/home/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 |
/home/runner/work/obspy/obspy/obspy/io/seiscomp/inventory.py:514 |
UserWarning |
Something went hopelessly wrong, found sampling-rate of 0! |
runtest |
/home/runner/work/obspy/obspy/obspy/signal/invsim.py:375 |
DeprecationWarning |
Please use `zpk2tf` from the `scipy.signal` namespace, the `scipy.signal.ltisys` namespace is deprecated. |
runtest |
/home/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:1544 |
UserWarning |
4/4 segments omitted in file '/tmp/obspy-b5y6ptn1.npz' (time ranges already covered). |
runtest |
/home/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 |
/usr/share/miniconda3/envs/test3.10/lib/python3.10/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 |
/home/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. |
collect |
/home/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. |
collect |
/home/runner/work/obspy/obspy/obspy/signal/invsim.py:375 |
DeprecationWarning |
Please use `zpk2tf` from the `scipy.signal` namespace, the `scipy.signal.ltisys` namespace is deprecated. |
runtest |
/home/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 |
UserWarning |
The object with identity of: 139790028319008 and id of obspy.org/tests/test_resource_doc_example no longer exists, trying to find an object with the same id |
collect |
/home/runner/work/obspy/obspy/obspy/imaging/maps.py:35 |
UserWarning |
Cartopy not installed, map plots will not work. |
runtest |
/home/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 |
runtest |
/home/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 |
/home/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 |
/home/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 |
UserWarning |
The object with identity of: 139789876134768 and id of smi:local/a6eb679a-4544-4e78-b7bb-f0eb0d5c7f13 no longer exists, trying to find an object with the same id |
runtest |
/home/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 |
/home/runner/work/obspy/obspy/obspy/io/nordic/utils.py:184 |
UserWarning |
Lines of type I have not been implemented yet, please submit a development request |
runtest |
/home/runner/work/obspy/obspy/obspy/core/event/resourceid.py:348 |
UserWarning |
The object with identity of: 139790028311232 and id of obspy.org/tests/test_resource_doc_example no longer exists, trying to find an object with the same id |
runtest |
/home/runner/work/obspy/obspy/obspy/io/seiscomp/inventory.py:496 |
UserWarning |
Clock drift division by sample rate of 0: using sec/sample |
runtest |
/home/runner/work/obspy/obspy/obspy/signal/spectral_estimation.py:2108 |
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 |
/home/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 |
/home/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 |
<doctest obspy.core.event.resourceid.ResourceIdentifier[37]>: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"``.
|