Skip to content

Commit

Permalink
FIx lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Apr 30, 2024
1 parent 5574278 commit 0aa6dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimare/meta/ibma.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _generate_description(self):
return description

def _group_encoder(self, labels):
"""Converts each group to a unique integer value."""
"""Convert each group to a unique integer value."""
label_to_int = {label: i for i, label in enumerate(set(labels))}
return np.array([label_to_int[label] for label in labels])

Expand Down

0 comments on commit 0aa6dd4

Please sign in to comment.