Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatreide committed Jul 8, 2024
1 parent 707a260 commit ae2e0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protzilla/data_analysis/ptm_quantification/multiflex.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def multiflex_lf(
end = time.time()
message = dict(
level=logging.INFO,
msg=f"Finished with MultiFLEX-LF analysis in {end-start:.1f} seconds.",
msg=f"Finished with MultiFLEX-LF analysis in ~{end-start:.1f} seconds.",
)

return dict(
Expand Down

0 comments on commit ae2e0dd

Please sign in to comment.