bioFAM/MOFA

predict function should use S3 dispatching

sthawinke opened this issue · 0 comments

Dear developpers,

I noticed you defined a new predict function which overrides the existing predict function. This can be annoying, I suggest you use proper S3 dispatching, i.e. name your method predict.MOFA.

Keep up the good work!