Skip to content

Commit

Permalink
Add meta rename for prior run
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 12, 2024
1 parent c43b8d8 commit 5303c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reV/bespoke/bespoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -2033,6 +2033,7 @@ def _parse_prior_run(prior_run):
if isinstance(val, str) and val[0] == "[" and val[-1] == "]":
meta[col] = meta[col].apply(json.loads)

meta = meta.rename(columns=SupplyCurveField.map_from_legacy())
return meta

def _get_prior_meta(self, gid):
Expand Down

0 comments on commit 5303c59

Please sign in to comment.