Skip to content

Commit 9aec02e

Browse files
committed
Fix test for windows - on windows dtype on the left is int64 and on the right int32
1 parent b051746 commit 9aec02e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_power_curves.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_smooth_power_curve(self):
7979
smooth_power_curve(**parameters)[5:10],
8080
smoothed_curve_exp,
8181
check_dtype=False,
82+
check_index_type=False,
8283
)
8384

8485
# Raise ValueError - misspelling

0 commit comments

Comments
 (0)