Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent c7b54b2 commit 18e1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/common/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ def __get_selection_as_df(self, coldata):
resolve_data.append(item)
if len(resolve_data) != 0:
coldata[k] = resolve_data

if isinstance(coldata[k], np.ndarray) and coldata[k].ndim > 1:
df_input[k] = list(coldata[k]) # convert multi-dim array to list of inner arrays
elif isinstance(coldata[k], pd.DataFrame):
Expand Down

0 comments on commit 18e1c96

Please sign in to comment.