Skip to content

Commit

Permalink
disabled HPC options for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nshoman committed Feb 27, 2024
1 parent 9119e40 commit c4983b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MAPIT/GUI/MAPIT_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ def launch_master_window(self):
self.HPC_opts = QtWidgets.QAction("High performance options",self)
menu.addAction(self.HPC_opts)
self.HPC_opts.triggered.connect(self.RunHPCDlg)
self.HPC_opts.setEnabled(0)

redoExempPath = QtWidgets.QAction("Load exemplar data",self)
menu.addAction(redoExempPath)
Expand Down

0 comments on commit c4983b2

Please sign in to comment.