We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Running the tutorial at docs/tutorials/index.qmd, I started to include a demonstration of using multiGtfsInstance to produce a html report like so:
report_pth = feed.instances[0].gtfs_path.replace(".zip", "") feed.instances[0].html_report(report_dir=report_pth)
This resulted in the 2 following warnings:
DataFrame.applymap has been deprecated. Use DataFrame.map instead. KeyError. Feed was not cleaned.
and the following error:
TypeError Traceback (most recent call last) (https://file+.vscode-resource.vscode-cdn.net/Users/.../assess_gtfs/~/Documents/assess_gtfs/src/assess_gtfs/validation.py:1487) "name_placeholder", self.feed.feed_info["feed_publisher_name"][0] TypeError: 'NoneType' object is not subscriptable
Environment
requirements.txt
Expected behavior
If feed_publisher_name is not available, populate with a placeholder, such as 'no publisher name was provided'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Running the tutorial at docs/tutorials/index.qmd, I started to include a demonstration of using multiGtfsInstance to produce a html report like so:
This resulted in the 2 following warnings:
and the following error:
Environment
requirements.txt
): NAExpected behavior
If feed_publisher_name is not available, populate with a placeholder, such as 'no publisher name was provided'.
The text was updated successfully, but these errors were encountered: