Skip to content

Commit

Permalink
Edit by fixed point iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- authored May 3, 2024
1 parent 8bd0be7 commit b5de816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def concat(objs, axis=0, join="outer", ignore_index=False, sort=None):
has_multiple_level_types = (
len(
set().union(*(map(type, obj._data.keys()) for obj in objs))
)
)
> 1
)
if has_multiple_level_types:
Expand Down

0 comments on commit b5de816

Please sign in to comment.