Skip to content

Commit

Permalink
Use points instead of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum committed Mar 11, 2024
1 parent 9987e2d commit 74314ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1331,8 +1331,9 @@ def _get_test_results(self):
"dateRun": str(datetime.now(tz=pytz.UTC)),
"boptestVersion": self.version,
"controlStep": str(self.get_step()[2]),
"forecastParameters": {}, # for future use to store used parameters?
"measurementParameters": {}, # for future use to store used parameters?
"forecastPoints": {}, # for future use to store used forecast points
"measurementPoints": {}, # for future use to store used measurement points
"inputPoints": {}, # for future use to store used input points
"kpis": self.get_kpis()[2],
"scenario": self.add_forecast_uncertainty(self.keys_to_camel_case(self.get_scenario()[2])),
"buildingType": {
Expand Down

0 comments on commit 74314ea

Please sign in to comment.