aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-25 19:40:16 +0100
committerYann Herklotz <git@yannherklotz.com>2019-10-25 19:40:16 +0100
commit779833f8e1253c150a31541799195a57958adfef (patch)
treebd62bc9c2297a08b772345f96f6774b4268dc46a /examples
parente57b16651684e0f9e9d0a3cd6f81fccd5b8c7cb6 (diff)
downloadverismith-779833f8e1253c150a31541799195a57958adfef.tar.gz
verismith-779833f8e1253c150a31541799195a57958adfef.zip
Update configv0.4.0.1
Diffstat (limited to 'examples')
-rw-r--r--examples/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/config.toml b/examples/config.toml
index 7f030d7..a887bcb 100644
--- a/examples/config.toml
+++ b/examples/config.toml
@@ -1,7 +1,7 @@
[info]
- commit = "d32f4cc45bc8c0670fb788b1fcd4c2f2b15fa094"
- version = "0.3.0.0"
+ commit = "e57b16651684e0f9e9d0a3cd6f81fccd5b8c7cb6"
+ version = "0.4.0.1"
[probability]
expr.binary = 5
@@ -24,8 +24,10 @@
statement.nonblocking = 3
[property]
+ determinism = 1
module.depth = 2
module.max = 5
+ nondeterminism = 0
output.combine = false
sample.method = "random"
sample.size = 10