enthought / enthought/Numpy-Tutorial-SciPyConf-2016
python 3 compatibility
Aperta
- Lingua principale
- Python
- Stelle
- 1
- Fork
- 1
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi, I found a bit of code that would not run in python 3. In exercises\structured_array\structured_array_solution.py line 63, Python 3 returns the zip as a zip object, rather than a list.
I got it to work with: fields = list(zip(log_names, ['f8']*len(log_names)))
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.