We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdd659 commit b376511Copy full SHA for b376511
1 file changed
test/FileFormats/MOF/nlp.mof.json
@@ -81,7 +81,7 @@
81
},
82
"set": {
83
"type": "GreaterThan",
84
- "lower": 25
+ "lower": 25.0
85
}
86
87
{
@@ -96,28 +96,28 @@
96
"type": "^",
97
"args": [
98
"var_1",
99
- 2
+ 2.0
100
]
101
102
103
104
105
"var_2",
106
107
108
109
110
111
112
"var_3",
113
114
115
116
117
118
119
"var_4",
120
121
122
123
@@ -145,7 +145,7 @@
145
146
147
"type": "EqualTo",
148
- "value": 40
+ "value": 40.0
149
150
151
0 commit comments