Skip to content

Commit

Permalink
UPDATE numpy 2.0: repr now always includes type
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 7, 2025
1 parent 5a22d9a commit 706586b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/_data_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ def as_effects(self):
"For effect coding"
return self.x[:, None] - self.x.mean()

def as_factor(self, labels='%r', name=None, random=False):
def as_factor(self, labels='%s', name=None, random=False):
"""Convert the Var into a Factor
Parameters
Expand Down

0 comments on commit 706586b

Please sign in to comment.