特急ひだの名古屋停車駅を修正 - #1617
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🚉 停車駅の変更1 件の変更された停車パターン
✏️ ひだ(名古屋発着) (Hida(Nagoya to Toyama)) - 高山本線 / 東海道本線type_cd=225, line_group_cd=348 変更内容: 1 駅削除 | 木曽川: ● → ○ | 枇杷島: ○ → ○ | 清洲: ○ → ○ | 尾張一宮: ○ → △ | 稲沢: ● → ○ 全駅リスト (51駅)
|
概要
特急ひだ(名古屋発着)の名古屋における停車条件と駅IDの誤りを修正します。
原因
station_station_types.csvで岐阜以南の駅IDとメモ上の駅名が1駅ずつずれており、木曽川・稲沢が停車、尾張一宮が通過として扱われていました。また、中央本線側の名古屋駅IDが通過駅として重複混入していました。変更内容
影響
特急ひだ(名古屋発着)の停車駅表示と経路レスポンスが実際の停車パターンに一致します。
確認
cargo run -p data_validator— 成功make test-unit— 427件成功、失敗なし、56件ignoredgit diff --check— 成功