changes on scan

This commit is contained in:
2020-11-18 11:39:26 -03:00
parent adf52e857b
commit 5c2c551c27
7 changed files with 8 additions and 11 deletions

View File

@@ -48,4 +48,4 @@ class pandas:
def txt(self, df, path):
np.savetxt(path, df.values, fmt='%8f', delimiter=' ', \
newline='\n', header='', footer='', comments='# ', encoding=None)
newline='\n', header='', footer='', comments='# ', encoding=None)