Skip to content

Commit

Permalink
minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Orieus committed Sep 12, 2023
1 parent f52cfdf commit 1e2c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ def export_subcorpus(self):
"You must load or create a set of labels first")
return

subcorpus = self.df_dataset[self.df_dataset.prediction == 1]
subcorpus = self.df_dataset[self.df_dataset.PU_prediction == 1]

# Save ids only
path2parquet = (
Expand Down

0 comments on commit 1e2c1e2

Please sign in to comment.