-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] Removed the
to-lp-pd-seq
function
I had previously added this because the `bounds` function was looking for a `LandPatternPad` type as its argument. This is yet another case where attempting to use types is difficult if not impossible in JITX. I've converted `bounds` to use `JITXObject` instead and this removes the need for the seq function.
- Loading branch information
1 parent
ca74d72
commit ef76ac8
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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