You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/oak/stanford/groups/pritch/users/emma/miniforge3/envs/perturb-vs-tissue-env/lib/python3.10/site-packages/genomic_features/ensembl/ensembldb.py", line 123, in genes
query =self.db.table("gene").filter(filter.convert())
File "/oak/stanford/groups/pritch/users/emma/miniforge3/envs/perturb-vs-tissue-env/lib/python3.10/site-packages/ibis/expr/types/relations.py", line 2486, in filterraise com.IbisInputError("You must pass at least one predicate to filter")
ibis.common.exceptions.IbisInputError: You must pass at least one predicate to filter
Quick fix: downgrading to ibis-framework[sqlite, duckdb]==8.0.0
The text was updated successfully, but these errors were encountered:
Report
New
ibis
release breaks the coregene
function (see also in CI)throws
Quick fix: downgrading to
ibis-framework[sqlite, duckdb]==8.0.0
The text was updated successfully, but these errors were encountered: