X-Git-Url: https://code.communitydata.science/cdsc_reddit.git/blobdiff_plain/7b14db67de8650e4858d3f102fbeab813a30ee29..b7c39a3494ce214f315fd7e3bb0bf99bc58070d1:/clustering/grid_sweep.py diff --git a/clustering/grid_sweep.py b/clustering/grid_sweep.py index 636dcbc..c0365d0 100644 --- a/clustering/grid_sweep.py +++ b/clustering/grid_sweep.py @@ -7,6 +7,7 @@ class grid_sweep: def __init__(self, jobtype, inpath, outpath, namer, *args): self.jobtype = jobtype self.namer = namer + print(*args) grid = list(product(*args)) inpath = Path(inpath) outpath = Path(outpath)