Skip to content

Commit

Permalink
Update classification
Browse files Browse the repository at this point in the history
  • Loading branch information
Xxxuan11 committed Mar 21, 2024
1 parent d550035 commit bb679cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/identity_disorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def classify(dataset):
stu_type=identity_type(cif_file)
if stu_type == "order":
order_data.append(cif_file)
if stu_type == "sd" or stu_type == "order":
if stu_type == "sd" or stu_type == "pd":
dis_data.append(cif_file)
return order_data,dis_data

Expand Down

0 comments on commit bb679cc

Please sign in to comment.