Skip to content

Commit fb829af

Browse files
committed
suppress new warnings that has appeard from scippnexus update
1 parent 31a8545 commit fb829af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ filterwarnings = [
7575
'ignore:\n.*Sentinel is not a public part of the traitlets API.*:DeprecationWarning',
7676
"ignore:.*metadata to be logged in the data array, it is necessary to install the orsopy package.:UserWarning",
7777
"ignore:.*A transformation needs a vector attribute. Falling back to returning underlying value.:UserWarning",
78+
"ignore:Invalid transformation.*'vector':UserWarning",
7879
]
7980

8081
[tool.ruff]

0 commit comments

Comments
 (0)