Skip to content

Commit 4a80c21

Browse files
committed
Sanitized default OWTs
1 parent 7127225 commit 4a80c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuckoo_time_translator_python/scripts/ctt_introspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from cuckoo_time_translator.tools import *
1212

13-
OwtsDefault = 'ConvexHullOwt(switchTime = 10), KalmanOwt(), ConvexHullOwt(switchTime = 100)'
13+
OwtsDefault = 'KalmanOwt(), ConvexHullOwt(switchTime = 100)'
1414

1515
if __name__ == '__main__':
1616
import argparse

0 commit comments

Comments
 (0)