File tree 2 files changed +5
-15
lines changed
docs/examples/basic_example 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,4 @@ services:
30
30
- ./source/service:/source/service/
31
31
user : " ${USER_ID:-1000}:${GROUP_ID:-1000}"
32
32
environment :
33
- - CELERY__NAME=minimal_service
34
- - ' CELERY__BROKER_URL=filesystem://'
35
- - ' CELERY__FS_TRANSPORT_BASE_FOLDER=/tmp/'
33
+ - VERSION=latest-devl
Original file line number Diff line number Diff line change 168
168
"Python" : {
169
169
"arguments" : {
170
170
"geographic_position" : {
171
- "latitude" : 35.2 ,
172
- "longitude" : - 110.0 ,
173
- "height" : None ,
171
+ "latitude" : 49.013 ,
172
+ "longitude" : 8.404 ,
174
173
}
175
174
},
176
175
"parameters" : {
177
176
"pv_system" : {
178
177
"azimuth_angle" : 20 ,
179
178
"inclination_angle" : 30 ,
180
179
"nominal_power" : 5.0 ,
181
- "power_datapoint_id" : 1 ,
182
180
}
183
181
},
184
182
},
187
185
"JSONable" : {
188
186
"arguments" : {
189
187
"geographic_position" : {
190
- "latitude" : 35.2 ,
191
- "longitude" : - 110.0 ,
192
- "height" : None ,
188
+ "latitude" : 49.013 ,
189
+ "longitude" : 8.404 ,
193
190
}
194
191
},
195
192
"parameters" : {
196
193
"pv_system" : {
197
194
"azimuth_angle" : 20 ,
198
195
"inclination_angle" : 30 ,
199
196
"nominal_power" : 5.0 ,
200
- "power_datapoint_id" : 1 ,
201
197
}
202
198
},
203
199
},
434
430
"azimuth_angle" : 15.0 ,
435
431
"inclination_angle" : 25.0 ,
436
432
"nominal_power" : 4.5 ,
437
- "power_datapoint_id" : None ,
438
433
}
439
434
},
440
435
# NOTE: No difference to Python as no data types included that JSON
444
439
"azimuth_angle" : 15.0 ,
445
440
"inclination_angle" : 25.0 ,
446
441
"nominal_power" : 4.5 ,
447
- "power_datapoint_id" : None ,
448
442
}
449
443
},
450
444
}
459
453
"geographic_position" : {
460
454
"latitude" : 35.2 ,
461
455
"longitude" : - 110.0 ,
462
- "height" : None ,
463
456
}
464
457
},
465
458
"observations" : {
480
473
"geographic_position" : {
481
474
"latitude" : 35.2 ,
482
475
"longitude" : - 110.0 ,
483
- "height" : None ,
484
476
}
485
477
},
486
478
"observations" : {
You can’t perform that action at this time.
0 commit comments