Skip to content

Commit

Permalink
bug with opening gui3d
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Feb 16, 2024
1 parent 49771df commit 54b14fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cellpose/gui/gui3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
except:
MATPLOTLIB = False


def avg3d(C):
""" smooth value of c across nearby points
(c is center of grid directly below point)
Expand Down Expand Up @@ -105,7 +104,7 @@ def run(image=None):
app_icon.addFile(icon_path, QtCore.QSize(256, 256))
app.setWindowIcon(app_icon)
app.setStyle("Fusion")
app.setPalette(guiparts_old.DarkPalette())
app.setPalette(guiparts.DarkPalette())
#app.setStyleSheet("QLineEdit { color: yellow }")

# models.download_model_weights() # does not exist
Expand Down

0 comments on commit 54b14fe

Please sign in to comment.