You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test of tsam I get the following warnings associated with escape sequences:
test\test_assert_raises.py:21: 10 warnings
C:\Programming\tsam\test\test_assert_raises.py:21: SyntaxWarning: invalid escape sequence '('
"timeSeries has to be of type pandas.DataFrame() or of type np.array() in "
test\test_assert_raises.py:129: 10 warnings
C:\Programming\tsam\test\test_assert_raises.py:129: SyntaxWarning: invalid escape sequence '['
"clusterMethod needs to be one of the following: ['averaging', 'k_means', "
test\test_assert_raises.py:147: 10 warnings
C:\Programming\tsam\test\test_assert_raises.py:147: SyntaxWarning: invalid escape sequence '['
"extremePeriodMethod needs to be one of the following: ['None', 'append', "
When running the test of tsam I get the following warnings associated with escape sequences:
It occurs on python 3.9 with numpy 2.0.2 but not on python 3.12
The text was updated successfully, but these errors were encountered: