Converts the read_in_result function to a class method
Compare changes
+ 33
− 28
@@ -37,34 +37,8 @@ def result_file_name(outdir, label):
@@ -156,6 +130,37 @@ class Result(object):
The function remains, but just uses the class method.