Open pitkajuh opened 4 months ago
It seems that the files I edited had unnecessary white spaces. My text editor automatically removes them. Is this ok?
Very nice initiative!
About the place to put your function: I would create a new file to collect these free math functions, just like we do in RooFit: https://github.com/root-project/root/blob/master/roofit/roofitcore/inc/RooFit/Detail/MathFuncs.h#L86
Mabye CombineMathFuncs.h
. Then we can also put other repeated code there.
@adewit, what do you think?
@pitkajuh, you can close this PR, and alternative PR has been merged. Thanks for the initial work!
Dear All. This PR fixes #884. Unfortunately I could not figure out a proper place for new logKappa function, so I created a new file for it. If there is a better place for it, please do not hesitate to tell me.
The code compiles without any problems but some test fail after running pytest via conda in test/ directory:
I am not sure if these errors have anything to do with the edits I made. I ran the tests by executing pytest command in test/ directory. I don't know if this is the proper way to run the tests. I did not find any information how to run tests. Can anyone provide any insight on this?