#106409 Report by node geofisica1-ub covering 1743 tests from 45 modules resulted into 2 errors

Report

ObsPy version
1.1.1
GitHub Pull Request
-
Report file
XML document
Total runtime
443.0 sec
Report date/time
Nov. 16, 2019, 11:57 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
geofisica1-ub
Processor
x86_64
Python Compiler
GCC 7.3.0
Python Implementation
CPython
Python Version
3.7.3
Release
4.15.0-66-generic
System
Linux
Version
#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019

Dependencies

cartopy
0.17.0
decorator
4.4.1
flake8
3.7.8
future
0.18.1
geographiclib
1.50
lxml.etree
4.4.1
m2crypto
---
matplotlib
3.1.1
mock
3.0.5
mpl_toolkits.basemap
1.1.0
numpy
1.15.4
pep8-naming
---
pyflakes
2.1.1
pyimgur
---
pyproj
1.9.5.1
requests
2.22.0
scipy
1.3.1
setuptools
41.4.0
shapefile
2.1.0
sqlalchemy
1.3.10

Modules (45)

Module Errors / Failures Tracebacks
obspy.clients.arclink Not tested -
obspy.clients.earthworm Not tested -
obspy.clients.fdsn Not tested -
obspy.clients.filesystem - -
obspy.clients.iris Not tested -
obspy.clients.neic Not tested -
obspy.clients.nrl Not tested -
obspy.clients.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 1 1
obspy.db - -
obspy.geodetics - -
obspy.imaging 1 2
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.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 - -
Summary 2 2

Tracebacks (2)

Traceback (most recent call last):
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/obspy/core/tests/test_event.py", line 180, in test_plot_farfield_without_quiver_with_maps
['p_sphere', 's_sphere']], outfile=ic.name)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/obspy/core/event/event.py", line 247, in plot
subplot_size=subplot_size)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/obspy/imaging/source.py", line 69, in _setup_figure_and_axes
nrows, ncols_, i * ncols_ + j + 1, **kwargs))
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/figure.py", line 1414, in add_subplot
a = subplot_class_factory(projection_class)(self, *args, **kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/axes/_subplots.py", line 69, in __init__
self._axes_class.__init__(self, fig, self.figbox, **kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/mpl_toolkits/mplot3d/axes3d.py", line 101, in __init__
super().__init__(fig, rect, frameon=True, *args, **kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 509, in __init__
self.update(kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/artist.py", line 974, in update
ret = [_update_property(self, k, v) for k, v in props.items()]
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/artist.py", line 974, in <listcomp>
ret = [_update_property(self, k, v) for k, v in props.items()]
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/artist.py", line 971, in _update_property
return func(v)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 1281, in set_aspect
'It is not currently possible to manually set the aspect '
NotImplementedError: It is not currently possible to manually set the aspect on 3D axes
Traceback (most recent call last):
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/obspy/imaging/tests/test_source.py", line 35, in test_farfield_with_quiver
mt, kind=['beachball', 's_quiver', 'p_quiver'], show=False)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/obspy/imaging/source.py", line 134, in plot_radiation_pattern
fig, axes, kind = _setup_figure_and_axes(kind, fig=fig)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/obspy/imaging/source.py", line 69, in _setup_figure_and_axes
nrows, ncols_, i * ncols_ + j + 1, **kwargs))
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/figure.py", line 1414, in add_subplot
a = subplot_class_factory(projection_class)(self, *args, **kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/axes/_subplots.py", line 69, in __init__
self._axes_class.__init__(self, fig, self.figbox, **kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/mpl_toolkits/mplot3d/axes3d.py", line 101, in __init__
super().__init__(fig, rect, frameon=True, *args, **kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 509, in __init__
self.update(kwargs)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/artist.py", line 974, in update
ret = [_update_property(self, k, v) for k, v in props.items()]
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/artist.py", line 974, in <listcomp>
ret = [_update_property(self, k, v) for k, v in props.items()]
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/artist.py", line 971, in _update_property
return func(v)
File "/home/geofisica1/anaconda3/envs/obspy3/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 1281, in set_aspect
'It is not currently possible to manually set the aspect '
NotImplementedError: It is not currently possible to manually set the aspect on 3D axes

Skipped tests (8)

Submodule Test Skip message
core test_flake8 (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_use_obspy_deprecation_warning (obspy.core.tests.test_code_formatting.CodeFormattingTestCase) No code formatting tests for release builds
core test_future_imports_in_every_file (obspy.core.tests.test_code_formatting.FutureUsageTestCase) No code formatting tests for release builds
core test_no_pyplot_import_in_any_file (obspy.core.tests.test_code_formatting.MatplotlibBackendUsageTestCase) No code formatting tests for release builds
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_schema_validation (obspy.signal.tests.test_quality_control.QualityControlTestCase) Test requires the jsonschema module
signal test_ppsd_spectrogram_plot (obspy.signal.tests.test_spectral_estimation.PsdTestCase) matplotlib >= 3 shifts labels

Slowest tests (20)

Runtime Test
15.006s test_location_plot_local (obspy.core.tests.test_network.NetworkCartopyTestCase)
12.608s __init__ (obspy.taup)
11.303s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
10.888s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
9.771s test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase)
9.326s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.214s test_plot_wiggles_negative_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.133s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.101s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.021s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.017s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
9.000s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.988s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.952s test_plot_wiggles_positive_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
8.878s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
7.656s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.600s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
5.862s plot_travel_times (obspy.taup.tau)
5.708s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)
5.167s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)