tum-ens / HAMLET

HAMLET: Hierarchical Agent-based Markets for Local Energy Trading
GNU General Public License v3.0
4 stars 2 forks source link

Error in the executor #59

Closed MysteriousStudent closed 6 months ago

MysteriousStudent commented 10 months ago

Agents with only inflexible load will get in the executor this error message in the executor : (hope this is not only for me the case) File "C:\Users\claud\PycharmProjects\HAMLET-develop\hamlet\executor\utilities\database\database.py", line 195, in get_bids_offers bids_offers_table = self.filter_market_data(market=bids_offers_table, by=by, values=values, inclusive=True) File "C:\Users\claud\PycharmProjects\HAMLET-develop\hamlet\executor\utilities\database\database.py", line 288, in filter_market_data dtype = datetime_index.dtypes[0] File "C:\Users\claud\anaconda3\envs\hamlet\lib\site-packages\polars\lazyframe\frame.py", line 672, in dtypes return self._ldf.dtypes() exceptions.ColumnNotFoundError: timestep

TUM-Doepfert commented 10 months ago

Could you save the scenario in our S&S folder under 02-Data? Then I can have a closer look at it.

TUM-Doepfert commented 9 months ago

I could not run the scenario as it already relies on your code adjustments. I will only be able to check it, once your code has been implemented. Please check with the updated code.

TUM-Doepfert commented 6 months ago

Issue moved to gitlab