Skip to content
New issue

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

Clean up deprecated functions. #2

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Clean up deprecated functions. #2

wants to merge 19 commits into from

Conversation

janbridley
Copy link
Owner

@janbridley janbridley commented Jul 8, 2024

I am cleaning up some outstanding issues with this package to make it ready for integration with glotzerlab/coxeter.

TODOs:

  • Standardize view distance in preset views.
  • Add tests
  • Add in some extras
  • Remove dependency on coxeter - this should be a convenience, not a requirement

@janbridley janbridley self-assigned this Jul 8, 2024
@@ -132,7 +132,7 @@ def from_string(cls, string_to_parse: str):
class Mesh:
def __init__(
self,
poly: "coxeter.shapes.ConvexPolyhedron" | None = None,
poly: str | None = None, # noqa: F821
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
poly: str | None = None, # noqa: F821
poly: "coxeter.shapes.ConvexPolyhedron" | None = None, # noqa: F821

TODO: update typing requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant