-
Notifications
You must be signed in to change notification settings - Fork 24
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
Experimental no-ranging mode does not appear to be working #314
Comments
It's possible that The code to set this variable relies on self._avgWatts. This in turn relies on the max_volts_amps_avg_watts function, which seems to parse a ranging log. Now, what happens if we don't have one, @arjunsuresh? |
Hi @psyhtest can you please share the full log on the client side? There should be a line similar to this
The initialization of _desirableCurrentRange happens here Testing on a dummy device I'm getting expected results
|
@arjunsuresh Unfortunately, I've temporarily lost access to the machine. As soon as it's restored, I'll update you. |
@arjunsuresh Apologies for the delay. Here's a full log with
|
Thank you @psyhtest for sharing the log. The command from the client side looks fine.
For the above command, the server should be setting current to 5 Is the issue happening also with |
When I reported this, both the server and client were running the following:
Let me update to the latest and try again. |
Thank you @psyhtest for sharing. I guess there's no major code change since then. Can you please confirm if |
I thought so too, but then I updated to the latest on both sides:
and it seems to be working fine! Let me give it some more checking over the next couple of days.
Do you I need to change the |
oh, I believe what could be happening is that the power server might have been running with an older version of the code. There was no update to the server.py since May 23. Probably this issue is also related. This can be confirmed by seeing the server.json file in the results directory as it'll have the source checksums. "Do you I need to change the server.conf file for that and re-run, or is there a magic flag somewhere else?" MLCommons is not providing a server.conf file. So what we do is to dynamically generate this server.conf file based on the user inputs. But if you have this file static, this can be changed in it. |
@psyhtest Can you please close both these issues? For peace of mind I would like to unfollow this git repository :) |
Closed with thanks :) |
With
--max-amps 10 --max-volts 250
passed, I only get the Voltage value propagated. The Current value turns out to beNone
.The text was updated successfully, but these errors were encountered: