heat: rename test -> granul experiment
This commit is contained in:
parent
29d7245135
commit
c1efba1e65
@ -64,7 +64,7 @@
|
||||
};
|
||||
|
||||
heat = {
|
||||
test = callPackage ./heat/test.nix { };
|
||||
granul = callPackage ./heat/granul.nix { };
|
||||
};
|
||||
|
||||
bigsort = rec {
|
||||
|
@ -45,7 +45,7 @@ in
|
||||
};
|
||||
|
||||
heat = with exp.heat; {
|
||||
test = stdPlot ./heat/test.R [ test ];
|
||||
granul = stdPlot ./heat/granul.R [ granul ];
|
||||
};
|
||||
|
||||
creams = with exp.creams; {
|
||||
|
Loading…
Reference in New Issue
Block a user