Skip to content

Commit

Permalink
Fix minor typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jan 26, 2024
1 parent d96f065 commit d351a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reV/supply_curve/sc_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def __init__(self, excl_fpath, tm_dset, econ_fpath=None,
excl_fpath = "..."
resolution = ...
tm_dset = "..."
with SupplyCurveExtent(excl_fpath, resolution) as sc:
gids = sc.valid_sc_points(tm_dset).tolist()
...
Expand Down

0 comments on commit d351a84

Please sign in to comment.