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

Fix for Los Angeles County places scraper #3936

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 8, 2023

The script in los-angeles.ipynb has failed.

Here is what went wrong:

An error occurred while executing the following cell:
------------------
try:
    assert not len(df) < 342
except AssertionError:
    raise AssertionError("L.A. County's scraper is missing rows")
------------------

---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
/tmp/ipykernel_2177/2999864733.py in <module>
      1 try:
----> 2     assert not len(df) < 342
      3 except AssertionError:

AssertionError: 

During handling of the above exception, another exception occurred:

AssertionError                            Traceback (most recent call last)
/tmp/ipykernel_2177/2999864733.py in <module>
      2     assert not len(df) < 342
      3 except AssertionError:
----> 4     raise AssertionError("L.A. County's scraper is missing rows")

AssertionError: L.A. County's scraper is missing rows
AssertionError: L.A. County's scraper is missing rows

A branch has been created automatically at fix-los-angeles-1673209203.825798. Please push your fixes there and when it's fixed alert the Slack channel.

@irisslee irisslee closed this Feb 6, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant