We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f945f commit e015fceCopy full SHA for e015fce
tests/baseline/tsfresh_features_test.py
@@ -46,7 +46,7 @@
46
TSFRESH_BASELINE_VERSION = TSFRESH_BASELINE_VERSION.rsplit('+', 1)[0]
47
48
# Directly declared every version hardcoded
49
-TSFRESH_BASELINE_VERSION = '0.20.3-skyline'
+TSFRESH_BASELINE_VERSION = '0.20.3'
50
51
# IO stuff, getting directories to read and to write
52
baseline_dir = os.path.dirname(os.path.realpath(__file__))
0 commit comments