Skip to content

Commit

Permalink
fixing log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgleason committed Jan 23, 2025
1 parent a8f3ffb commit 3bd1976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reV/supply_curve/tech_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def map_resource(self, tm_dset, max_workers=None, points_per_worker=10):

futures = {}
loggers = [__name__, "reV"]
logger.info(f"Kicking off {gid_chunks} resource mapping jobs.")
logger.info(f"Kicking off {len(gid_chunks)} resource mapping jobs.")
with SpawnProcessPool(max_workers=max_workers, loggers=loggers) as exe:
# iterate through split executions, submitting each to worker
for i, gid_set in enumerate(gid_chunks):
Expand Down

0 comments on commit 3bd1976

Please sign in to comment.