Skip to content

Commit

Permalink
changed path to computed tensors (was the cluster folder -- now the a…
Browse files Browse the repository at this point in the history
…ctual folder)
  • Loading branch information
highlando committed Jan 17, 2023
1 parent 53fa04a commit 09212e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kolmogorov-metrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def compmaxdiff(xl, cdfxl, tx, tcdfx, intpoints=2000):
for pltadd, dst in enumerate(dstl):

Nndstr = f'N12nu{nua:.2e}--{nub:.2e}' + dst
dataprfx = 'mh-data/cached-data/' + Nndstr
dataprfx = 'cached-data/' + Nndstr

ccdfdct = dict(nua=nua, nub=nub, pcedim=5, dst=dst, nsample=smplsforcdf)

Expand Down

0 comments on commit 09212e5

Please sign in to comment.