-
Notifications
You must be signed in to change notification settings - Fork 453
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
[query] Add Graphite invert function #3644
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3644 +/- ##
========================================
- Coverage 56.1% 56.1% -0.1%
========================================
Files 551 551
Lines 61868 61868
========================================
- Hits 34747 34726 -21
- Misses 23988 24007 +19
- Partials 3133 3135 +2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@@ -904,12 +904,12 @@ func TestCombineBootstrapWithOriginal(t *testing.T) { | |||
Engine: NewEngine(&common.MovingFunctionStorage{}, CompileOptions{}), | |||
}) | |||
|
|||
originalStart = time.Date(2020, time.October, 5, 1, 16, 00, 0, time.UTC) | |||
originalStart = time.Date(2020, time.October, 5, 1, 16, 0o0, 0, time.UTC) |
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.
gofumpt automatically change it. tests still working though
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
What this PR does / why we need it:
Add invert function
Special notes for your reviewer:
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: