We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d913fa9 commit 46697a0Copy full SHA for 46697a0
1 file changed
recursive_diff/tests/test_diff_arrays.py
@@ -61,7 +61,7 @@ def test_diff_arrays(chunk):
61
arrays["[3][data]"],
62
pd.DataFrame(
63
{"lhs": ["bar"], "rhs": ["baz"]},
64
- index=pd.Index(np.asarray([1]), name="dim_0"),
+ index=pd.Index(np.asarray([1], dtype=np.int64), name="dim_0"),
65
),
66
)
67
0 commit comments