formatting
This commit is contained in:
parent
5b0e17ce52
commit
4f7be2c76c
|
@ -5,10 +5,10 @@ meta_seed: 0
|
||||||
|
|
||||||
test: # only for test scenarios
|
test: # only for test scenarios
|
||||||
n_sample: 1
|
n_sample: 1
|
||||||
n_iter: 100
|
n_iter: 20
|
||||||
n_max_trial: 3
|
n_max_trial: 10
|
||||||
|
|
||||||
not_test: # normal scenarios
|
not_test: # normal scenarios
|
||||||
n_sample: 50
|
n_sample: 50
|
||||||
n_iter: 100
|
n_iter: 20
|
||||||
n_max_trial: 3
|
n_max_trial: 10
|
||||||
|
|
|
@ -48,8 +48,6 @@ class ControllerDB:
|
||||||
for product_code in row.index[row == 1].to_list():
|
for product_code in row.index[row == 1].to_list():
|
||||||
dct = {code: [product_code]}
|
dct = {code: [product_code]}
|
||||||
list_dct.append(dct)
|
list_dct.append(dct)
|
||||||
# break
|
|
||||||
# break
|
|
||||||
# list_dct = [{'140': ['1.4.5.1']}]
|
# list_dct = [{'140': ['1.4.5.1']}]
|
||||||
list_dct = [{'133': ['1.4.4.1']}]
|
list_dct = [{'133': ['1.4.4.1']}]
|
||||||
# list_dct = [{'2': ['1.1.3']}]
|
# list_dct = [{'2': ['1.1.3']}]
|
||||||
|
|
Loading…
Reference in New Issue