no need for resetting random generator with seed
This commit is contained in:
@@ -70,7 +70,7 @@ class ControllerDB:
|
||||
result['dct_lst_init_remove_firm_prod'] = \
|
||||
result['dct_lst_init_remove_firm_prod'].apply(
|
||||
lambda x: pickle.loads(x))
|
||||
list_dct = result.loc[result['count'] >= 12,
|
||||
list_dct = result.loc[result['count'] > 10,
|
||||
'dct_lst_init_remove_firm_prod'].to_list()
|
||||
else:
|
||||
for _, row in Firm.iterrows():
|
||||
|
||||
Reference in New Issue
Block a user