#114957 Report by node IPC65 covering 1968 tests from 49 modules resulted into 88 errors

Report

ObsPy version
1.2.2
GitHub Pull Request
-
Report file
XML document
Total runtime
153.9 sec
Report date/time
Nov. 26, 2021, 1:47 p.m.

System / Python

Architecture
64bit
Machine
AMD64
Node
IPC65
Processor
Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
Python Compiler
MSC v.1916 64 bit (AMD64)
Python Implementation
CPython
Python Version
3.7.12
Release
10
System
Windows
Version
10.0.19041

Dependencies

cartopy
0.18.0
decorator
5.1.0
flake8
---
future
0.18.2
geographiclib
---
lxml.etree
4.6.4
m2crypto
---
matplotlib
3.5.0
mock
---
mpl_toolkits.basemap
---
numpy
1.21.4
pep8-naming
---
pyflakes
---
pyimgur
---
pyproj
---
requests
2.26.0
scipy
1.7.3
setuptools
59.2.0
shapefile
2.1.3
sqlalchemy
1.4.27

Modules (49)

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 23 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
obspy.db 1 24
obspy.geodetics - -
obspy.imaging 41 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
obspy.io.ah - -
obspy.io.arclink - -
obspy.io.ascii - -
obspy.io.cmtsolution - -
obspy.io.cnv - -
obspy.io.css - -
obspy.io.dmx - -
obspy.io.focmec - -
obspy.io.gcf - -
obspy.io.gse2 - -
obspy.io.hypodd - -
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 2 66 67
obspy.io.pdas - -
obspy.io.pde 1 68
obspy.io.quakeml - -
obspy.io.reftek - -
obspy.io.rg16 - -
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 10 69 70 71 72 73 74 75 76 77 78
obspy.taup 10 79 80 81 82 83 84 85 86 87 88
Summary 88 88

Tracebacks (88)

Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_channel.py", line 59, in test_response_plot
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_event.py", line 621, in test_catalog_plot_global
with ImageComparison(self.image_dir, 'catalog-cartopy1.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_event.py", line 657, in test_catalog_plot_local
with ImageComparison(self.image_dir, 'catalog-cartopy3.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_event.py", line 631, in test_catalog_plot_ortho
with ImageComparison(self.image_dir, 'catalog-cartopy2.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_event.py", line 645, in test_catalog_plot_ortho_longitude_wrap
'catalog-cartopy_long-wrap.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_inventory.py", line 199, in test_response_plot
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_inventory.py", line 786, in test_location_plot_global
'inventory_location-cartopy1.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_inventory.py", line 810, in test_location_plot_local
'inventory_location-cartopy3.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_inventory.py", line 797, in test_location_plot_ortho
'inventory_location-cartopy2.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_network.py", line 144, in test_response_plot
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_network.py", line 410, in test_location_plot_global
'network_location-cartopy1.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_network.py", line 434, in test_location_plot_local
'network_location-cartopy3.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_network.py", line 421, in test_location_plot_ortho
'network_location-cartopy2.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_response.py", line 143, in test_response_plot
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_response.py", line 163, in test_response_plot_degrees
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_station.py", line 54, in test_response_plot
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_station.py", line 73, in test_response_plot_degrees
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_trace.py", line 2302, in test_remove_response_plot
reltol=1.5) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_util_base.py", line 80, in test_image_comparison
with ImageComparison(path, img_basename) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.trace.Trace.times
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 2487, in times
----------------------------------------------------------------------
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\trace.py", line 2529, in obspy.core.trace.Trace.times
Failed example:
tr.times("matplotlib")
Expected:
array([ 733643.01392361, 733643.01392373, 733643.01392384, ...,
733643.01427049, 733643.0142706 , 733643.01427072])
Got:
array([ 14480.01392361, 14480.01392373, 14480.01392384, ...,
14480.01427049, 14480.0142706 , 14480.01427072])
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.core.utcdatetime.UTCDateTime.matplotlib_date
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\utcdatetime.py", line unknown line number, in matplotlib_date
----------------------------------------------------------------------
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\utcdatetime.py", line ?, in obspy.core.utcdatetime.UTCDateTime.matplotlib_date
Failed example:
t.matplotlib_date
Expected:
733643.0139780092
Got:
14480.01397800926
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_trace.py", line 1448, in test_times
np.testing.assert_allclose(got[:5], expected, rtol=1e-17)
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\numpy\testing\_private\utils.py", line 1531, in assert_allclose
verbose=verbose, header=header, equal_nan=equal_nan)
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\numpy\testing\_private\utils.py", line 844, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=1e-17, atol=0
Mismatched elements: 5 / 5 (100%)
Max absolute difference: 719163.0
Max relative difference: 0.9849928778830878
x: array([ 10957. , 10957.000001, 10957.000001, 10957.000002,
10957.000002])
y: array([ 730120. , 730120.000001, 730120.000001, 730120.000002,
730120.000002])
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\tests\test_utcdatetime.py", line 1093, in test_matplotlib_date
t.matplotlib_date, expected, decimal=8)
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\numpy\testing\_private\utils.py", line 599, in assert_almost_equal
raise AssertionError(_build_err_msg())
AssertionError:
Arrays are not almost equal to 8 decimals
ACTUAL: 5965.5723676839116
DESIRED: 725128.5723676839
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\sqlalchemy\sql\elements.py", line 843, in __getattr__
return getattr(self.comparator, key)
AttributeError: 'Comparator' object has no attribute '_text_converter_role'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\db\tests\test_client.py", line 248, in test_get_preview
starttime=dt, endtime=dt2)
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\db\client.py", line 257, in get_preview
WaveformChannel.channel == temp[3]))
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\sqlalchemy\sql\elements.py", line 2402, in append
coercions.expect(self._text_converter_role, clause).self_group(
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\sqlalchemy\sql\elements.py", line 854, in __getattr__
replace_context=err,
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\sqlalchemy\util\compat.py", line 207, in raise_
raise exception
AttributeError: Neither 'BooleanClauseList' object nor 'Comparator' object has an attribute '_text_converter_role'
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 82, in test_beachball
with ImageComparison(self.path, filename) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 228, in test_collection
with ImageComparison(self.path, 'bb_collection.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 294, in test_collection_aspect_x
filename_width_height='bb_aspect_x_height.png')
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 259, in collection_aspect
with ImageComparison(self.path, filename_width) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 303, in test_collection_aspect_y
filename_width_height='bb_aspect_y_height.png')
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 259, in collection_aspect
with ImageComparison(self.path, filename_width) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_beachball.py", line 314, in test_mopad_fallback
with ImageComparison(self.path, 'mopad_fallback.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_mopad.py", line 64, in test_collection
with ImageComparison(self.path, 'mopad_collection.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_plot.py", line 43, in test_plot
with ImageComparison(self.path, 'plot.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_plot.py", line 58, in test_plot_no_merge
with ImageComparison(self.path, 'plot_nomerge.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_ppsd.py", line 34, in test_ppsd_plot
with ImageComparison(self.path, 'ppsd.png', reltol=1.5) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_ppsd.py", line 78, in test_ppsd_plot_cumulative
reltol=1.5) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_ppsd.py", line 58, in test_ppsd_plot_frequency
reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_scan.py", line 223, in test_multiple_sampling_rates
with image_comp as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_scan.py", line 72, in test_scan_function_and_scanner_class
with ImageComparison(self.path, 'scan.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_scan.py", line 56, in test_scan_main_method
with ImageComparison(self.path, 'scan.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_scan.py", line 168, in test_scan_save_load_npz
with ImageComparison(self.path, 'scan.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_scan.py", line 184, in test_scan_times
with ImageComparison(self.path, 'scan_times.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_scan.py", line 138, in test_scanner_manually_add_streams
with ImageComparison(self.path, 'scan.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_spectrogram.py", line 42, in test_spectrogram
with ImageComparison(self.path, 'spectrogram_log.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 298, in test_plot_azim_section
with ImageComparison(self.path, 'waveform_azim_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 264, in test_plot_binning_error
with ImageComparison(self.path, 'waveform_binning_error.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 342, in test_plot_colored_section
with ImageComparison(self.path, 'waveform_color_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 206, in test_plot_complex_gap_few_samples
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 185, in test_plot_complex_gap_many_samples
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 448, in test_plot_day_plot
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 483, in test_plot_day_plot_catalog
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 465, in test_plot_day_plot_explicit_event
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 423, in test_plot_default_relative
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 283, in test_plot_default_section
with ImageComparison(self.path, 'waveform_default_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 312, in test_plot_horizontal_section
with ImageComparison(self.path, 'waveform_horiz_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 215, in test_plot_multiple_traces
with ImageComparison(self.path, 'waveform_1_trace.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 134, in test_plot_one_hour_few_samples
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 121, in test_plot_one_hour_many_samples
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 437, in test_plot_ref_time_relative
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 327, in test_plot_ref_time_section
with ImageComparison(self.path, 'waveform_reftime_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 164, in test_plot_simple_gap_few_samples
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 149, in test_plot_simple_gap_many_samples
with ImageComparison(self.path, image_name) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 394, in test_plot_wiggles_horizontal_section
self.path, 'waveform_wiggles_horizontal_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 359, in test_plot_wiggles_negative_section
self.path, 'waveform_wiggles_negative_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 377, in test_plot_wiggles_positive_section
self.path, 'waveform_wiggles_positive_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 411, in test_plot_wiggles_vertical_section
self.path, 'waveform_wiggles_vertical_section.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\imaging\tests\test_waveform.py", line 254, in test_plot_with_labels
with ImageComparison(self.path, 'waveform_labels.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\io\nordic\tests\test_nordic.py", line 1014, in test_ellipse_plot
style='classic', reltol=10) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\io\nordic\tests\test_nordic.py", line 1031, in test_ellipse_plot_tangents
style='classic', reltol=10) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\io\pde\tests\test_mchedr.py", line 312, in test_write_quakeml
_write_quakeml(self.catalog, tf, validate=IS_RECENT_LXML)
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\io\quakeml\core.py", line 1858, in _write_quakeml
"The final QuakeML file did not pass validation.")
AssertionError: The final QuakeML file did not pass validation.
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_cross_correlation.py", line 300, in test_xcorr_pick_correction_images
with ImageComparison(self.path_images, 'xcorr_pick_corr.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_detrend.py", line 72, in test_polynomial_detrend_plotting
with ImageComparison(self.path_images, 'polynomial_detrend.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_detrend.py", line 86, in test_spline_detrend_plotting
'degree_1_spline_detrend.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_interpolation.py", line 134, in test_plot_lanczos_window
'plot_lanczos_window.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_spectral_estimation.py", line 495, in test_ppsd_restricted_stacks
'ppsd_restricted_stack.png', reltol=reltol) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_spectral_estimation.py", line 774, in test_ppsd_temporal_plot
reltol=1.5) as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_tf_misfit.py", line 305, in test_plot_tf_gofs
'time_frequency_gofs.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_tf_misfit.py", line 297, in test_plot_tf_misfits
'time_frequency_misfits.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\tests\test_tf_misfit.py", line 290, in test_plot_tfr
'time_frequency_representation.png') as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\doctest.py", line 2204, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for obspy.signal._sosfilt._zpk2sos
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\_sosfilt.py", line 141, in _zpk2sos
----------------------------------------------------------------------
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\_sosfilt.py", line 256, in obspy.signal._sosfilt._zpk2sos
Failed example:
sos[:, :3]
Expected:
array([[ 0.0014154 , 0.00248707, 0.0014154 ],
[ 1. , 0.72965193, 1. ],
[ 1. , 0.17594966, 1. ]])
Got:
array([[ 0.0014152 , 0.00248677, 0.0014152 ],
[ 1. , 0.72976874, 1. ],
[ 1. , 0.17607852, 1. ]])
----------------------------------------------------------------------
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\signal\_sosfilt.py", line 266, in obspy.signal._sosfilt._zpk2sos
Failed example:
sos[:, 3:]
Expected:
array([[ 1. , -1.32543251, 0.46989499],
[ 1. , -1.26117915, 0.6262586 ],
[ 1. , -1.25707217, 0.86199667]])
Got:
array([[ 1. , -1.32544025, 0.46989976],
[ 1. , -1.26118294, 0.62625924],
[ 1. , -1.2570723 , 0.8619958 ]])
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 103, in test_cartesian_many_phases
"cartesian_many_phases.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 115, in test_cartesian_many_phases_buried_station
"cartesian_many_phases_buried_station.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 129, in test_cartesian_many_phases_one_way
"cartesian_many_phases_one_way.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 160, in test_plot_travel_times
"traveltimes_many_phases.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 173, in test_plot_travel_times_convenience
"traveltimes_many_phases_multiple_degrees.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 86, in test_spherical_diff_phases
"spherical_diff_phases.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 37, in test_spherical_many_phases
"spherical_many_phases.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 50, in test_spherical_many_phases_buried_station
"spherical_many_phases_buried_station.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 63, in test_spherical_many_phases_one_way
"spherical_many_phases_one_way.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']
Traceback (most recent call last):
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\taup\tests\test_plotting.py", line 75, in test_spherical_more_then_360_degrees
"spherical_more_then_360.png") as ic:
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\obspy\core\util\testing.py", line 418, in __enter__
rcParams['text.hinting'] = False
File "C:\Users\Tiago Jesus\.conda\envs\obspy\lib\site-packages\matplotlib\__init__.py", line 646, in __setitem__
raise ValueError(f"Key {key}: {ve}") from None
ValueError: Key text.hinting: False is not a valid value for text.hinting; supported values are ['default', 'no_autohint', 'force_autohint', 'no_hinting', 'auto', 'native', 'either', 'none']

Skipped tests (30)

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
core test_catalog_plot_global (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_local (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_catalog_plot_ortho_longitude_wrap (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_plot_catalog_before_1900 (obspy.core.tests.test_event.CatalogBasemapTestCase) basemap not installed
core test_plot_farfield_without_quiver_with_maps (obspy.core.tests.test_event.EventTestCase) basemap not installed
core test_combined_station_event_plot (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_inventory.InventoryBasemapTestCase) basemap not installed
core test_location_plot_global (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_local (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
core test_location_plot_ortho (obspy.core.tests.test_network.NetworkBasemapTestCase) basemap not installed
geodetics test_gps_2_dist_azimuth_with_geographiclib (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
geodetics test_issue_375 (obspy.geodetics.tests.test_util_geodetics.UtilGeodeticsTestCase) Module geographiclib is not installed
imaging test_script_plot (obspy.imaging.tests.test_mopad_script.MopadTestCase) Currently broken until further review.
io.nlloc test_read_nlloc_scatter_coordinate_conversion (obspy.io.nlloc.tests.test_util.NLLOCTestCase) pyproj not installed
signal test_evalresp_file_like_object (obspy.signal.tests.test_invsim.InvSimTestCase) unreproducible test fail encountered on Appveyor sometimes.
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
taup test_compute_ray_paths (obspy.taup.tests.test_ray_paths.RayPathCalculationsTestCase) test needs geographiclib >= 1.34
taup test_p_iasp91_geo_manual (obspy.taup.tests.test_tau.TauPyModelTestCase) Module geographiclib is not installed
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_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
14.459s test_is_format (obspy.core.tests.test_waveform_plugins.WaveformPluginsTestCase)
7.557s test_response_calculation_from_seed_and_xseed (obspy.io.xseed.tests.test_core.CoreTestCase)
7.402s __init__ (obspy.taup)
5.415s test_shoot_existing_ray_param (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
3.638s test_relcal_different_overlaps (obspy.signal.tests.test_calibration.CalibrationTestCase)
3.454s plot_travel_times (obspy.taup.tau)
3.150s test_correlate_stream_template_and_correlation_detector (obspy.signal.tests.test_cross_correlation.CrossCorrelationTestCase)
3.110s test_regional_models (obspy.taup.tests.test_tau.TauPyModelTestCase)
3.012s test_vs_java_iasp91 (obspy.taup.tests.test_tau.TauPyModelTestCase)
2.555s test_many_identically_named_phases (obspy.taup.tests.test_seismic_phase.TauPySeismicPhaseTestCase)
2.315s test_polarization_vidale (obspy.signal.tests.test_polarization.PolarizationTestCase)
1.843s test_infinite_loop (obspy.io.mseed.tests.test_mseed_special_issues.MSEEDSpecialIssueTestCase)
1.836s test_auto_read_arclink_xml (obspy.io.arclink.tests.test_inventory_xml.ArclinkInventoryTestCase)
1.745s read (obspy.core.stream)
1.649s test_ppsd_w_iris_against_obspy_results (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
1.601s test_rotate2zne_against_lqt_different_combinations (obspy.signal.tests.test_rotate.RotateTestCase)
1.462s test_earthquake_models (obspy.signal.tests.test_spectral_estimation.PsdTestCase)
1.167s __init__ (obspy.taup.tau.TauPyModel)
1.159s test_read_from_sds_with_wildcarded_seed_ids (obspy.clients.filesystem.tests.test_sds.SDSTestCase)
1.055s test_relcal_using_dict (obspy.signal.tests.test_calibration.CalibrationTestCase)