Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
typo in user message
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed May 26, 2021
1 parent b46666f commit c99a971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesmerize/viewer/core/organize_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def ome_tiff(path: str) -> dict:
f'mean sampling rate: {mean_sampling_rate:.5f} Hz\n' \
f'standard deviation of sampling rate: {std_sampling_rate:.5f} Hz\n' \
f'maximum deviation from mean sampling rate: {max_dev_sampling_rate:.5f} Hz\n\n' \
f'This message is shown when the max deviation is > 0.1 Hz or the standard deviation is > 0.1 Hz' \
f'This message is shown when the max deviation is > 0.1 Hz or the standard deviation is > 0.01 Hz' \

if QtWidgets.QApplication.instance() is not None:
QtWidgets.QMessageBox.warning(
Expand Down

0 comments on commit c99a971

Please sign in to comment.