Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NREL/altrios into fix/97-allow-bel-…
Browse files Browse the repository at this point in the history
…trace-miss
  • Loading branch information
calbaker committed Nov 15, 2024
2 parents 58e7cc1 + b65fee3 commit 6984295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/altrios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def to_pydict(self, flatten: bool=True) -> Dict:
else:
return next(iter(pd.json_normalize(pydict, sep=".").to_dict(orient='records')))


@classmethod
def from_pydict(cls, pydict: Dict) -> Self:
"""
Expand Down

0 comments on commit 6984295

Please sign in to comment.