mckib2 / pygrappa

Python implementations of GRAPPA-like algorithms.
https://pygrappa.readthedocs.io/en/latest/
MIT License
64 stars 13 forks source link

Depreciation warning #62

Closed mckib2 closed 4 years ago

mckib2 commented 4 years ago

It appears that everything calling cgrappa is getting the following the error:

DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead