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
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.
Thanks
A
The text was updated successfully, but these errors were encountered:
Hi,
I got TabErrors:
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.
Thanks
A
The text was updated successfully, but these errors were encountered: