flueke / mvme

mvme - mesytec VME data acquisition
GNU General Public License v3.0
11 stars 7 forks source link

Autogenerated python code from analysis export deprecated #6

Closed wvonseeg closed 1 year ago

wvonseeg commented 1 year ago

The autogenerated python code for sparse events in python_sparse_event.py.mustache is using deprecated Python 2.7 functionality. The Itertools.izip() functionality has been moved to the built-in zip() function. The string formatting should use f-strings as well.