Lasagne / Recipes

Lasagne recipes: examples, IPython notebooks, ...
MIT License
914 stars 418 forks source link

changes make code python-3 compatible #106

Closed maxi1192 closed 7 years ago

maxi1192 commented 7 years ago

index on return of map function throws error on python3 -> cast map function returns to list

Closes #105.

f0k commented 7 years ago

Thank you! This should probably be a list comprehension instead, but it's just a Recipe. Merging!