Skip to content

Commit

Permalink
Update type_plugins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danrlu authored Sep 10, 2024
1 parent 5a57b27 commit efb7012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def run_type_config(self, config, subsampling):
# Adjust group sizes if we have a lot of samples.
closest_max_sequences = 250
other_max_sequences = 25
if self.num_included_samples >= 200:
if self.num_included_samples >= 250:
closest_max_sequences = self.num_included_samples
other_max_sequences = int(ceil(self.num_included_samples / 4.0))

Expand Down

0 comments on commit efb7012

Please sign in to comment.