no need for resetting random generator with seed

This commit is contained in:
2023-06-16 17:15:17 +08:00
parent 36abde1022
commit 09ea2e9527
10 changed files with 38 additions and 39 deletions

View File

@@ -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():