Skip to content

Commit 3bf4011

Browse files
fix nested dichotomous initial values; related to USEPA/BMDS#94 (#91)
1 parent a2eb149 commit 3bf4011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/data/db.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10918,7 +10918,7 @@
1091810918
stdev: 0.0
1091910919
max_value: 18.0
1092010920
min_value: 1.0
10921-
initial_value: 0.0
10921+
initial_value: 1.0
1092210922
- name: phi
1092310923
type: 0
1092410924
stdev: 0.0
@@ -11578,7 +11578,7 @@
1157811578
stdev: 0.0
1157911579
max_value: 18.0
1158011580
min_value: 1.0
11581-
initial_value: 0.0
11581+
initial_value: 1.0
1158211582
- name: phi
1158311583
type: 0
1158411584
stdev: 0.0
@@ -12238,7 +12238,7 @@
1223812238
stdev: 0.0
1223912239
max_value: 18.0
1224012240
min_value: 1.0
12241-
initial_value: 0.0
12241+
initial_value: 1.0
1224212242
- name: phi
1224312243
type: 0
1224412244
stdev: 0.0
@@ -12898,7 +12898,7 @@
1289812898
stdev: 0.0
1289912899
max_value: 18.0
1290012900
min_value: 1.0
12901-
initial_value: 0.0
12901+
initial_value: 1.0
1290212902
- name: phi
1290312903
type: 0
1290412904
stdev: 0.0

0 commit comments

Comments
 (0)