Skip to content

Commit

Permalink
Update scadnano.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Aug 27, 2023
1 parent 34211de commit 3ed8158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scadnano/scadnano.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ class Grid(str, enum.Enum):
`v` even and `h` a multiple of 3 or
`v` odd and `h` = 1 + a multiple of 3.
However, we use the same convention as cadnano for encoding hex coordinates see `misc/cadnano-format-specs/v2.txt`.
However, we use the same convention as cadnano for encoding honeycomb coordinates;
see `misc/cadnano-format-specs/v2.txt`.
That convention is different from simply excluding coordinates from the hex lattice.
"""

none = "none"
Expand Down

0 comments on commit 3ed8158

Please sign in to comment.