You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File "/home/almara/anaconda3/envs/disvis/lib/python3.10/site-packages/disvis-2.0.0-py3.10-linux-x86_64.egg/disvis/IO/mrc.py", line 84
self._header['xstart'] = raw_header[49]
TabError: inconsistent use of tabs and spaces in indentation
File "/home/almara/anaconda3/envs/disvis/lib/python3.10/site-packages/disvis-2.0.0-py3.10-linux-x86_64.egg/disvis/IO/mrc.py", line 157
else:
TabError: inconsistent use of tabs and spaces in indentation
The identations of lines 84-86 as well as 157-158 in the file disvis/IO/mrc.py are different to the rest of the file.