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
hey,
Thank you for this interesting new tool.
While trying to install and import modules etc I get some errors:
does not work : import bioIB_py as bioIB #maybe my problem with installation paths etc
this works : import bioIB.bioIB_py as bioIB
#perhaps a typo? - i removed the ")" mentioned below and the initialization was successful.
File /usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py:3553 in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
Cell In[2], line 1
import bioIB.bioIB_py as bioIB
File ~/bioIB/bioIB_py/init.py:2
from .bioIB import reverse_annealing, flat_clustering
File ~/bioIB/bioIB_py/bioIB.py:192
if np.isnan(y_given_xHat).any():)
^
SyntaxError: unmatched ')'
happy to hear from you
thanking you
shobhit
The text was updated successfully, but these errors were encountered:
hey,
Thank you for this interesting new tool.
While trying to install and import modules etc I get some errors:
does not work : import bioIB_py as bioIB #maybe my problem with installation paths etc
this works : import bioIB.bioIB_py as bioIB
#perhaps a typo? - i removed the ")" mentioned below and the initialization was successful.
File /usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py:3553 in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
Cell In[2], line 1
import bioIB.bioIB_py as bioIB
File ~/bioIB/bioIB_py/init.py:2
from .bioIB import reverse_annealing, flat_clustering
File ~/bioIB/bioIB_py/bioIB.py:192
if np.isnan(y_given_xHat).any():)
^
SyntaxError: unmatched ')'
happy to hear from you
thanking you
shobhit
The text was updated successfully, but these errors were encountered: