Skip to content

Commit

Permalink
Try fixing different index dtype - on windows dtype is int32 and on l…
Browse files Browse the repository at this point in the history
…inux int64
  • Loading branch information
birgits committed Jan 12, 2024
1 parent a86b50f commit bec03ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_power_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_smooth_power_curve(self):
smooth_power_curve(**parameters)[5:10],
smoothed_curve_exp,
check_dtype=False,
check_index_type=False,
)

# Test Staffel_Pfenninger method
Expand Down

0 comments on commit bec03ad

Please sign in to comment.