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 Apr 6, 2026. It is now read-only.
The code to parse dat files is not working correctly in a linux environment. I think that the problem is in the following line:
nanonispy/nanonispy/read.py
Line 657 in 129f38a
Instead of split("\r\n") it should be splitlines()