osu: add figures using the fast generators

This commit is contained in:
2021-03-01 12:19:10 +01:00
parent 1d015c7e1e
commit 4ffb609261
5 changed files with 72 additions and 45 deletions

View File

@@ -106,7 +106,6 @@
# Post processing
pp = {
store = callPackage ./pp/store.nix { };
osu-latency = callPackage ./pp/osu-latency.nix { };
rPlot = callPackage ./pp/rplot.nix { };
mergeDatasets = callPackage ./pp/merge.nix { };
};