Skip to content
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

fix GTFS reference date for time period begin #402

Merged
merged 4 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ jobs:
- preset: clang-tidy
skipui: true
skiptests: true
#- preset: linux-sanitizer
# skipui: true
- preset: linux-sanitizer
skipui: true
- preset: linux-debug
skipui: true
emulator: valgrind --leak-check=full --error-exitcode=1
Expand Down
2 changes: 1 addition & 1 deletion .pkg
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
[nigiri]
[email protected]:motis-project/nigiri.git
branch=master
commit=0e125f9c17ca175a5226c632e2f5945271539422
commit=6ab4efd0fdee59c208adfda3d8c74482e176d922
[osmium]
[email protected]:motis-project/libosmium.git
branch=master
Expand Down
4 changes: 2 additions & 2 deletions .pkg.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
17326477996587457244
4333485753525001497
cista a6218e9cd9da9e1c7a70c1188e2faf9e082b7f1c
zlib fe8e13ffca867612951bc6baf114e5ac8b00f305
boost be5235eb2258d2ec19e32546ab767a62311d9b46
Expand Down Expand Up @@ -28,7 +28,7 @@ net 44674d2f3917e20b7019a0f7254d332522c36fb7
protobuf e4d1f574ea9793308da9a942b4d5c1d4628aaed6
unordered_dense 4f380fb1d64f1843ca2c993ed39a8342a8747e5d
wyhash 1e012b57fc2227a9e583a57e2eacb3da99816d99
nigiri 0e125f9c17ca175a5226c632e2f5945271539422
nigiri 6ab4efd0fdee59c208adfda3d8c74482e176d922
lua 7bb93325b26f84c7e8b51fcbd857361ce7605a1d
luabind 9223568bbcf818ecfb1001d49f567627ee10852a
tbb 2067af88257710d07253761655a802732a32496e
Expand Down
2 changes: 1 addition & 1 deletion modules/nigiri/include/motis/nigiri/nigiri.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct nigiri : public motis::module::module {
bool no_cache_{false};
bool adjust_footpaths_{true};
bool merge_duplicates_{false};
std::string first_day_;
std::string first_day_{"TODAY"};
std::string default_timezone_;
std::uint16_t num_days_{2U};
bool lookup_{true};
Expand Down
Loading