Skip to content

Commit

Permalink
[FIX] add missing transform setup call
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Feb 2, 2025
1 parent 9815bc0 commit 2cb4130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scportrait/pipeline/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ class based on the previous single-cell extraction. Therefore, only the second a
self.log("Started Featurization")

model = self._load_model()
self._setup_transform()
self._load_dataset()

if partial is True:
Expand Down

0 comments on commit 2cb4130

Please sign in to comment.