We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f82d77 commit 3c58493Copy full SHA for 3c58493
.github/workflows/main.yml
@@ -39,5 +39,5 @@ jobs:
39
- name: Compile & run the example model
40
run: |
41
mingw32-make examples/bernoulli/bernoulli.exe
42
- ./examples/bernoulli/bernoulli.exe sample data file=examples/bernoulli/bernoulli.data.json
+ ./examples/bernoulli/bernoulli.exe sample --data_file examples/bernoulli/bernoulli.data.json
43
shell: powershell
0 commit comments