We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1354c12 commit 422ed3fCopy full SHA for 422ed3f
1 file changed
cellpose/gui/gui.py
@@ -1506,7 +1506,7 @@ def update_plot(self):
1506
self.img.setLevels([0.0, 255.0])
1507
1508
for r in range(3):
1509
- # setValue on the slider triggers update_plot() so it needs to be suppressed
+ # setValue on the slider triggers update_plot() so it needs to be suppressed
1510
slider = self.sliders[r]
1511
with QtCore.QSignalBlocker(slider):
1512
slider.setValue([
@@ -1869,7 +1869,6 @@ def compute_saturation(self, return_img=False):
1869
self.saturation.append(self.saturation[0])
1870
1871
1872
-
1873
def get_model_path(self, custom=False):
1874
if custom:
1875
self.current_model = self.ModelChooseC.currentText()
0 commit comments