Skip to content

Commit e406b61

Browse files
Test: Update pdf results
1 parent 45d361a commit e406b61

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed
30.7 KB
Binary file not shown.
757 Bytes
Binary file not shown.
Binary file not shown.

tests/test_result.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def test_constructor_ValidationResultSet(self):
123123
new_df = result.ValidationResultSet(df)
124124
assert new_df.equals(df)
125125

126-
@pytest.mark.filterwarnings("ignore::numpy.VisibleDeprecationWarning")
127126
def test_column_order(self):
128127
"""Check column order."""
129128
df = result.ValidationResultSet(

0 commit comments

Comments
 (0)