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

JOSS Review: Error in Working_with_Annotations ipynb #34

Closed
ayush9pandey opened this issue Jul 6, 2023 · 2 comments
Closed

JOSS Review: Error in Working_with_Annotations ipynb #34

ayush9pandey opened this issue Jul 6, 2023 · 2 comments
Assignees

Comments

@ayush9pandey
Copy link

I see the following error when running the annotations notebook on binder:

TypeError                                 Traceback (most recent call last)
Cell In[4], line 1
----> 1 get_miriam_resources().head()

File /srv/conda/envs/notebook/lib/python3.10/site-packages/basico/model_info.py:3951, in get_miriam_resources()
   3946         res = miriam.getMIRIAMResource(i)
   3947         assert (isinstance(res, COPASI.CMIRIAMResource))
   3948         resources.append({
   3949             'resource': res.getMIRIAMDisplayName(),
   3950             'is_citation': res.getMIRIAMCitation(),
-> 3951             'uri': res.getIdentifiersOrgURL()
   3952         })
   3953 except AttributeError:
   3954     logger.error("Couldn't retrieve list of miriam resources, please update the python-copasi version")

TypeError: CMIRIAMResource.getIdentifiersOrgURL() missing 1 required positional argument: 'compact'
@fbergmann
Copy link
Member

Thanks for letting me know, a new parameter was added in COPASI 4.36 and I didn't realize. I'll make a new release for this!

@fbergmann
Copy link
Member

This was released with release 0.51 thank you

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