analysis-pipelines icon indicating copy to clipboard operation
analysis-pipelines copied to clipboard

User-defined Function Throwing an error when registry is loaded

Open husamrahman opened this issue 5 years ago • 2 comments

I am getting this Error message (below) when initializing my pipeline. I have a series of user-defined functions in the pipeline but for some reason, it always throws an error for this one function (called "myDefinedFunction"). I registered the function exactly the same way as the others. The only way to get it working is to source the function, re-register it, then save and re-load the registery again. Any thoughts?

"Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘myDefinedFunction’ for signature ‘"AnalysisPipeline", "formula"’"

husamrahman avatar Mar 21 '19 20:03 husamrahman

Could you share a code snippet for this pipeline?

naren1991 avatar Mar 22 '19 02:03 naren1991

I am unable to reproduce this issue. Could you let me know if you faced this one-time or repeatedly? A code snippet of the actual pipeline will also help debug further.

naren1991 avatar Mar 23 '19 04:03 naren1991