You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
occurs when comparing 2 builds (tested with Ozzy) with -i 1 and one of the builds doesn't make it past the boss
enrage_log only has 1 entry and cannot produce a stdev
however:
this printout of res_dict from within make_printable right before avg = {k: statistics.fmean(v) for k, v in res_dict.items() if v and type(v[0]) != list} is executed. It's supposed to be only 1 run, but there's 2 entries in all but 1 key which shouldn't be the case...
-i 1
and one of the builds doesn't make it past the bossenrage_log
only has 1 entry and cannot produce a stdevhowever:
this printout of
res_dict
from withinmake_printable
right beforeavg = {k: statistics.fmean(v) for k, v in res_dict.items() if v and type(v[0]) != list}
is executed. It's supposed to be only 1 run, but there's 2 entries in all but 1 key which shouldn't be the case...Reproduce:
python .\hunter-sim\hunter_sim.py -f .\builds\current_ozzy.yaml -i 1 -c .\builds\medusa_test.yaml
config of build producing the error: medusa_test.txt (rename to .yaml)
The text was updated successfully, but these errors were encountered: