Skip to content

Commit

Permalink
update np.nan
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kotzur committed Aug 9, 2024
1 parent b5fbd2b commit 3c16613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_assert_raises.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_assert_raises():

# check erroneous dataframe containing NaN values
rawNan = copy.deepcopy((raw))
rawNan.iloc[10, :] = np.NaN
rawNan.iloc[10, :] = np.nan
aggregation = tsam.TimeSeriesAggregation(timeSeries=rawNan)
np.testing.assert_raises_regex(
ValueError,
Expand Down

0 comments on commit 3c16613

Please sign in to comment.