enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 285 forks source link

Update protein.py #1174

Closed giammi56 closed 1 year ago

giammi56 commented 2 years ago

GzipFile reads files as objects ('rb' mode, text not implemented), therefore the .split() contains a "b" character in front. The solution proposed is decoding the byte into strings.

prabhuramachandran commented 1 year ago

I have made the necessary changes myself. Will fire the builds now.