Skip to content

Commit

Permalink
Merge pull request #201 from NREL/v1.3.3
Browse files Browse the repository at this point in the history
V1.3.3: Additional bug fixes
  • Loading branch information
rjhanes authored May 13, 2024
2 parents 2969eeb + 9a8f19d commit 1bc7474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celavi/compute_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def capacity_projections(self):
_new_facility_locs = _new_facility_id[
['facility_id', 'region_id_2']
].merge(
self.locs.loc[self.locs.facility_type == 'power plant'].groupby(
self.locs.groupby(
by='region_id_2'
).mean(
['lat','long']
Expand Down

0 comments on commit 1bc7474

Please sign in to comment.