Skip to content
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

Power estimates never shown when 250 or more parameters #119

Open
RX14 opened this issue Feb 6, 2023 · 0 comments
Open

Power estimates never shown when 250 or more parameters #119

RX14 opened this issue Feb 6, 2023 · 0 comments

Comments

@RX14
Copy link

RX14 commented Feb 6, 2023

Given that MAX_PARAM is 750, and power estimates are only shown when past_results.size() > 3 * all_parameters.parameters.size(), it's possible to enter a situation where power estimates are never shown.

For me, a large number of bridge interfaces (network interfaces have 6 parameters per) had increased the number of parameters past 250. I removed them from the saved_results file using sed and it fixed the situation. However, most modern laptops have a large number of USB and PCI devices which may make this situation more common. This bug should probably be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant