From b2c1f950f8e081c3c59b6e51fc87164d85076a59 Mon Sep 17 00:00:00 2001 From: Mackenzie Grimes - NOAA Affiliate Date: Mon, 10 Feb 2025 16:12:33 -0700 Subject: [PATCH] fix risk_processor event_portfolio_percentiles.json --- .../event_portfolio_percentiles.json | 48 ++++++++++++++++++- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/python/idsse/testing/risk_processor/percentiles/event_portfolio_percentiles.json b/python/idsse/testing/risk_processor/percentiles/event_portfolio_percentiles.json index bcf6dab..4f8b656 100644 --- a/python/idsse/testing/risk_processor/percentiles/event_portfolio_percentiles.json +++ b/python/idsse/testing/risk_processor/percentiles/event_portfolio_percentiles.json @@ -54,7 +54,7 @@ }, "riskResults": [ { - "evaluatedAt": "2025-02-07T21:03:03.610Z", + "evaluatedAt": "2025-02-10T23:09:57.599Z", "conditionKey": "Binghamton, Snow", "productKey": "NBM CONUS", "region": "CONUS", @@ -96,6 +96,18 @@ "geoDist": [{ "-1.0": 7 }, { "-1.0": 7 }, { "-1.0": 7 }], "dataType": "dtrm" }, + { + "name": "A", + "type": "criteria", + "validDt": [ + "2025-01-28T13:00:00.000Z", + "2025-01-28T14:00:00.000Z", + "2025-01-28T15:00:00.000Z" + ], + "singleValue": [-1.0, -1.0, -1.0], + "geoDist": [{ "-1.0": 7 }, { "-1.0": 7 }, { "-1.0": 7 }], + "dataType": "prctl_p010" + }, { "name": "A", "type": "criteria", @@ -124,6 +136,18 @@ "geoDist": [{ "0.0": 7 }, { "0.0": 7 }, { "0.0": 7 }], "dataType": "dtrm" }, + { + "name": "A", + "type": "raw", + "validDt": [ + "2025-01-28T13:00:00.000Z", + "2025-01-28T14:00:00.000Z", + "2025-01-28T15:00:00.000Z" + ], + "singleValue": [0.0, 0.0, 0.0], + "geoDist": [{ "0.0": 7 }, { "0.0": 7 }, { "0.0": 7 }], + "dataType": "prctl_p010" + }, { "name": "A", "type": "raw", @@ -213,6 +237,26 @@ } ] }, + { + "name": "A", + "type": "criteria", + "dataType": "prctl_p010", + "proximalThresh": -0.5, + "states": [ + { + "durationInMin": 120, + "min": -1.0, + "minAt": "2025-01-28T13:00:00.000Z", + "max": -1.0, + "startDt": "2025-01-28T13:00:00.000Z", + "endDt": "2025-01-28T15:00:00.000Z", + "maxAt": "2025-01-28T13:00:00.000Z", + "empirical": "MISS", + "geographical": "HIT", + "temporal": "HIT" + } + ] + }, { "name": "A", "type": "criteria", @@ -260,4 +304,4 @@ ] } ] -} +} \ No newline at end of file