Skip to content

Commit

Permalink
move one line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Sep 27, 2024
1 parent 0c7cafe commit 97f0724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkouda/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ class Categorical:
"""

permutation: Union[pdarray, None] = None
BinOps = frozenset(["==", "!="])
RegisterablePieces = frozenset(["categories", "codes", "permutation", "segments", "_akNAcode"])
RequiredPieces = frozenset(["categories", "codes", "_akNAcode"])
permutation: Union[pdarray, None] = None
segments = None
objType = "Categorical"
dtype = akdtype(str_) # this is being set for now because Categoricals only supported on Strings
Expand Down

0 comments on commit 97f0724

Please sign in to comment.