Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Friedland committed Feb 19, 2019
1 parent 9402317 commit a51d378
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python_bindings/tests/jaccard_comparison.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

for space in bit_jaccard jaccard_sparse; do
set -e

for space in jaccard_sparse; do
for num_elems in 30000 100000 300000 1000000 3000000 10000000 30000000; do
for nbits in 512 20148; do
for nbits in 512 2048; do
python jaccard_comparison.py $space $num_elems $nbits
done
done
Expand Down

0 comments on commit a51d378

Please sign in to comment.