Skip to content

Commit a2118bf

Browse files
committed
xor_trees: Fix invalid JSON
1 parent cc4d342 commit a2118bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xor_trees/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"keywords": "machinelearning,randomforest,classification,decisiontree",
99
"urls": [
1010
["./xor_run.py", "xor_run.py"],
11-
["./xor_model.csv", "xor_model.csv"],
11+
["./xor_model.csv", "xor_model.csv"]
1212
],
1313
"deps": [["emlearn", "master"]]
1414
}

0 commit comments

Comments
 (0)