Skip to content

Commit 480ed83

Browse files
authored
Merge pull request #21683 from aabadie/emlearn_cleanup
tests/pkg/emlearn: fix wrong model header file name in README
2 parents e49b7fd + fb61483 commit 480ed83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/pkg/emlearn/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ The application comes with 3 Python scripts:
3535
$ ./train_model.py
3636
```
3737
will just train the model.
38-
- `generate_model.py` is used to generate the `sonar.h` header file from the
39-
`model` binary file. The script is called automatically by the build system
40-
when the `model` binary file is updated.
38+
- `generate_model.py` is used to generate the `model.h` header file from the
39+
`model` binary file.

0 commit comments

Comments
 (0)