Replace itertools.izip() with zip() for Python3 compatibility.
This is not a performance issue for the instances replaced because each instance is expected to iterate over zipped lists of < ~20 references to numpy arrays.
Showing
Please register or sign in to comment