#111804 Report by node pqlx covering 1704 tests from 45 modules resulted into 4 errors

Report

ObsPy version
1.1.0
GitHub Pull Request
-
Report file
XML document
Total runtime
395.3 sec
Report date/time
Aug. 22, 2020, 11:06 a.m.

System / Python

Architecture
64bit
Machine
x86_64
Node
pqlx
Processor
x86_64
Python Compiler
GCC 4.8.4
Python Implementation
CPython
Python Version
2.7.6
Release
3.13.0-32-generic
System
Linux
Version
#57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014

Dependencies

cartopy
---
decorator
3.4.0
flake8
2.1.0
future
0.14.3
geographiclib
???
lxml.etree
3.3.3
m2crypto
---
matplotlib
1.3.1
mock
1.0.1
mpl_toolkits.basemap
1.0.7
numpy
1.8.2
pep8-naming
---
pyflakes
0.8.1
pyimgur
---
pyproj
---
requests
2.2.1
scipy
0.13.3
setuptools
3.3
shapefile
???
sqlalchemy
0.8.4

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 2 3 4
obspy.taup - -
Summary 4 4

Tracebacks (4)

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/core/tests/test_event.py", line 159, in test_plot_farfield_without_quiver_with_maps
['p_sphere', 's_sphere']], outfile=ic.name)
File "/usr/lib/python2.7/dist-packages/obspy/core/util/testing.py", line 510, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: event.png
	RMS: 50.025228302
	Tolerance: 45.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/imaging/tests/test_scan.py", line 146, in test_scan_times
['--event-time', '2004-02-07T18:28:18'])
File "/usr/lib/python2.7/dist-packages/obspy/core/util/testing.py", line 510, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: scan_times.png
	RMS: 62.9506920981
	Tolerance: 45.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/signal/tests/test_detrend.py", line 73, in test_polynomial_detrend_plotting
polynomial(tr.data, order=3, plot=ic.name)
File "/usr/lib/python2.7/dist-packages/obspy/core/util/testing.py", line 510, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: polynomial_detrend.png
	RMS: 52.6865326246
	Tolerance: 45.0
Upload to imgur failed (caught ImportError: No module named pyimgur).
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/obspy/signal/tests/test_detrend.py", line 87, in test_spline_detrend_plotting
spline(tr.data, order=1, dspline=1500, plot=ic.name)
File "/usr/lib/python2.7/dist-packages/obspy/core/util/testing.py", line 510, in __exit__
raise ImageComparisonException(msg)
ImageComparisonException: Image comparison failed.
	File: degree_1_spline_detrend.png
	RMS: 52.8314512388
	Tolerance: 45.0
Upload to imgur failed (caught ImportError: No module named pyimgur).

Skipped tests (24)

Submodule Test Skip message
geodetics test_gps_2_dist_azimuth_bug150 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is installed, not using calc_vincenty_inverse
io.nlloc test_read_nlloc_scatter_coordinate_conversion (obspy.io.nlloc.tests.test_util.NLLOCTestCase) pyproj not installed
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
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_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_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
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
imaging test_farfield_with_quiver (obspy.imaging.tests.test_source.RadPatternTestCase) matplotlib >= 1.4 needed for 3D quiver plot.
signal test_schema_validation (obspy.signal.tests.test_quality_control.QualityControlTestCase) Test requires the jsonschema module
taup test_pierce_p_iasp91_geo (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34
taup test_single_path_geo_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase) test needs geographiclib >= 1.34
taup test_compute_ray_paths (obspy.taup.tests.test_ray_paths.RayPathCalculationsTestCase) test needs geographiclib >= 1.34
taup test_path_geo (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.
taup test_path_resampling (obspy.taup.tests.test_taup_geo.TaupGeoTestCase) Module geographiclib is not installed or too old.

Slowest tests (20)

Runtime Test
16.372s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
14.183s test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase)
10.551s __init__ (obspy.taup)
7.926s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
7.864s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
7.803s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
7.604s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.533s test_plot_wiggles_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.418s test_plot_wiggles_positive_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.344s test_plot_wiggles_negative_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.228s test_plot_wiggles_vertical_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.190s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.120s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.117s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.015s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.788s plot_travel_times (obspy.taup.tau)
4.771s test_beachball (obspy.imaging.tests.test_beachball.BeachballTestCase)
4.746s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.735s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
4.697s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)