-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why metrics['slaviolations'] can only be 1? #10
Comments
Thanks for your interest in our project. |
Thank you very much for your reply. I understand what it means. But writing like this will result in But, what I understand is, when Hope to hear from you. |
Thanks for raising this. It has been fixed. |
Thanks a lot for your open source code. I have some doubts. I found that
metrics['slaviolations'] = len(np.where([c.destroyAt > c.sla for c in destroyed]))
in the stats.py file. No matter how manyc.destroyAt > c.sla
, thismetrics['slaviolations']
can only be 1 each time. Is this correct?Hope to hear from you, thank you very much.The text was updated successfully, but these errors were encountered: