File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ def do_populate():
412
412
print ('create compute plan' )
413
413
traintuples_data = [
414
414
{
415
+ "algo_key" : algo_key , # logistic regression, org2
415
416
"data_manager_key" : data_manager_org1_key ,
416
417
"train_data_sample_keys" : [train_data_sample_keys [0 ], train_data_sample_keys [2 ]],
417
418
"traintuple_id" : "dummy_traintuple_id" ,
@@ -426,10 +427,11 @@ def do_populate():
426
427
# }
427
428
]
428
429
compute_plan_data = {
429
- "algo_key" : algo_key , # logistic regression, org2
430
430
"objective_key" : objective_key , # org 0
431
431
"traintuples" : traintuples_data ,
432
432
"testtuples" : testtuples_data ,
433
+ "aggregatetuples" : [],
434
+ "composite_traintuples" : [],
433
435
}
434
436
# until both chaincode, backend and sdk can handle compute plan collisions, we need to have a
435
437
# generic try-except so that this script can run multiple times in a row
You can’t perform that action at this time.
0 commit comments