edickie / ciftify

The tools of the Human Connectome Project (HCP) adapted for working with non-HCP datasets
https://edickie.github.io/ciftify/
MIT License
116 stars 157 forks source link

[FIX] Update syntax to fix deprication warnings #156

Closed DESm1th closed 3 years ago

DESm1th commented 3 years ago

This removes some syntax that has become out of date since the retirement of python2 and fixes all the deprication warnings (including the ones mentioned in this issue: https://github.com/edickie/ciftify/issues/149)

DESm1th commented 3 years ago

I just noticed that issue found a syntax error I missed (only seems to show up for 3.9). I'll fix that one in another PR later and add a test suite for 3.9. This one will fix every issue for 3.5 - 3.8 for now