Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
locklost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Benjamin Mannix
locklost
Commits
5fb9df1c
Commit
5fb9df1c
authored
3 years ago
by
Camilla Compton
Browse files
Options
Downloads
Patches
Plain Diff
temporary remove ZM1 ZM2 channels from saturations so test doesn't fail
parent
9e37d511
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
locklost/plugins/saturations.py
+3
-1
3 additions, 1 deletion
locklost/plugins/saturations.py
with
3 additions
and
1 deletion
locklost/plugins/saturations.py
+
3
−
1
View file @
5fb9df1c
...
@@ -226,7 +226,9 @@ def gen_channel_names():
...
@@ -226,7 +226,9 @@ def gen_channel_names():
corners
=
[
'
UL
'
,
'
UR
'
,
'
LL
'
,
'
LR
'
]
corners
=
[
'
UL
'
,
'
UR
'
,
'
LL
'
,
'
LR
'
]
triples
=
[
'
MC1
'
,
'
MC2
'
,
'
MC3
'
,
'
PRM
'
,
'
PR2
'
,
'
PR3
'
,
'
SRM
'
,
'
SR2
'
,
'
SR3
'
]
triples
=
[
'
MC1
'
,
'
MC2
'
,
'
MC3
'
,
'
PRM
'
,
'
PR2
'
,
'
PR3
'
,
'
SRM
'
,
'
SR2
'
,
'
SR3
'
]
sixteen_bit
=
[
'
ZM1
'
,
'
ZM2
'
,
'
RM1
'
,
'
RM2
'
,
'
OM1
'
,
'
OM2
'
,
'
OM3
'
]
#sixteen_bit = ['ZM1', 'ZM2', 'RM1', 'RM2', 'OM1', 'OM2', 'OM3']
# removed ZM1 ZM2 temporarily while these SUS are unplugged at LLO - 4Feb2022
sixteen_bit
=
[
'
RM1
'
,
'
RM2
'
,
'
OM1
'
,
'
OM2
'
,
'
OM3
'
]
triple_stages
=
[
'
M2
'
,
'
M3
'
]
# Only the lower stages, top handled separately
triple_stages
=
[
'
M2
'
,
'
M3
'
]
# Only the lower stages, top handled separately
triple_top_corners
=
[
'
T1
'
,
'
T2
'
,
'
T3
'
,
'
LF
'
,
'
RT
'
,
'
SD
'
]
triple_top_corners
=
[
'
T1
'
,
'
T2
'
,
'
T3
'
,
'
LF
'
,
'
RT
'
,
'
SD
'
]
quads
=
[
'
ETMX
'
,
'
ETMY
'
,
'
ITMX
'
,
'
ITMY
'
]
quads
=
[
'
ETMX
'
,
'
ETMY
'
,
'
ITMX
'
,
'
ITMY
'
]
...
...
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