Skip to content

Commit bec03ad

Browse files
committed
Try fixing different index dtype - on windows dtype is int32 and on linux int64
1 parent a86b50f commit bec03ad

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
@@ -56,6 +56,7 @@ def test_smooth_power_curve(self):
5656
smooth_power_curve(**parameters)[5:10],
5757
smoothed_curve_exp,
5858
check_dtype=False,
59+
check_index_type=False,
5960
)
6061

6162
# Test Staffel_Pfenninger method

0 commit comments

Comments
 (0)