Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JBjoernskov committed Jun 13, 2024
1 parent 607fb75 commit 809a5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
twin4build is a python package which aims to provide a flexible and automated framework for dynamic modelling of indoor climate and energy consumption in buildings. It leverages the [SAREF core](https://saref.etsi.org/core/) ontology and its extensions [SAREF4BLDG](https://saref.etsi.org/saref4bldg/) and [SAREF4SYST](https://saref.etsi.org/saref4syst/).

This is a work-in-progress library and the functionality is therefore updated regularly.
More information on the use of the framework and code examples are coming in the near future!
More information on the use of the package, code examples, and detailed documentation is planned for the fall 2024.

<p float="left">
<img src="https://user-images.githubusercontent.com/74002963/231081820-0049b8ab-2d28-4eb9-98dc-f7d7ef039ef8.png" width="800">
Expand Down
2 changes: 1 addition & 1 deletion twin4build/api/codes/ml_layer/request_to_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def request_to_simulator_api(self,start_time,end_time,time_with_warmup,forecast)
else:
table_to_add_data = self.forecast_table_to_add_data

# self.db_handler.add_data(table_to_add_data,inputs=input_list_data)
self.db_handler.add_data(table_to_add_data,inputs=input_list_data)

logger.info("[request_class]: data from the reponse is added to the database in table")
else:
Expand Down

0 comments on commit 809a5cf

Please sign in to comment.