Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharris committed Nov 15, 2020
1 parent 77ad3a6 commit 26b462d
Show file tree
Hide file tree
Showing 4 changed files with 1,964 additions and 9 deletions.
17 changes: 8 additions & 9 deletions evaluate_hypergeometric_slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@ def main():

# parse the command line

confidence = None
numSlices = 100
useAlternateL = False
maxSketchSize = None
desiredSketchSizes = None
whichSlicer = None
detailsFilename = None
reportProgress = None
debug = []
confidence = None
numSlices = 100
useAlternateL = False
maxSketchSize = None
whichSlicer = None
detailsFilename = None
reportProgress = None
debug = []

for arg in argv[1:]:
if ("=" in arg):
Expand Down
Loading

0 comments on commit 26b462d

Please sign in to comment.