-
Notifications
You must be signed in to change notification settings - Fork 6
Train length and etcs #11
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
Open
Roli15
wants to merge
33
commits into
dkouzoup:innocheque
Choose a base branch
from
Roli15:trainLengthAndEtcs
base: innocheque
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8a0efc0
tunnel factor added
Roli15 379d221
speed limits train length adjusted
Roli15 c79639e
wip
Roli15 9b6bc8c
wip 2
Roli15 518780b
fix tunnel parameter
Roli15 2265ec6
Merge branch 'recovered-work'
Roli15 3c32acd
gradients length dependent
Roli15 9776a58
fixed time approx
Roli15 9b9c212
curvature train length dependent
Roli15 43b6e16
bug fixes
Roli15 0e20613
bug fix
Roli15 0089887
length dependent constant values adjusted
Roli15 b1b1566
tunnel resistance made to list
Roli15 52fdc5e
update tunnel resistance format
Roli15 6a0b452
test tunnel resistance added
Roli15 97c20ab
test speed limit added
Roli15 1a2a00b
test gradients added
Roli15 8fe528e
test curvature added
Roli15 6aab544
implementation of pull request feedback
Roli15 32d3c76
bug fixes
Roli15 281cb14
wip
Roli15 6d4b0af
wip 2
Roli15 654534a
wip 3
Roli15 297f6a9
wip 4
Roli15 4c8cd77
gradient unit tests finished
Roli15 cc1dbcb
unit test amended
Roli15 ab7e79a
merged upstream origin
Roli15 5b58c06
bug fixes
Roli15 914d72a
braking curves added
Roli15 390c116
etcs file added
Roli15 52b83c7
refactoring etcs
Roli15 ccf8da7
revisions pull request
Roli15 7c986ca
small refactoring of etcs.py
Roli15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Let's add a test that runs all paper simulations and simply checks that solver converges. We might need to slightly adapt the scripts to output solver status. Maybe on a separate PR as this one is getting too big