Skip to content

Commit b376511

Browse files
committed
Update
1 parent acdd659 commit b376511

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/FileFormats/MOF/nlp.mof.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"set": {
8383
"type": "GreaterThan",
84-
"lower": 25
84+
"lower": 25.0
8585
}
8686
},
8787
{
@@ -96,28 +96,28 @@
9696
"type": "^",
9797
"args": [
9898
"var_1",
99-
2
99+
2.0
100100
]
101101
},
102102
{
103103
"type": "^",
104104
"args": [
105105
"var_2",
106-
2
106+
2.0
107107
]
108108
},
109109
{
110110
"type": "^",
111111
"args": [
112112
"var_3",
113-
2
113+
2.0
114114
]
115115
},
116116
{
117117
"type": "^",
118118
"args": [
119119
"var_4",
120-
2
120+
2.0
121121
]
122122
},
123123
{
@@ -145,7 +145,7 @@
145145
},
146146
"set": {
147147
"type": "EqualTo",
148-
"value": 40
148+
"value": 40.0
149149
}
150150
},
151151
{

0 commit comments

Comments
 (0)