Skip to content

Commit

Permalink
make fret config optional for bursts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 22, 2024
1 parent e6fb85a commit 63c9136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dont_fret/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class Bursts:
burst_data: pl.DataFrame
photon_data: pl.DataFrame
metadata: Optional[dict] = None
cfg: DontFRETConfig = cfg
cfg: Optional[DontFRETConfig] = None

@classmethod
def from_photons(
Expand Down

0 comments on commit 63c9136

Please sign in to comment.