It seems there has been quite a few changes for the IN method in both FPCA.R and GetINScores.R. To make the truncation of the domain to work in this step, the time grid needs to be truncObsGrid instead of obsGrid. The minimal example would work if I made this change on line 236 of FPCA.R. I did not create a pull request because I did not extensively test and don't want to introduce incompatibility. The Travis CI seems to be broken, since the last passing commit is 6 months ago.
A minimal example is below:
The data is here: tmp.csv
It seems there has been quite a few changes for the IN method in both
FPCA.R
andGetINScores.R
. To make the truncation of the domain to work in this step, the time grid needs to betruncObsGrid
instead ofobsGrid
. The minimal example would work if I made this change on line 236 ofFPCA.R
. I did not create a pull request because I did not extensively test and don't want to introduce incompatibility. The Travis CI seems to be broken, since the last passing commit is 6 months ago.