heat: rename test -> granul experiment
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user