Commit 129ce70
authored
TST: Make test_index_alignment_between_series less brittle (#3359)
test_index_alignment_between_series fails on Windows but passes on Linux.
The reason is that the indices of the expected Series are created using
the default dtype of an integer np.arange which is int64 on Linux but
int32 on Windows. Now the expected index is created the same way as the
x/y-indices and hence results in the same dtype.1 parent b9333f9 commit 129ce70
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments