-
Notifications
You must be signed in to change notification settings - Fork 634
MQE: add support for predict_linear
#10503
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
Conversation
a553906
to
8893f16
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.
We should perhaps pass this through the gantlet.
fHead, fTail := step.Floats.UnsafePoints() | ||
|
||
if len(fHead)+len(fTail) == 1 && step.Histograms.Any() { | ||
if step.Floats.Any() && step.Histograms.Any() { |
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 wonder if we should address the annotations for deriv in a separate PR given the functionality change.
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.
Not sure I follow sorry - which functionality are you referring to?
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.
This PR changes the pre-existing deriv function in how it handles annotations. It might be easier to review if we do that separately first as its own PR. That said, I'm okay doing it here if you prefer.
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 the changes are minor enough that a separate PR is not necessary.
Added in 63f59a7. |
63f59a7
to
ce747ee
Compare
ce747ee
to
328d798
Compare
What this PR does
This PR adds support in MQE for
predict_linear
.Which issue(s) this PR fixes or relates to
Part of #10067
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.