Skip to content
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

installation and initialization errors #1

Open
shobhitagrawal1 opened this issue May 30, 2024 · 1 comment
Open

installation and initialization errors #1

shobhitagrawal1 opened this issue May 30, 2024 · 1 comment

Comments

@shobhitagrawal1
Copy link

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

@SimaDubnov
Copy link
Collaborator

Dear Shobhit,

Thank you for expressing interest in our tool.
We are currently refactoring the code and we will make sure to fix raised issue ASAP.
I'll be in touch.

Best regards,
Sima

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants