-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[math] missing overloads for addToGlobList #20799
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
base: master
Are you sure you want to change the base?
Conversation
noticed by makortel in root-project#19645 (comment) name,formula should have an overload not using option, for symmetry with current TF1: TF1(const char *name, const char *formula, Double_t xmin = 0, Double_t xmax = 1, EAddToList addToGlobList = EAddToList::kDefault, bool vectorize = false); TF1(const char *name, const char *formula, Double_t xmin, Double_t xmax, Option_t * option); // same as above but using a string for option These were missed when adding the different overloads on TF2 and TF3
Test Results 22 files 22 suites 3d 17h 47m 25s ⏱️ For more details on these failures, see this check. Results for commit 1ab6d0f. ♻️ This comment has been updated with latest results. |
|
Thanks! |
hageboeck
left a comment
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.
Hello @ferdymercury,
please have a look at the suggestions below. I think we should make sure that the min max arguments are placed and used consistently.
as suggested by hageboeck
pcanal
left a comment
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.
noticed by @makortel in #19645 (comment)
name,formula should have an overload not using option, for symmetry with current TF1:
These were missed when adding the different overloads on TF2 and TF3