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

Remove unnecessary methods and attributes #134

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

c-w-feldmann
Copy link
Collaborator

@c-w-feldmann c-w-feldmann commented Mar 11, 2025

molpipeline/abstract_pipeline_elements/core.py

  • remove method copy from ABCPipelineElement
  • remove finish method from ABCPipelineElement
  • remove method additional_attributes from ABCPipelineElement
  • remove method to_json from TransformingPipelineElement

molpipeline/any2mol/sdf2mol.py

  • remove enumeration of SDFToMol
  • remove finish method from SDFToMol
    molpipeline/pipeline/_molpipeline.py
  • remove finish method from _Molpipeline

@c-w-feldmann c-w-feldmann linked an issue Mar 11, 2025 that may be closed by this pull request
@c-w-feldmann c-w-feldmann changed the title remove copy method Remove unnecessary methods and attributes Mar 11, 2025
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.

Remove unnecessary methods and attributes
1 participant