Move the plot script to R

This commit is contained in:
2020-10-16 15:55:52 +02:00
parent ede25b6736
commit 1bd9cb6c0f
4 changed files with 137 additions and 66 deletions

View File

@@ -295,7 +295,7 @@ let
# Figures generated from the experiments
fig = {
nbody = {
test = callPackage ./garlic/fig/nbody/test.nix {
test = callPackage ./garlic/fig/nbody/test/default.nix {
experiments = [
self.bsc.garlic.exp.nbody.tampi
];