-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tests failing #31
Comments
Dear authors, The Scotland API seems to work. =D (at least it worked on my Linux machine. I need to investigate why it still doesn't work on my Windows machine) However, the tests are still not passing. Here's the log:
While I understand that the second error comes from unzipping the data from the Scotland API (which I did, and launched a second test), would it be possible to bypass this error if the unzipped folder is present? For the first error, I don't know where it's coming from. Would it be possible to have a look at it? Thanks a lot! |
Dear authors,
It's me again. =)
After updating the UKCensusAPI to 1.1.6, I tried to run the tests given in the
setup.py
file. However, both tests are failing. See log below:It seems the problem still comes from the parser after receiving the files from the API for Scotland. I checked the file
sc_lookup.csv
in thecache
folder and it is indeed an HTML file saying that there's a 404 error.Would it be possible for you to run the tests with the latest version of the UKCensusAPI library to see if it's a problem on my side (I have many venv, so it is possible) or if the UKCensusAPI still has issues with the Scotland API.
Thanks in advance!
The text was updated successfully, but these errors were encountered: