project8 / dripline-python

python implementation of project8/dripline
Other
2 stars 0 forks source link

python 3.x compatibility #1

Closed guiguem closed 5 years ago

guiguem commented 7 years ago

From @laroque on July 24, 2015 17:55

It would be great if we could officially support python 3. Ideally we'll support both or even give up python 2 and just run in 3. Before we can do that there needs to be some pretty extensive testing of all the components. In particular to make sure we're not using list methods on the output of functions that now return generators (eg. the dpph_scan tries to sort(zip(data_list_1, data_list_2)) which fails).

Copied from original issue: project8/dripline#100

wcpettus commented 5 years ago

Resolved, the code runs in python3. Any remaining edge cases should be flagged and patched