We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a8545 commit fb829afCopy full SHA for fb829af
pyproject.toml
@@ -75,6 +75,7 @@ filterwarnings = [
75
'ignore:\n.*Sentinel is not a public part of the traitlets API.*:DeprecationWarning',
76
"ignore:.*metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
77
"ignore:.*A transformation needs a vector attribute. Falling back to returning underlying value.:UserWarning",
78
+ "ignore:Invalid transformation.*'vector':UserWarning",
79
]
80
81
[tool.ruff]
0 commit comments