Res Brutus Test

This commit is contained in:
root 2019-11-27 09:41:19 -05:00
parent 27751411a5
commit 3c2022de32
63 changed files with 599040 additions and 2704 deletions

View file

@ -74,7 +74,7 @@ if __name__ == "__main__":
print('-'*9) print('-'*9)
''' '''
#### Augmented Model #### #### Augmented Model ####
#''' '''
t0 = time.process_time() t0 = time.process_time()
tf_dict = {k: TF.TF_dict[k] for k in tf_names} tf_dict = {k: TF.TF_dict[k] for k in tf_names}
#tf_dict = TF.TF_dict #tf_dict = TF.TF_dict
@ -98,7 +98,7 @@ if __name__ == "__main__":
print('Execution Time : %.00f '%(time.process_time() - t0)) print('Execution Time : %.00f '%(time.process_time() - t0))
print('-'*9) print('-'*9)
#''' '''
#### TF tests #### #### TF tests ####
#''' #'''
res_folder="res/brutus-tests/" res_folder="res/brutus-tests/"