Fixes by format action - #69
Open
github-actions[bot] wants to merge 4 commits into
Open
Conversation
github-actions
Bot
force-pushed
the
python-code-format-patches
branch
from
July 29, 2026 17:01
e682c0c to
d0d75d8
Compare
Two steps for moving a design-verification report out of a spreadsheet: - xcu_import.py brings existing reports in, handling stacked cells and plots embedded in the drawing layer that the native Excel mapper cannot read - smps_dvt/ is the same tests as a TofuPilot procedure, capturing values and waveforms from the instruments instead of transcribing them off screen Plugs return representative data so the procedure runs without a bench; the real SCPI calls sit commented alongside each method. Co-authored-by: Julien Buteau <julien.buteau@tofupilot.com>
github-actions
Bot
force-pushed
the
python-code-format-patches
branch
from
July 29, 2026 17:18
d0d75d8 to
9a08e8c
Compare
A report's drawing layer holds more than the scope captures: the company letterhead sits there too, anchored on several rows, so it was attached once per row it appeared on. Filter on PNG dimensions rather than file size — a full-window scope grab is wide and roughly landscape, a banner is not — and keep an image only once even when it is anchored repeatedly. On the reference report this drops 4 attachments and keeps all 45 captures. Co-authored-by: Julien Buteau <julien.buteau@tofupilot.com>
github-actions
Bot
force-pushed
the
python-code-format-patches
branch
from
July 31, 2026 12:20
9a08e8c to
ae6e28b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an auto-generated PR with fixes.