X-Git-Url: https://code.communitydata.science/cdsc_reddit.git/blobdiff_plain/7b14db67de8650e4858d3f102fbeab813a30ee29..7b130a30af863dfa727d80d9fea23648dcc9d5d8:/clustering/grid_sweep.py?ds=inline 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)