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
The error is from running the tests in tests/data_validation/examples/test_wikidata.py::test_wikidata_runs and tests/data_validation/examples/test_wikidata.py::test_wikidata_values which run the notebook examples/01_prepare_data/wikidata_knowledge_graph.ipynb. When results_list is empty, we will get the error.
And the same issue occurs in the following code as well when result is empty.
In which platform does it happen?
How do we replicate the issue?
Create a GitHub Codespace, and run the notebook examples/01_prepare_data/wikidata_knowledge_graph.ipynb multiple times until results_list is empty.
the PR would not solve the issue because it is due to a rate limit of the wikidata API, but at least we have more visibility on it. We just need to retry the test
Description
The error is from running the tests in
tests/data_validation/examples/test_wikidata.py::test_wikidata_runs
andtests/data_validation/examples/test_wikidata.py::test_wikidata_values
which run the notebookexamples/01_prepare_data/wikidata_knowledge_graph.ipynb
. Whenresults_list
is empty, we will get the error.And the same issue occurs in the following code as well when
result
is empty.In which platform does it happen?
How do we replicate the issue?
Create a GitHub Codespace, and run the notebook
examples/01_prepare_data/wikidata_knowledge_graph.ipynb
multiple times untilresults_list
is empty.Or run it locally by the following steps:
Setup
Run the
examples/01_prepare_data/wikidata_knowledge_graph.ipynb
in VS Code multiple times untilresults_list
is empty.Expected behavior (i.e. solution)
results_list
andresult
in the notebookexamples/01_prepare_data/wikidata_knowledge_graph.ipynb
should not be empty.Willingness to contribute
Other Comments
The text was updated successfully, but these errors were encountered: