Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Aug 3, 2024
1 parent e12b444 commit bfde201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluecast/general_utils/general_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def save_out_of_fold_data(
elif isinstance(y_classes, list):
y_classes = np.asarray(y_classes).astype(int)

y_true = y_true.astype(int)
y_true = y_true.astype(int).flatten()

print("DEBUUUUUUUUUUUUUUUUG MULTICLASS")
print(y_true.shape)
Expand Down

0 comments on commit bfde201

Please sign in to comment.