-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: fix projection endpoint #9956
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9956 +/- ##
==========================================
+ Coverage 79.88% 80.10% +0.21%
==========================================
Files 1048 1048
Lines 105245 105253 +8
Branches 756 756
==========================================
+ Hits 84078 84315 +237
+ Misses 21126 20897 -229
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
35b4cba
to
ceea8b8
Compare
b1cd020
to
d35f597
Compare
9063f07
to
2b71ebe
Compare
2b71ebe
to
dd290e2
Compare
dd290e2
to
61dde6b
Compare
61dde6b
to
dd290e2
Compare
dd290e2
to
f23509e
Compare
445c2c3
to
03b5e0e
Compare
Co-authored-by: Youness CHRIFI ALAOUI <youness.chrifi@gmail.com> Signed-off-by: Florian Amsallem <florian.amsallem@gmail.com> Signed-off-by: Youness CHRIFI ALAOUI <youness.chrifi@gmail.com>
03b5e0e
to
fa44028
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.
Thanks for adding the test. The improvements look good.
close #9534
We found out that this code was broken since the
trains
variable does not have the same length astrains_details
andcached_projections
.