Skip to content

Commit

Permalink
Update AdaSTEM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang authored Oct 14, 2024
1 parent e166ab2 commit 32f80a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stemflow/model/AdaSTEM.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def __init__(
self.subset_x_names = subset_x_names
self.sample_weights_for_classifier = sample_weights_for_classifier

# 6. Multi-threading params (not implemented yet)
# 6. Multi-processing params
njobs = check_transform_njobs(self, njobs)
self.njobs = njobs

Expand Down

0 comments on commit 32f80a7

Please sign in to comment.