Remove garlic.ds attribute

Datasets are now handled directly when creating the figures, via the
timetable attribute.
This commit is contained in:
2021-02-03 15:31:19 +01:00
parent b65a442cb0
commit d4dfbb7501
3 changed files with 0 additions and 45 deletions

View File

@@ -130,9 +130,6 @@
# Experiments
exp = callPackage ./exp/index.nix { };
# Datasets used in the figures
ds = callPackage ./ds/index.nix { };
# Figures generated from the experiments
fig = callPackage ./fig/index.nix { };