Skip to content

Commit

Permalink
add energy intensity in utsp
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Nov 13, 2024
1 parent 2349154 commit 9520e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hisim/components/loadprofilegenerator_utsp_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def build(self):
for list_index, list_item in enumerate(self.list_of_file_exists_and_cache_files):
file_exists = list_item[0]
cache_filepath = list_item[1]
print("lpg cache file", cache_filepath)
log.information("Lpg cache filepath " + cache_filepath)

# a cache file exists
if file_exists:
Expand Down

0 comments on commit 9520e8e

Please sign in to comment.