Account for possible NameError in testMuonTrackConversion.py
While working on !72124 (merged), I spotted a unit test failure in ActsEventCnv_ActsEventCnvMuonTrackTest_ctest
:
Traceback (most recent call last):
File "/var/lib/jenkins/workspace/CI-MERGE-REQUEST-EL9/main/Tracking/Acts/ActsEventCnv/test/testMuonTrackConversion.py", line 96, in <module>
if (acts != trk):
NameError: name 'trk' is not defined
I could not reproduce the failure locally, but I still made an attempt to fix it.
/cc @emoyse (as it relates to !71240 (merged))
Edited by Maciej Pawel Szymanski