Skip to content

Commit

Permalink
Disabling stopPointsInVehicleJourneyValidator dataset validator.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansoor-sajjad committed Oct 15, 2024
1 parent 63891d1 commit 7801045
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ public NetexValidatorsRunner timetableDataValidatorsRunner(
sameStopPointsValidator,
stopPointsCountValidator,
missingPassengerStopAssignmentValidator,
// TODO: Commented out due to unsupported winter time changes, Discuss with Andreas before re-enabling
// nonIncreasingPassingTimeValidator,
// TODO: Commented out due to unsupported winter time changes, Discuss with Andreas before re-enabling
// nonIncreasingPassingTimeValidator,
unexpectedSpeedValidator,
unexpectedDistanceInServiceLinkValidator,
mismatchedStopPointsValidator,
Expand All @@ -325,12 +325,12 @@ public NetexValidatorsRunner timetableDataValidatorsRunner(

List<DatasetValidator> netexTimetableDatasetValidators = List.of(
duplicateLineNameValidator
// stopPointsInVehicleJourneyValidator
// stopPointsInVehicleJourneyValidator
);

List<NetexDataCollector> commonDataCollectors = List.of(
lineInfoCollector,
// serviceJourneyStopsCollector,
// serviceJourneyStopsCollector,
serviceJourneyInterchangeInfoCollector
);

Expand Down

0 comments on commit 7801045

Please sign in to comment.