Skip to content

Commit

Permalink
Temporary fix for error posting results to dashboard
Browse files Browse the repository at this point in the history
This change will send an empty json object associated with the
forecastParameters attribute of the results payload.

ref ibpsa/project1-boptest#548
  • Loading branch information
kbenne committed Jun 16, 2023
1 parent f1c55ff commit 717d2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boptest/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ def post_results_to_dashboard(self, api_key, tags, unit_test=False):
"account": {
"apiKey": api_key
},
"forecastParameters": {},
"tags": tags,
"kpis": self.get_kpis()[2],
"scenario": self.add_forecast_uncertainty(self.keys_to_camel_case(self.get_scenario()[2])),
Expand Down

0 comments on commit 717d2a4

Please sign in to comment.