Skip to content

Commit

Permalink
Merge pull request #1624 from single-cell-data/kerl/categ-int-nan-pyt…
Browse files Browse the repository at this point in the history
…hon-test

[python] Expand unit testing for enumerated types
  • Loading branch information
nguyenv authored Aug 24, 2023
2 parents a84e76c + 2a8061d commit 5431512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/io/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def _write_dataframe_impl(
else:
enums[att.name] = cat
col_to_enums[att.name] = att.name

soma_df = DataFrame.create(
df_uri,
schema=arrow_table.schema,
Expand Down

0 comments on commit 5431512

Please sign in to comment.