From 79cb99c937c36ace06428bfe26687b0f7a57ae66 Mon Sep 17 00:00:00 2001 From: Sam Gamble Date: Wed, 13 Sep 2023 11:45:13 +0100 Subject: [PATCH] Remove analysis_settings.json from expected files --- .../all_outputs/output/analysis_settings.json | 136 ------------------ 1 file changed, 136 deletions(-) delete mode 100644 tests/ci/expected/all_outputs/output/analysis_settings.json diff --git a/tests/ci/expected/all_outputs/output/analysis_settings.json b/tests/ci/expected/all_outputs/output/analysis_settings.json deleted file mode 100644 index a62d8f0e..00000000 --- a/tests/ci/expected/all_outputs/output/analysis_settings.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "version": "3", - "analysis_tag": "ALL_outputs_tests", - "source_tag": "MDK", - "model_name_id": "PiWind", - "model_supplier_id": "OasisLMF", - "number_of_samples": 1, - "gul_threshold": 0, - "gul_output": true, - "model_settings": { - "event_set": "p", - "event_occurrence_id": "lt" - }, - "gul_summaries": [ - { - "id": 1, - "ord_output": { - "plt_sample": true, - "plt_quantile": true, - "plt_moment": true, - "elt_sample": true, - "elt_quantile": true, - "elt_moment": true, - "alt_period": true, - "ept_full_uncertainty_aep": true, - "ept_full_uncertainty_oep": true, - "ept_mean_sample_aep": true, - "ept_mean_sample_oep": true, - "ept_per_sample_mean_aep": true, - "ept_per_sample_mean_oep": true, - "psept_aep": true, - "psept_oep": true, - "parquet_format": true, - "return_period_file": true - }, - "summarycalc": true, - "eltcalc": true, - "aalcalc": true, - "pltcalc": true, - "lec_output": true, - "leccalc": { - "return_period_file": true, - "full_uncertainty_aep": true, - "full_uncertainty_oep": true, - "wheatsheaf_aep": true, - "wheatsheaf_oep": true, - "wheatsheaf_mean_aep": true, - "wheatsheaf_mean_oep": true, - "sample_mean_aep": true, - "sample_mean_oep": true - } - } - ], - "il_output": true, - "il_summaries": [ - { - "id": 1, - "ord_output": { - "plt_sample": true, - "plt_quantile": true, - "plt_moment": true, - "elt_sample": true, - "elt_quantile": true, - "elt_moment": true, - "alt_period": true, - "ept_full_uncertainty_aep": true, - "ept_full_uncertainty_oep": true, - "ept_mean_sample_aep": true, - "ept_mean_sample_oep": true, - "ept_per_sample_mean_aep": true, - "ept_per_sample_mean_oep": true, - "psept_aep": true, - "psept_oep": true, - "parquet_format": true, - "return_period_file": true - }, - "summarycalc": true, - "eltcalc": true, - "aalcalc": true, - "pltcalc": true, - "lec_output": true, - "leccalc": { - "return_period_file": true, - "full_uncertainty_aep": true, - "full_uncertainty_oep": true, - "wheatsheaf_aep": true, - "wheatsheaf_oep": true, - "wheatsheaf_mean_aep": true, - "wheatsheaf_mean_oep": true, - "sample_mean_aep": true, - "sample_mean_oep": true - } - } - ], - "ri_output": true, - "ri_summaries": [ - { - "id": 1, - "ord_output": { - "plt_sample": true, - "plt_quantile": true, - "plt_moment": true, - "elt_sample": true, - "elt_quantile": true, - "elt_moment": true, - "alt_period": true, - "ept_full_uncertainty_aep": true, - "ept_full_uncertainty_oep": true, - "ept_mean_sample_aep": true, - "ept_mean_sample_oep": true, - "ept_per_sample_mean_aep": true, - "ept_per_sample_mean_oep": true, - "psept_aep": true, - "psept_oep": true, - "parquet_format": true, - "return_period_file": true - }, - "summarycalc": true, - "eltcalc": true, - "aalcalc": true, - "pltcalc": true, - "lec_output": true, - "leccalc": { - "return_period_file": true, - "full_uncertainty_aep": true, - "full_uncertainty_oep": true, - "wheatsheaf_aep": true, - "wheatsheaf_oep": true, - "wheatsheaf_mean_aep": true, - "wheatsheaf_mean_oep": true, - "sample_mean_aep": true, - "sample_mean_oep": true - } - } - ] -} \ No newline at end of file