Skip to content

Commit

Permalink
Update selectors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoQCcoz authored Sep 20, 2023
1 parent fab3c65 commit ac7192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smartscope/core/selectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger = logging.getLogger(__name__)


def generate_equal_clusters(parent, targets, n_groups, extra_fields):
def generate_equal_clusters(parent, targets, n_groups, extra_fields=dict()):
output = list()
if len(targets) > 0:
split_targets = np.array_split(targets, n_groups)
Expand Down

0 comments on commit ac7192b

Please sign in to comment.