We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is more clear in the representations introduced in #495 that some topology graphs, eg cage.M24L48, have imperfect vertex placements.
cage.M24L48
This issue will likely result in changes to test outcomes because of small building block position changes.
It is necessary to go through all topology graphs.
The text was updated successfully, but these errors were encountered:
An example of a fix:
Update positions of vertex id=3 in stk.cage.M3L6 to:
stk.cage.M3L6
stk.cage.LinearVertex( id=3, position=[ _R * np.cos((_theta + 1 * np.pi / 3)), _R * np.sin((_theta + 1 * np.pi / 3)), 0.5, ], use_neighbor_placement=False, ),
Sorry, something went wrong.
andrewtarzia
No branches or pull requests
It is more clear in the representations introduced in #495 that some topology graphs, eg
cage.M24L48
, have imperfect vertex placements.This issue will likely result in changes to test outcomes because of small building block position changes.
It is necessary to go through all topology graphs.
The text was updated successfully, but these errors were encountered: