Complete rewrite of dataset class, with (all) the necessary updates
This commit is contained in:
@@ -102,9 +102,7 @@ class TestDataFunction(Function):
|
||||
def run(self, data):
|
||||
logger.log('notice', 'Injecting foo test data')
|
||||
x = randn(20,30)
|
||||
axis_0 = ['rows',[]]
|
||||
axis_1 = ['cols',[]]
|
||||
X = dataset.Dataset(x,[axis_0,axis_1])
|
||||
X = dataset.Dataset(x)
|
||||
return [X, plots.SinePlot(None)]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user