rdevon / cortex_old

Cortex - Deep learning tools for neuroimaging
GNU General Public License v3.0
31 stars 11 forks source link

Python 3.5 compatibility #12

Closed rfarouni closed 7 years ago

rfarouni commented 7 years ago

Is the code compatible with Python 2 and 3? I tried adding the following lines to the beginning of the files, but that didn't help

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
rdevon commented 7 years ago

It should be compatible with Python 2.7

On September 4, 2016 at 3:06:10 PM, Rick Farouni (notifications@github.com) wrote:

Is the code compatible with Python 2 and 3? I tried adding the following lines to the beginning of the files, but that didn't help

from future import absolute_import from future import division from future import print_function — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.