Closed qcdyx closed 3 months ago
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: ./gradlew goJF
.
ā The rule acceptance has passed for commit bc4f12886e48a8cb79836cc8cf958d5e4f4c926e Download the full acceptance test report here (report will disappear after 90 days).
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
Assess the performance in terms of seconds taken for the validation process.
| Time Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) | |-----------------------------|-------------------|----------------|----------------|----------------| | Average | -- | 3.79 | 3.89 | ā¬ļø+0.11 | | Median | -- | 1.35 | 1.43 | ā¬ļø+0.08 | | Standard Deviation | -- | 10.59 | 10.85 | ā¬ļø+0.26 | | Minimum in References Reports | us-massachusetts-massachusetts-area-express-max-gtfs-431 | 0.51 | 0.54 | ā¬ļø+0.03 | | Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 287.39 | 299.06 | ā¬ļø+11.66 | | Minimum in Latest Reports | us-massachusetts-massachusetts-area-express-max-gtfs-431 | 0.51 | 0.54 | ā¬ļø+0.03 | | Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 287.39 | 299.06 | ā¬ļø+11.66 |@qcdyx Looks good on a QA side! Minor change: can we display "N/A" instead of an empty value? I realized it should match the other null behavior in the summary report (e.g agency email and URL, where if they're empty it returns N/A)
@emmambd
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: ./gradlew goJF
.
ā The rule acceptance has passed for commit f9ed1df195403e4a35ab6ef4f0a646129f9d62c4 Download the full acceptance test report here (report will disappear after 90 days).
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
No changes were detected due to the code change.
Assess the performance in terms of seconds taken for the validation process.
| Time Metric | Dataset ID | Reference (s) | Latest (s) | Difference (s) | |-----------------------------|-------------------|----------------|----------------|----------------| | Average | -- | 3.81 | 3.89 | ā¬ļø+0.08 | | Median | -- | 1.37 | 1.42 | ā¬ļø+0.05 | | Standard Deviation | -- | 10.56 | 10.58 | ā¬ļø+0.02 | | Minimum in References Reports | ph-unknown-hm-transport-inc-and-robinsons-malls-gtfs-1105 | 0.49 | 0.61 | ā¬ļø+0.12 | | Maximum in Reference Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 281.63 | 282.04 | ā¬ļø+0.41 | | Minimum in Latest Reports | ar-buenos-aires-subterraneos-de-buenos-aires-subte-gtfs-6 | 0.63 | 0.51 | ā¬ļø-0.12 | | Maximum in Latest Reports | gb-unknown-uk-aggregate-feed-gtfs-2014 | 281.63 | 282.04 | ā¬ļø+0.41 |
Summary: Closes #1790
Expected behavior:
Display empty values for feed_start_date and feed_end_date if there's no data for these two fields.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything