Skip to content

Commit

Permalink
Change column name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
edenjenzohar committed Aug 25, 2024
1 parent d98ebe1 commit 870522b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gene_benchmark/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def summary(self, short=True):
summary_dict["missing_entities"] = ",".join(
[str(v) for v in self.missing_entities]
)
summary_dict["num_of_missing_entities"] = len(self.missing_entities)
summary_dict["num_missing_entities"] = len(self.missing_entities)
summary_dict["allow_missing"] = self.allow_missing
summary_dict["randomize_missing"] = self.randomize_missing
return summary_dict
Expand Down

0 comments on commit 870522b

Please sign in to comment.