Skip to content

Commit

Permalink
adding another log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgleason committed Jan 23, 2025
1 parent e39fe19 commit a8f3ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reV/supply_curve/tech_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ def initialize_dataset(self, tm_dset, chunks=(128, 128)):
logger.warning(wmsg)
warn(wmsg, FileInputWarning)
else:
logger.info(
f"Initializing tech map dataset {tm_dset} in "
f"{self._excl_fpath}"
)
f.create_dataset(
tm_dset,
shape=self._excl_shape,
Expand Down

0 comments on commit a8f3ffb

Please sign in to comment.