#100279 Report by node Galip-Laptop covering 837 tests from 38 modules resulted into 2 errors

Report

ObsPy version
1.0.2
GitHub Pull Request
-
Report file
XML document
Total runtime
338.4 sec
Report date/time
Dec. 22, 2018, 2:55 p.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
Galip-Laptop
Processor
Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
Python Compiler
MSC v.1500 64 bit (AMD64)
Python Implementation
CPython
Python Version
2.7.15
Release
10
System
Windows
Version
10.0.17134

Dependencies

cartopy
---
decorator
4.3.0
flake8
---
future
0.17.1
geographiclib
---
lxml.etree
4.2.5
m2crypto
---
matplotlib
1.5.1
mock
---
mpl_toolkits.basemap
---
numpy
1.11.3
osgeo.gdal
---
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
---
requests
2.20.1
scipy
1.1.0
setuptools
40.6.2
sqlalchemy
1.2.14

Modules (38)

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.seedlink Not tested -
obspy.clients.seishub Not tested -
obspy.clients.syngine Not tested -
obspy.core 1 1
obspy.db - -
obspy.geodetics - -
obspy.imaging - -
obspy.io.ah - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.datamark - -
obspy.io.gse2 - -
obspy.io.json - -
obspy.io.kinemetrics - -
obspy.io.kml - -
obspy.io.mseed - -
obspy.io.ndk - -
obspy.io.nied - -
obspy.io.nlloc - -
obspy.io.pdas - -
obspy.io.pde - -
obspy.io.quakeml - -
obspy.io.sac - -
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.xseed - -
obspy.io.y - -
obspy.io.zmap - -
obspy.realtime - -
obspy.signal 1 2
obspy.taup - -
Summary 2 2

Tracebacks (2)

>>> Cannot import test suite for module obspy.core due to:
----------------------------------------------------------
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\Scripts\obspy-runtests-script.py", line 9, in <module>
load_entry_point('obspy==1.0.2', 'console_scripts', 'obspy-runtests')()
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\scripts\runtests.py", line 749, in main
errors = run(argv, interactive)
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\scripts\runtests.py", line 717, in run
pr_url=args.pr_url)
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\scripts\runtests.py", line 557, in run_tests
suites, status, import_failures = _get_suites(verbosity, tests)
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\scripts\runtests.py", line 177, in _get_suites
suite.append(ut.loadTestsFromName(test, None))
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\unittest\loader.py", line 115, in loadTestsFromName
test = obj()
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\core\tests\__init__.py", line 17, in suite
add_unittests(suite, MODULE_NAME)
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 86, in add_unittests
fromlist=[native_str("obspy")])
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\core\tests\test_inventory.py", line 25, in <module>
from obspy.core.compatibility import mock
ImportError: cannot import name mock
Traceback (most recent call last):
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_freqattributes.py", line 143, in test_logcep
self.p, self.n, 'Hamming')
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\signal\freqattributes.py", line 359, in log_cepstrum
m, a, b = log_spaced_filterbank_matrix(p, nfft, fs, w)
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\obspy\signal\freqattributes.py", line 330, in log_spaced_filterbank_matrix
xx = sparse.coo_matrix((v, (c, r))).transpose().todense()
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\scipy\sparse\coo.py", line 150, in __init__
self._shape = check_shape((M, N))
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\scipy\sparse\sputils.py", line 281, in check_shape
new_shape = tuple(operator.index(arg) for arg in args)
File "C:\Users\Galip\AppData\Local\conda\conda\envs\obspy\lib\site-packages\scipy\sparse\sputils.py", line 281, in <genexpr>
new_shape = tuple(operator.index(arg) for arg in args)
TypeError: 'numpy.float64' object cannot be interpreted as an index

Slowest tests (20)

Runtime Test
24.261s test_kennet_ak135_ttime_tables_p_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
23.932s test_kennet_ak135_ttime_tables_s_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
23.728s test_kennet_ak135_ttime_tables_p_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase)
17.341s test_kennet_ak135_ttime_tables_s_deep (obspy.taup.tests.test_tau.TauPyModelTestCase)
12.976s test_kennet_ak135_ttime_tables_pkikp (obspy.taup.tests.test_tau.TauPyModelTestCase)
12.136s test_kennet_ak135_ttime_tables_pcp (obspy.taup.tests.test_tau.TauPyModelTestCase)
11.575s test_kennet_ak135_ttime_tables_scs (obspy.taup.tests.test_tau.TauPyModelTestCase)
8.635s test_kennet_ak135_ttime_tables_scp (obspy.taup.tests.test_tau.TauPyModelTestCase)
8.531s test_infinite_loop (obspy.io.mseed.tests.test_mseed_special_issues.MSEEDSpecialIssueTestCase)
7.938s test_plot_multiple_traces (obspy.imaging.tests.test_waveform.WaveformTestCase)
7.275s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
6.410s test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
5.825s test_plot_colored_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
5.496s test_read_from_sds (obspy.clients.filesystem.tests.test_sds.SDSTestCase)
4.941s test_plot_horizontal_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.714s test_plot_default_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.673s test_plot_azim_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.629s test_plot_ref_time_section (obspy.imaging.tests.test_waveform.WaveformTestCase)
4.030s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
3.934s test_read_from_sds_with_wildcarded_seed_ids (obspy.clients.filesystem.tests.test_sds.SDSTestCase)