numericalalgorithmsgroup / pypop

Python Tools for the POP Metrics
https://numericalalgorithmsgroup.github.io/pypop/doc.html
Other
12 stars 5 forks source link

Don't calculate frequency as stats["Frequency"].mean() #20

Closed Jonathan3145 closed 4 years ago

Jonathan3145 commented 4 years ago

Similar issue to #17, frequency should be stats['Useful Cycles'].sum()/stats['Total Useful Computation'].sum()