Skip to content

Bug in Intlr when linear regression method = '4nn'

Hi @jramon,

I have an issue with the function Intlr.R from this package. When I try to call it using the regression method = '4nn' it shows the next bug: Error in do.ply(i) : task 3 failed - "object 'y' not found".

As it talks about an object 'y' that does not exist we think that maybe the problem could be at

https://earth.bsc.es/gitlab/es/csdownscale/-/blob/master/R/Intlr.R#L472.

Contact me if you need further information about it.

@cdelgado