[cleanup] add @staticmethod, some other stuff

This commit is contained in:
2018-07-17 14:45:51 +02:00
parent d151cdbc6d
commit 415af11f63
9 changed files with 64 additions and 40 deletions
+2 -1
View File
@@ -506,7 +506,8 @@ class PDFstatistics(object):
return rlist
def writeThetaToFile(self, array, out_dir):
@staticmethod
def writeThetaToFile(array, out_dir):
"""
Method to write array like data to file. Useful since acquiring can take
serious amount of time when dealing with large databases.