Removed SinePlot from the test workflow.
This commit is contained in:
parent
0d8edc91ca
commit
a0786d521a
|
@ -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):
|
||||
|
|
Reference in New Issue