Skip to content

Commit

Permalink
reformat kde.py with blak
Browse files Browse the repository at this point in the history
  • Loading branch information
msarkis-icr committed Nov 27, 2024
1 parent 18ac0d5 commit 6759056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SOPRANO/core/kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,9 @@ def update_statistics(
on_off_key: str, type_key: str, hist_data: _HistogramData
):
if hist_data.is_available:
statistics[on_off_key][type_key] = (
hist_data.estimates.dict_summary()
)
statistics[on_off_key][
type_key
] = hist_data.estimates.dict_summary()

# Update on exonic components
update_statistics(_on_key, _exonic_key, self.on_exonic)
Expand Down

0 comments on commit 6759056

Please sign in to comment.