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

AssertionError #16

Open
polxyxnn opened this issue Oct 28, 2024 · 1 comment
Open

AssertionError #16

polxyxnn opened this issue Oct 28, 2024 · 1 comment
Assignees

Comments

@polxyxnn
Copy link

polxyxnn commented Oct 28, 2024

Hello,

I usually encounter this error when requesting data.

---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
Cell In[7], line 2
      1 response = rc.submit_json(control)
----> 2 assert response['http_response'] == 200
      3 rqst_id = response['data']['request_id']
      5 print(response)

AssertionError:

What is the possible reason and workaround? Is this normal?

Thanks!

@rpconroy
Copy link
Contributor

This is simply a check to ensure that the submission went through properly and is dependent on request being made. However, in the notebook, there was a bug where getting a template for specific datasets was returning a generic version, but that should now be resolved.

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