Skip to content

Commit

Permalink
fixed another bug (showing decimals for mean)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabu00002 committed May 13, 2024
1 parent 7849e83 commit da4475f
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 99 deletions.
3 changes: 2 additions & 1 deletion kinfraglib/filters/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def make_hists(
round(
statistics.mean(
fragment_library[keys[subpocket_num]][colname]
)
),
ndigits=2,
)
), # noqa: E501
)
Expand Down
Loading

0 comments on commit da4475f

Please sign in to comment.