Skip to content

Commit 68132fe

Browse files
authored
TOF: change sampling factor (#761)
1 parent 8b16811 commit 68132fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/TOF/tofdigits_multinode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"samplingConditions": [
115115
{
116116
"condition": "random",
117-
"fraction": "1.0",
117+
"fraction": "0.1",
118118
"seed": "1234"
119119
}
120120
],

Modules/TOF/tofraw_multinode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"samplingConditions": [
153153
{
154154
"condition": "random",
155-
"fraction": "1.0",
155+
"fraction": "0.1",
156156
"seed": "1234"
157157
}
158158
],

0 commit comments

Comments
 (0)