Skip to content

Commit

Permalink
Fix indxing
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Aug 16, 2023
1 parent f4e8e05 commit 2a3a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabmat/categorical_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def __getitem__(self, item):
dtype=self.dtype,
column_name=self._colname,
column_name_format=self._colname_format,
cat_missing_method=self.missing_method,
cat_missing_method=self._missing_method,
)
else:
# return a SparseMatrix if we subset columns
Expand Down

0 comments on commit 2a3a250

Please sign in to comment.