Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 8c56e20

Browse files
authored
fix ci
1 parent aefe2a2 commit 8c56e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp-package/scripts/OpWrapperGenerator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class Arg:
9393
'int (non-negative)': 'uint32_t',\
9494
'long (non-negative)': 'uint64_t',\
9595
'int or None':'dmlc::optional<int>',\
96+
'float or None':'dmlc::optional<float>',\
9697
'long':'int64_t',\
9798
'double':'double',\
9899
'double or None':'dmlc::optional<double>',\

0 commit comments

Comments
 (0)