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

unexpected keyword argument 'genetic_information' #85

Closed
jashapiro opened this issue Nov 14, 2023 · 1 comment
Closed

unexpected keyword argument 'genetic_information' #85

jashapiro opened this issue Nov 14, 2023 · 1 comment

Comments

@jashapiro
Copy link
Member

Trying to access sample information with pyrefinebio.Sample.get() results in an error at initialization, presumably due to changes in the API return values...

Example interaction:

>>> pyrefinebio.Sample.get("GSM604809")

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/josh/.conda/envs/rb-collector/lib/python3.11/site-packages/pyrefinebio/sample.py", line 165, in get
    return cls(**response)
           ^^^^^^^^^^^^^^^
TypeError: Sample.__init__() got an unexpected keyword argument 'genetic_information'
@jashapiro
Copy link
Member Author

closed by #86

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

1 participant