Skip to content

Commit

Permalink
make number of threads dependent on system parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Dec 4, 2024
1 parent 9a9952c commit 84055f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changepoynt/algorithms/esst.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def _main():
x += np.random.rand(x.size)

# create the method
esst_recognizer = ESST(960, method='rsvd', parallel=False, use_fast_hankel=True, threads=6)
esst_recognizer = ESST(300, method='rsvd', parallel=False, use_fast_hankel=True)

# compute the score
start = time()
Expand Down

0 comments on commit 84055f3

Please sign in to comment.