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 f2c1084 commit fead0d5Copy full SHA for fead0d5
nibabel/gifti/gifti.py
@@ -88,7 +88,8 @@ def _sanitize(args, kwargs):
88
<GiftiMetaData {'key': 'val'}>
89
>>> GiftiMetaData({"key": "val"})
90
91
- >>> nvpairs = GiftiNVPairs(name='key', value='val')
+ >>> with pytest.deprecated_call():
92
+ ... nvpairs = GiftiNVPairs(name='key', value='val')
93
>>> with pytest.warns(FutureWarning):
94
... GiftiMetaData(nvpairs)
95
0 commit comments