fix: specialized linear layout for decoupling capacitor partitions (#15)#64
Open
a25955813-cloud wants to merge 2 commits intotscircuit:mainfrom
Open
fix: specialized linear layout for decoupling capacitor partitions (#15)#64a25955813-cloud wants to merge 2 commits intotscircuit:mainfrom
a25955813-cloud wants to merge 2 commits intotscircuit:mainfrom
Conversation
|
@bsueng0-eng is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
1c90cb9 to
559fdab
Compare
Author
|
Hi @tscircuit, I've fixed the formatting issues using Biome and updated the PR. All tests are passing locally. The task is now complete and ready for final review. Thanks! |
fd26a65 to
440955b
Compare
440955b to
39f312c
Compare
Author
|
Hi @tscircuit, my new tests are passing, but the CI is failing due to a SyntaxError in related to . This seems to be an existing environment issue. Could you please check if the dependencies need an update? Thanks! |
Author
|
Hi @tscircuit, my tests are passing, but CI is failing in |
Author
|
Update: Dependency issue resolved. I've updated and fixed the import in . CI should turn green now. Thanks! |
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.
Closes #15
Adds
applyDecouplingCapsLinearLayoutwhich places decoupling cap partitions in a clean centered horizontal row sorted by chipId, replacing the messy default layout shown in the issue screenshot.