-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add 2d checkered patter * add checkered2dpattern to __all__ * add unit test, might need to make it more complicated * add option to be shifted by column or row * update unit test * add pymon to gitignore * Address Chris's comment Change class and variables name. Add shift_by variable. Add sanity check. * update unit test * replace old class calls * change default value * add more descriptions for Triangle2DPattern
- Loading branch information
Showing
3 changed files
with
76 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
test-output.xml | ||
*.py[cod] | ||
*.pymon | ||
*.ipynb_checkpoints | ||
|
||
# C extensions | ||
|
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