Skip to content

fix: correct missing df argument in pool_transcripts_xenium pandas branch - #139

Open
AndrejPer wants to merge 2 commits into
mahmoodlab:mainfrom
AndrejPer:main
Open

AndrejPer wants to merge 2 commits into
mahmoodlab:mainfrom
AndrejPer:main

Conversation

@AndrejPer

Copy link
Copy Markdown

Fixes #138.

Running pool_transcript_xenium doesn't work when the st.transcript_df is a pandas object, which is the default based on the comments in the tutorials/2-Interacting-with-HEST-1k.ipynb. The problem is the missing argument for df itself.

In this PR, I corrected the argument in the given branch for the function get_indices_chunk(). Additionally, I included unit tests for the function, covering both dask and pandas object paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correcting error in pool_transcripts_xenium when pandas object

1 participant