Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tomotools
tomwer
Commits
50847714
Commit
50847714
authored
3 weeks ago
by
Pierre-Olivier Autran
Browse files
Options
Downloads
Patches
Plain Diff
typo in initenvgroup
parent
ef5f35f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tomwer/gui/cluster/slurm.py
+2
-2
2 additions, 2 deletions
src/tomwer/gui/cluster/slurm.py
with
2 additions
and
2 deletions
src/tomwer/gui/cluster/slurm.py
+
2
−
2
View file @
50847714
...
@@ -210,7 +210,7 @@ class SlurmSettingsWidget(qt.QWidget):
...
@@ -210,7 +210,7 @@ class SlurmSettingsWidget(qt.QWidget):
)
)
self
.
_initWarningLabels
()
self
.
_initWarningLabels
()
self
.
_initInputs
(
n_gpu
,
jobLimitation
)
self
.
_initInputs
(
n_gpu
,
jobLimitation
)
self
.
_
e
nvironmentsGroup
()
self
.
_
initE
nvironmentsGroup
()
self
.
_initAdvancedSBatchGroup
()
self
.
_initAdvancedSBatchGroup
()
self
.
_setupDefaults
()
self
.
_setupDefaults
()
self
.
_connectSignals
()
self
.
_connectSignals
()
...
@@ -359,7 +359,7 @@ class SlurmSettingsWidget(qt.QWidget):
...
@@ -359,7 +359,7 @@ class SlurmSettingsWidget(qt.QWidget):
self
.
_dashboardPort
.
setToolTip
(
"
TCP Port for the dashboard
"
)
self
.
_dashboardPort
.
setToolTip
(
"
TCP Port for the dashboard
"
)
layout
.
addWidget
(
self
.
_dashboardPort
,
15
,
1
)
layout
.
addWidget
(
self
.
_dashboardPort
,
15
,
1
)
def
_
e
nvironmentsGroup
(
self
)
->
None
:
def
_
initE
nvironmentsGroup
(
self
)
->
None
:
"""
Initialize the Environments group with radio buttons and their associated QLineEdits below them.
"""
"""
Initialize the Environments group with radio buttons and their associated QLineEdits below them.
"""
layout
=
self
.
layout
()
layout
=
self
.
layout
()
self
.
_environmentsGroup
=
qt
.
QGroupBox
(
"
Environments
"
,
self
)
self
.
_environmentsGroup
=
qt
.
QGroupBox
(
"
Environments
"
,
self
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment