Skip to content

Commit

Permalink
Update src/decaylanguage/decay/decay.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Nov 28, 2023
1 parent 0a7acc3 commit d84925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decaylanguage/decay/decay.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def __init__(
"""
self.bf = bf
if daughters is None and "fs" in info:
self.daughters = DaughtersDict(info.pop("fs"))
daughters = info.pop("fs")
self.daughters = DaughtersDict(daughters)

self.metadata: dict[str, str | None] = {"model": "", "model_params": ""}
Expand Down

0 comments on commit d84925e

Please sign in to comment.