-
Notifications
You must be signed in to change notification settings - Fork 5
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
stefcal / mqt.run: DEBUG messages in terminal window #50
Comments
That's odd -- what messages exactly? Could you paste an example please? |
I'll try to recreate the problem on my laptop. Failing that I can post the exact messages on Monday, when I will next have access to the machine it's running on. It was these print statements that were being triggered though. |
Ah, the dprint(0,...) ones can be safely commented out. My bad, I was chasing down a problem and left them in when I committed changes. |
OK it's gone silent but it's still slow as hell compared to phase-only and a browser run. |
Embarassing user error # 42,426: Typo on my part that was making it revert to a per time slot, per channel solution in the GainDiag case. Status: I need a holiday. |
Well at least we killed the unnecessary debug output. :) |
Running stefcal via mqt.run:
When stefcal_gain.implementation = GainDiagPhase the calibration finishes in seconds.
When set stefcal_gain.implementation = GainDiag it takes waaaay longer and loads of DEBUG messages get dumped to the terminal.
Both cases when run via the browser finish happily in comparable times. I'm guessing the debug message logging is what's causing the hold up as these don't appear for the phase only case. Can I disable this somehow?
stefcal_verbose = 0 for both cases.
Thanks.
The text was updated successfully, but these errors were encountered: