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 redundant method #310

Open
hvgazula opened this issue Mar 23, 2024 · 0 comments
Open

Remove redundant method #310

hvgazula opened this issue Mar 23, 2024 · 0 comments
Assignees
Milestone

Comments

@hvgazula
Copy link
Contributor

def add_model(self, base_model, model_args=None):
"""Add a segmentation model"""
self.base_model = base_model
self.model_args = model_args or {}

I forgot to delete this when unrolling the changes from #303 (comment)

@hvgazula hvgazula self-assigned this Mar 23, 2024
@hvgazula hvgazula changed the title Removed redundant method Remove redundant method Mar 23, 2024
hvgazula added a commit that referenced this issue Mar 23, 2024
@hvgazula hvgazula added this to the 1.2.1 milestone Mar 23, 2024
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

No branches or pull requests

1 participant