-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: fix electrical profiles in csv export #10420
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10420 +/- ##
==========================================
- Coverage 81.67% 81.67% -0.01%
==========================================
Files 1071 1071
Lines 106118 106127 +9
Branches 727 727
==========================================
+ Hits 86673 86674 +1
- Misses 19406 19414 +8
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
68927cd
to
1a81603
Compare
front/src/modules/simulationResult/SimulationResultExport/exportTrainCSV.ts
Outdated
Show resolved
Hide resolved
front/src/modules/simulationResult/SimulationResultExport/exportTrainCSV.ts
Outdated
Show resolved
Hide resolved
a3fc5e0
to
03738e7
Compare
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.
lgtm
03738e7
to
129cfed
Compare
in exportTrainCSV.ts electrical profiles are based on electrificationRanges, which are not the good ones use simulatedTrain.electrical_profiles instead Co-authored-by: Math_R_ <[email protected]> Signed-off-by: Yohh <[email protected]>
129cfed
to
15b93a0
Compare
in exportTrainCSV.ts electrical profiles are based on electrificationRanges, which are not the good ones
use simulatedTrain.electrical_profiles instead
close #9345