-
Notifications
You must be signed in to change notification settings - Fork 9
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
Measurements error #17
Comments
I am having the same issue with Ubuntu 16.04 TLS and python 3.7. |
I got the same error, did anyone figure it out? Using Ubuntu 20.04 and python 3.8. |
Had the same, in my case it looks like the _dram = [] if self.dram is None else [j / number for j in self.dram] |
I tried to run a simple following example with pyRAPL but something went wrong when measurement ends :
I'm using Fedora 35,
python 3.9.12
Here the code :
The text was updated successfully, but these errors were encountered: