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.
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.