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
Parameter Passing Failure in anndata_to_train_val() During GEMS Construction.
When attempting to run the construct_gems_using_nsf() function with the example dataset (Mouse_embryo_svg_E9.5.h5ad), I encountered a bug. It appears that the anndata_to_train_val() function fails to correctly accept the ad argument passed from _gem_construction.py. This is strange because when I run the anndata_to_train_val() function separately with the adata from example dataset as the input, it works fine.
Parameter Passing Failure in
anndata_to_train_val()
During GEMS Construction.When attempting to run the
construct_gems_using_nsf()
function with the example dataset (Mouse_embryo_svg_E9.5.h5ad), I encountered a bug. It appears that theanndata_to_train_val()
function fails to correctly accept thead
argument passed from_gem_construction.py
. This is strange because when I run theanndata_to_train_val()
function separately with the adata from example dataset as the input, it works fine.The code
Error massage
pacakge version
The text was updated successfully, but these errors were encountered: