Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removed SinePlot from the test workflow.

This commit is contained in:
Einar Ryeng 2006-08-30 14:38:33 +00:00
parent 0d8edc91ca
commit a0786d521a
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class TestDataFunction(workflow.Function):
print ds.get_dim_name()
ds_scatter = plots.ScatterMarkerPlot(ds, ds, 'rows_0', 'rows_0', '0_1', '0_2')
return [X, ds, plots.SinePlot(), p, ds_plot, ds_scatter,p2]
return [X, ds, p, ds_plot, ds_scatter,p2]
class SelectFunction(workflow.Function):
def __init__(self):