Skip to content

Commit

Permalink
Enable PLA in analysis_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Sep 18, 2023
1 parent 0b3e947 commit 50eb4c7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"model_supplier_id": "OasisLMF",
"gul_threshold": 0,
"gul_output": true,
"pla": true,
"model_settings": {
"event_set": "p",
"event_occurrence_id": "lt"
Expand Down
1 change: 1 addition & 0 deletions tests/ci/ALL_output_analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"model_name_id": "PiWind",
"model_supplier_id": "OasisLMF",
"number_of_samples": 1,
"pla": true,
"gul_threshold": 0,
"gul_output": true,
"model_settings": {
Expand Down
1 change: 1 addition & 0 deletions tests/ci/FM_analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"source_tag": "piwind",
"analysis_tag": "FM_integration_test",
"exposure_location": "L:",
"pla": true,
"gul_output": true,
"gul_summaries": [
{
Expand Down
1 change: 1 addition & 0 deletions tests/ci/GUL_analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"source_tag": "piwind",
"analysis_tag": "GUL_integration_test",
"exposure_location": "L:",
"pla": true,
"gul_output": true,
"gul_summaries": [
{
Expand Down
1 change: 1 addition & 0 deletions tests/ci/ORD_csv_analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"model_name_id": "PiWind",
"model_supplier_id": "OasisLMF",
"number_of_samples": 10,
"pla": true,
"gul_threshold": 0,
"gul_output": true,
"model_settings": {
Expand Down
1 change: 1 addition & 0 deletions tests/ci/ORD_parquet_analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"model_name_id": "PiWind",
"model_supplier_id": "OasisLMF",
"number_of_samples": 10,
"pla": true,
"gul_threshold": 0,
"gul_output": true,
"model_settings": {
Expand Down
1 change: 1 addition & 0 deletions tests/ci/RI_analysis_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"source_tag": "piwind",
"analysis_tag": "RI_integration_test",
"exposure_location": "L:",
"pla": true,
"gul_output": true,
"gul_summaries": [
{
Expand Down

0 comments on commit 50eb4c7

Please sign in to comment.