#48185 Report by node Turtle covering 1292 tests from 38 modules resulted into 1 error
Report
- ObsPy Version
- 1.0.2
- Continuous Integration
- -
- GitHub Pull Request
- -
- Report File
- XML Document
- Total Runtime
- 219.2 sec
- Report Date/Time
- 2016-08-08 08:34:52
System / Python
- Architecture
- 32bit
- Machine
- AMD64
- Node
- Turtle
- Processor
- Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
- Python Compiler
- MSC v.1900 32 bit (Intel)
- Python Implementation
- CPython
- Python Version
- 3.5.1
- Release
- 10
- System
- Windows
- Version
- 10.0.14393
Dependencies
- cartopy
- ---
- decorator
- 4.0.10
- flake8
- 2.5.5
- future
- 0.15.2
- geographiclib
- 1.46.3
- lxml.etree
- 3.6.1
- m2crypto
- ---
- matplotlib
- 1.5.1
- mock
- 2.0.0
- mpl_toolkits.basemap
- ---
- numpy
- 1.11.1
- osgeo.gdal
- ---
- pep8-naming
- 0.4.1
- pyflakes
- 1.0.0
- pyimgur
- ---
- pyproj
- 1.9.5.1
- requests
- 2.10.0
- scipy
- 0.18.0
- setuptools
- 20.1.1
- sqlalchemy
- 1.0.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 | - | 6 | 6 | - | 4.6s | - |
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 | - | 523 | 497 | 26 | 37.1s | - |
obspy.db | - | 9 | 9 | - | 0.2s | - |
obspy.geodetics | - | 18 | 17 | 1 | 0.4s | - |
obspy.imaging | 1 | 1 | 1 | - | 0s | 1 |
obspy.io.ah | - | 4 | 4 | - | 0.2s | - |
obspy.io.ascii | - | 22 | 22 | - | 0.6s | - |
obspy.io.cmtsolution | - | 9 | 9 | - | 0.2s | - |
obspy.io.cnv | - | 1 | 1 | - | 0.0s | - |
obspy.io.css | - | 4 | 4 | - | 0.6s | - |
obspy.io.datamark | - | 2 | 2 | - | 0.1s | - |
obspy.io.gse2 | - | 38 | 38 | - | 0.9s | - |
obspy.io.json | - | 4 | 4 | - | 0.1s | - |
obspy.io.kinemetrics | - | 7 | 7 | - | 0.9s | - |
obspy.io.kml | - | 3 | 3 | - | 0.2s | - |
obspy.io.mseed | - | 96 | 96 | - | 7.7s | - |
obspy.io.ndk | - | 20 | 20 | - | 0.8s | - |
obspy.io.nied | - | 11 | 11 | - | 0.5s | - |
obspy.io.nlloc | - | 10 | 10 | - | 0.4s | - |
obspy.io.pdas | - | 3 | 3 | - | 0.1s | - |
obspy.io.pde | - | 13 | 13 | - | 0.5s | - |
obspy.io.quakeml | - | 32 | 32 | - | 1.1s | - |
obspy.io.sac | - | 80 | 80 | - | 1.9s | - |
obspy.io.seg2 | - | 1 | 1 | - | 0.1s | - |
obspy.io.segy | - | 45 | 45 | - | 1.0s | - |
obspy.io.seisan | - | 8 | 8 | - | 0.2s | - |
obspy.io.seiscomp | - | 3 | 3 | - | 0.2s | - |
obspy.io.sh | - | 17 | 17 | - | 0.6s | - |
obspy.io.shapefile | - | 5 | 1 | 4 | 0.1s | - |
obspy.io.stationtxt | - | 9 | 9 | - | 0.4s | - |
obspy.io.stationxml | - | 12 | 12 | - | 0.4s | - |
obspy.io.wav | - | 8 | 7 | 1 | 0.4s | - |
obspy.io.xseed | - | 45 | 45 | - | 1.7s | - |
obspy.io.y | - | 5 | 5 | - | 0.1s | - |
obspy.io.zmap | - | 13 | 13 | - | 0.5s | - |
obspy.realtime | - | 22 | 22 | - | 0.7s | - |
obspy.signal | - | 125 | 125 | - | 29.3s | - |
obspy.taup | - | 58 | 58 | - | 124.2s | - |
Summary | 1 | 1292 | 1260 | 32 | 219.2s | 1 |
Tracebacks (1)
>>> Cannot import test suite for module obspy.imaging due to: ------------------------------------------------------------- File "runtests.py", line 22, in <module> main(argv=sys.argv[1:]) File "D:\Workspace\obspy\obspy\scripts\runtests.py", line 749, in main errors = run(argv, interactive) File "D:\Workspace\obspy\obspy\scripts\runtests.py", line 717, in run pr_url=args.pr_url) File "D:\Workspace\obspy\obspy\scripts\runtests.py", line 557, in run_tests suites, status, import_failures = _get_suites(verbosity, tests) File "D:\Workspace\obspy\obspy\scripts\runtests.py", line 177, in _get_suites suite.append(ut.loadTestsFromName(test, None)) File "d:\python\32\python35\Lib\unittest\loader.py", line 204, in loadTestsFromName test = obj() File "D:\Workspace\obspy\obspy\imaging\tests\__init__.py", line 23, in suite add_doctests(suite, MODULE_NAME) File "D:\Workspace\obspy\obspy\core\util\testing.py", line 135, in add_doctests fromlist=[native_str("obspy")]) File "D:\Workspace\obspy\obspy\imaging\maps.py", line 55, in <module> warnings.warn(msg) UserWarning: Neither basemap nor cartopy installed, map plots will not work.
Slowest Tests (20)
Runtime | Test |
---|---|
16.666s | test_kennet_ak135_ttime_tables_s_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase) |
16.607s | test_kennet_ak135_ttime_tables_p_shallow (obspy.taup.tests.test_tau.TauPyModelTestCase) |
15.000s | test_kennet_ak135_ttime_tables_p_deep (obspy.taup.tests.test_tau.TauPyModelTestCase) |
12.155s | test_kennet_ak135_ttime_tables_s_deep (obspy.taup.tests.test_tau.TauPyModelTestCase) |
9.225s | test_kennet_ak135_ttime_tables_pkikp (obspy.taup.tests.test_tau.TauPyModelTestCase) |
8.587s | test_kennet_ak135_ttime_tables_pcp (obspy.taup.tests.test_tau.TauPyModelTestCase) |
8.236s | test_kennet_ak135_ttime_tables_scs (obspy.taup.tests.test_tau.TauPyModelTestCase) |
6.165s | test_kennet_ak135_ttime_tables_scp (obspy.taup.tests.test_tau.TauPyModelTestCase) |
4.987s | test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase) |
4.356s | test_ppsd_restricted_stacks (obspy.signal.tests.test_spectral_estimation.PsdTestCase) |
2.657s | test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase) |
2.625s | test_remove_response_plot (obspy.core.tests.test_trace.TraceTestCase) |
2.347s | __init__ (obspy.taup) |
2.272s | test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase) |
2.130s | test_read_and_write (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase) |
2.047s | test_spherical_many_phases (obspy.taup.tests.test_plotting.TauPyPlottingTestCase) |
2.029s | test_spherical_many_phases_buried_station (obspy.taup.tests.test_plotting.TauPyPlottingTestCase) |
2.011s | test_evalresp_file_like_object (obspy.signal.tests.test_invsim.InvSimTestCase) |
1.745s | test_read_from_sds_with_wildcarded_seed_ids (obspy.clients.filesystem.tests.test_sds.SDSTestCase) |
1.709s | read (obspy.core.stream) |
Chuck Norris Fact
Chuck Norris can solve the Towers of Hanoi in one move.