Skip to content

Commit 467652b

Browse files
authored
Merge pull request #91 from yaosheng216/patch-23
Update calculator_node.py
2 parents 2c75835 + ae59b96 commit 467652b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scepter/workflow/calculator_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def INPUT_TYPES(s):
1616
'required': {
1717
'parameter': ('INT',),
1818
'type': (list(s().cfg['CALCULATOR']['TYPE']),),
19-
'value': ('FLOAT',),
19+
'value': ('INT',),
2020
'round_method': (list(s().cfg['CALCULATOR']['ROUND']),)
2121
}
2222
}

0 commit comments

Comments
 (0)