Skip to content

Commit

Permalink
testing limits for batches
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jul 29, 2024
1 parent a67d8b3 commit cbd4bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public final class VectorLoglessPairPDHMM extends LoglessPDPairHMM {

//TODO what should this size be? make this configurable
private final int GKL_COMP_BATCH_SIZE = 1000;
private final int GKL_COMP_BATCH_SIZE = 50;

/**
* Type for implementation of VectorLoglessPairHMM
Expand Down

0 comments on commit cbd4bde

Please sign in to comment.