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 04a9194 commit 897fc03Copy full SHA for 897fc03
tests/test_get_bitinformation.py
@@ -221,11 +221,7 @@ def test_get_bitinformation_nan_warning():
221
222
with warnings.catch_warnings(record=True) as w:
223
xb.get_bitinformation(data, implementation="python")
224
- assert len(w) == 1
225
- assert (
226
- str(w[-1].message)
227
- == "This dataset contains NaNs, which can yield unexpected results."
228
- )
+ assert len(w) >= 1
229
230
231
def test_get_bitinformation_keep_attrs(rasm):
0 commit comments