Skip to content

Commit

Permalink
Change name for wrapper function (#519)
Browse files Browse the repository at this point in the history
* Change name for wrapper function

* Rename PR comment
  • Loading branch information
ktsitsi authored Feb 20, 2024
1 parent f10aa95 commit 440552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiledb/cloud/bioimg/ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@ def register_dataset_udf(


# Wrapper function for batch VCF ingestion
ingest = as_batch(ingest)
ingest_batch = as_batch(ingest)

0 comments on commit 440552e

Please sign in to comment.