Skip to content

Commit 89a2603

Browse files
committed
remove hardcoded name
1 parent 9e68a57 commit 89a2603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaml/tuning_tools/orbit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def post_init(self):
117117
hvElts = []
118118
hvElts.extend(self._hcorr)
119119
hvElts.extend(self._vcorr)
120-
self._hvcorr = MagnetArray("HVCorr", hvElts)
120+
self._hvcorr = MagnetArray("", hvElts)
121121

122122
def attach(self, peer: "ElementHolder") -> Self:
123123
"""

0 commit comments

Comments
 (0)