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
The current implementation with GiottoClass::set_giotto_python_path() quietly handles a default python path search + connection attempt, returning only a NULL if it all fails.
This prevents Giotto from being overly chatty when initiallization is called in settings where python is not being used, but masks actual errors and makes them hard to debug.
The current implementation with
GiottoClass::set_giotto_python_path()
quietly handles a default python path search + connection attempt, returning only a NULL if it all fails.This prevents Giotto from being overly chatty when initiallization is called in settings where python is not being used, but masks actual errors and makes them hard to debug.
See: drieslab/Giotto#1104
The text was updated successfully, but these errors were encountered: