-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Resample bug, see #137 #138
Conversation
Codecov Report
@@ Coverage Diff @@
## main #138 +/- ##
=======================================
Coverage 97.45% 97.45%
=======================================
Files 11 11
Lines 865 865
=======================================
Hits 843 843
Misses 22 22
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
# TODO -> why did we make this assumption | ||
y_axis = "y" # + xaxis_filter[1:] |
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.
Is also a mystery to me 🙃
@@ -28,8 +28,9 @@ trace-updater = ">=0.0.8" | |||
numpy = ">=1.14" | |||
Flask-Cors = "^3.0.10" | |||
orjson = "^3.8.0" # Faster json serialization | |||
Werkzeug = "2.1.2" # Fixating werkzeug version because of: | |||
# TODO -> check other werkzeug versions: 2.1.2 and 2.1.1 seem to work. |
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.
Should this be included in this PR? For me it's fine to move this to another PR
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.
I think it can be included!
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.
Will merge this PR and leave this for what it is
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! Just check my comment wrt werkzeug versioning
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
Guess the only thing blocking merging this PR is checking other werkzeug versions! |
See #137 137