Skip to content

Commit fbf770c

Browse files
committed
Fix default for do_disaggregation to true (#169)
1 parent 2f26ff7 commit fbf770c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ods_tools/data/analysis_settings_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"type": "boolean",
534534
"title": "Apply Oasis Disaggregation",
535535
"description": "Set whether to split terms and conditions for aggregate exposure (optional)",
536-
"default": false
536+
"default": true
537537
},
538538
"pla_secondary_factor": {
539539
"type": "number",

ods_tools/data/model_settings_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
"type": "boolean",
703703
"title": "Apply Oasis Disaggregation",
704704
"description": "Set whether to split terms and conditions for aggregate exposure (optional)",
705-
"default": false
705+
"default": true
706706
},
707707
"string_parameters":{
708708
"title":"Single string paramters",

0 commit comments

Comments
 (0)