OpenPTV / postptv

Post processing routines for analysing PTV data.
GNU General Public License v3.0
14 stars 13 forks source link

izip used in scene.py but not compatible with Python 3.x #44

Open StefWouters1 opened 1 year ago

StefWouters1 commented 1 year ago

In scene.py it.izip is used in line 34 and 457. This should be changed from "it.izip()" to just "zip()" to be compatible with python 3.x