Skip to content

Commit

Permalink
Forgot self again
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 committed Apr 10, 2024
1 parent 7141701 commit d6939e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validphys2/src/validphys/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def export_data(self, buffer):
ret = {"data_central": self.central_values.tolist()}
yaml.safe_dump(ret, buffer)

def sort_definitions_by_treatment(definitions, orderkey):
def sort_definitions_by_treatment(self, definitions, orderkey):
sorted_definitions={}
for orderkey in orderkey:
for key in definitions:
Expand Down

0 comments on commit d6939e1

Please sign in to comment.