Skip to content

Commit c4983b2

Browse files
committed
disabled HPC options for now
1 parent 9119e40 commit c4983b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAPIT/GUI/MAPIT_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ def launch_master_window(self):
799799
self.HPC_opts = QtWidgets.QAction("High performance options",self)
800800
menu.addAction(self.HPC_opts)
801801
self.HPC_opts.triggered.connect(self.RunHPCDlg)
802+
self.HPC_opts.setEnabled(0)
802803

803804
redoExempPath = QtWidgets.QAction("Load exemplar data",self)
804805
menu.addAction(redoExempPath)

0 commit comments

Comments
 (0)