In order to get a value for Daily Latest MAE All GSPs from the metric_value table in the database, the MetricValue class in the datamodel needed the location field to be updated with None instead of ....
This has been updated.
Fixes # => As this is a quick fix, I didn't make an issue for this.
Pull Request
Description
In order to get a value for
Daily Latest MAE All GSPs
from themetric_value
table in the database, theMetricValue
class in the datamodel needed thelocation
field to be updated withNone
instead of...
.This has been updated.
Fixes # => As this is a quick fix, I didn't make an issue for this.
How Has This Been Tested?
I ran the Docker tests and they passed.
Checklist: