Skip to content

Commit

Permalink
Latest zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Sep 13, 2024
1 parent 683dfc3 commit e38da9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/covariances.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
true_msd = np.load(paths.data / f"random_walks/numerical/rw_{jump}_{atoms}_{length}_s4096.npz")["data"]
true_cov = np.cov(true_msd[:, 1:length].T)

kinisi_data = np.load(paths.data / f"random_walks/kinisi/rw_{jump}_{atoms}_{length}_s512.npz")
kinisi_data = np.load(paths.data / f"random_walks/kinisi/rw_{jump}_{atoms}_{length}_s4096.npz")

kinisi_cov = kinisi_data["covariance"].mean(0)
no = (kinisi_data["n_o"]).mean(0)
Expand Down
2 changes: 1 addition & 1 deletion zenodo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cache:
main:
sandbox: 10.5072/zenodo.109141
sandbox: 10.5072/zenodo.109256

0 comments on commit e38da9e

Please sign in to comment.