Skip to content

Commit

Permalink
resolved #310
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Mar 23, 2024
1 parent 093daff commit 4991db6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nobrainer/processing/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ def __init__(
self.volume_shape_ = None
self.scalar_labels_ = None

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

def fit(
self,
Expand Down

0 comments on commit 4991db6

Please sign in to comment.