Skip to content

Commit 26f4349

Browse files
author
Robin Duda
committed
pack feats
1 parent d21ae52 commit 26f4349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def start():
7777

7878
def learn(args):
7979
loads, packets = data_import(args.set)
80-
build_model(loads, args.alg, args.feats.split(','), args.set)
80+
build_model(loads, args.alg, [args.feats.split(',')], args.set)
8181

8282

8383
def plot(args):

0 commit comments

Comments
 (0)