File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -164,28 +164,28 @@ The code above produces the file:
164
164
165
165
``` Python
166
166
{
167
- " inputs" : {
168
- " t0" : 0.1000000000000000E+000 ,
169
- " tf" : 0.1100000000000000E+001 ,
170
- " x0" : 0.9999000000000000E+004 ,
171
- " integer_scalar" : 787 ,
172
- " integer_array" : [
167
+ " inputs" : {
168
+ " t0" : 0.1000000000000000E+000 ,
169
+ " tf" : 0.1100000000000000E+001 ,
170
+ " x0" : 0.9999000000000000E+004 ,
171
+ " integer_scalar" : 787 ,
172
+ " integer_array" : [
173
173
2 ,
174
174
4 ,
175
175
99
176
176
],
177
- " names" : [
177
+ " names" : [
178
178
" aaa" ,
179
179
" bbb" ,
180
180
" ccc"
181
181
],
182
- " logical_scalar" : true,
183
- " logical_vector" : [
182
+ " logical_scalar" : true,
183
+ " logical_vector" : [
184
184
true,
185
185
false,
186
186
true
187
187
]
188
- }
188
+ }
189
189
}
190
190
```
191
191
You can’t perform that action at this time.
0 commit comments