heat: rename test -> granul experiment

This commit is contained in:
Rodrigo Arias 2021-03-05 18:28:32 +01:00
parent 29d7245135
commit c1efba1e65
4 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
}; };
heat = { heat = {
test = callPackage ./heat/test.nix { }; granul = callPackage ./heat/granul.nix { };
}; };
bigsort = rec { bigsort = rec {

View File

@ -45,7 +45,7 @@ in
}; };
heat = with exp.heat; { heat = with exp.heat; {
test = stdPlot ./heat/test.R [ test ]; granul = stdPlot ./heat/granul.R [ granul ];
}; };
creams = with exp.creams; { creams = with exp.creams; {