Skip to content

Commit

Permalink
add note about #3
Browse files Browse the repository at this point in the history
  • Loading branch information
LBlend committed Mar 21, 2022
1 parent c342b5f commit dc933aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ todo™️
--training Run the application in training mode. This will enter all datapoints into a
separate database table used for training the model when running in production.
```

### A note about CLI arguments

There's a known issue about the `--threshold` argument where inputing negative numbers are not properly supported. In order to mitigate this, you need to use the following syntax

```
spuristo --threshold=-75
```

This is detailed in issue #3

0 comments on commit dc933aa

Please sign in to comment.