-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misinformation when using anndataToGiotto
with non default env_name
#230
Comments
When I examined the code within the function |
It looks like the only thing that controls which python is used is the
I'm more surprised that the error from reticulate didn't stop execution. |
We can do nothing if the error message yield from reticulate :( |
Well it's a good error to have and makes the user aware. We just need to remove the You can pass either an envname or a full path to a python binary to Looks like the reason it didn't stop execution is that somewhere in our implementation with
|
Just test it. It won't throw any error message when I provide env name to |
Describe the Error
The function
anndataToGiotto
, even though it runs successfully, throws an error message.This will happen if I use an alternative
env_name
....
Error Message
To Reproduce
Steps to reproduce the behavior, i.e.:
anndataToGiotto
Expected behavior
This function ran successfully, no error message should thros.
Screenshots
System Information
The text was updated successfully, but these errors were encountered: