-
Notifications
You must be signed in to change notification settings - Fork 101
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
poc: add support for locations.geojson (use feature collection as entities) #1805
Conversation
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 8dccf0a 📊 Notices ComparisonNew Errors (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1564 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit c135b3c 📊 Notices ComparisonNew Errors (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1564 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit cb2d613 📊 Notices ComparisonNew Errors (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (49 out of 1564 datasets, ~3%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
New Warnings (0 out of 1564 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (760 out of 1564 datasets, ~49%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
🛡️ Corruption Check0 out of 1564 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit f63a52a 📊 Notices ComparisonNew Errors (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1575 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
core/src/main/java/org/mobilitydata/gtfsvalidator/table/GtfsDescriptor.java
Show resolved
Hide resolved
import java.util.List; | ||
import java.util.Optional; | ||
|
||
public abstract class GtfsContainer<T extends GtfsEntity, D extends GtfsDescriptor> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider naming this GtfsEntityContainer to distinguish it from the GtfsFeedContainer type?
I am closing this PR in favor of #1810. |
Summary:
This PR is in Work in Progress state, the only reason is marked as Ready For Review is to make it easier to run the set of acceptance tests(acceptance tests are skipped for draft PRs).
Major changes introduced in this PR:
Still missing:
Optimization:
Expected behavior:
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything