Skip to content

Commit

Permalink
* target-runner-c: Handle rejection.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Feb 27, 2024
1 parent 26f4720 commit 29692e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/examples/target-runner-c/parameters.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
p_int "--p-int " i (1,100)
p_real "--p-real " r (1, 2)
## Uncomment these lines to simulate rejection
# reject "--reject " c (0, 1)
# reject_rate "--reject " c (0.25)

0 comments on commit 29692e4

Please sign in to comment.