Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishi508 committed Jun 23, 2022
1 parent de97883 commit b1ca9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def info(self):
self.info_file.write(f"Gender distribution by subjects ('0': Male, '1': Female)\n")
self.info_file.write(f"--------------------------------------------------------\n\n")
self.info_file.write(f"{self.gender_info_dict}\n\n")
self.info_file.write(f"Age distribution by subjects ('0': CHILD, '1': YOUNG, '2': MIDDLE, '3': OLD)\n")
self.info_file.write(f"Age distribution by subjects ('0': YOUNG, '1': MIDDLE, '2': OLD)\n")
self.info_file.write(f"----------------------------------------------------------------------------\n\n")
self.info_file.write(f"{self.age_info_dict}\n\n")

Expand Down

0 comments on commit b1ca9f6

Please sign in to comment.