Skip to content

Commit 60151bc

Browse files
committed
update
1 parent fa4e3e3 commit 60151bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

iotfunctions/anomaly.py

-4
Original file line numberDiff line numberDiff line change
@@ -939,10 +939,6 @@ def build_ui(cls):
939939
inputs = []
940940
inputs.append(UISingleItem(name='input_item', datatype=float, description='Data item to interpolate'))
941941

942-
inputs.append(
943-
UISingle(name='windowsize', datatype=int, description='Minimal size of the window for interpolating data.'))
944-
inputs.append(UISingle(name='missing', datatype=int, description='Data to be interpreted as not-a-number.'))
945-
946942
# define arguments that behave as function outputs
947943
outputs = []
948944
outputs.append(UIFunctionOutSingle(name='output_item', datatype=float, description='Interpolated data'))

0 commit comments

Comments
 (0)