Skip to content

Commit a7e1a48

Browse files
committed
har_trees: Fix wrong dataset used by default
1 parent f317279 commit a7e1a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/har_trees/har_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def main():
6565
model = emlearn_trees.new(10, 1000, 10)
6666

6767
dataset = 'har_uci'
68-
dataset = 'har_exercise_1'
68+
#dataset = 'har_exercise_1'
6969

7070
model_path = f'{dataset}_trees.csv'
7171

0 commit comments

Comments
 (0)