Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Apr 17, 2022
1 parent c4a35ff commit 44137fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dpgen/generator/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,12 +1853,15 @@ def _trust_limitation_check(sys_idx, lim):
)
dlog.info("system {0:s} {1:9s} : f_trust_lo {2:6.3f} v_trust_lo {3:6.3f}".format(ss, 'adapted', f_trust_lo_ad, v_trust_lo_ad))
elif model_devi_engine == "amber":
cc = 0
counter = Counter()
counter['candidate'] = 0
counter['failed'] = 0
counter['accurate'] = 0
fp_rest_accurate = []
fp_candidate = []
fp_rest_failed = []
for tt in modd_system_task :
cc = 0
with open(os.path.join(tt, "rc.mdout")) as f:
skip_first = False
first_active = True
Expand Down

0 comments on commit 44137fd

Please sign in to comment.