sremes/nonstationary-spectral-kernels

mistake in the code

Opened this issue · 4 comments

Hi, I run the code and something is wrong. The wrong message is Undefined function 'isfinite' for input arguments of type 'struct'. for sixtieth line D= numel(unwrap(hyp_rand)); in test_simulated.m file. Is the problem of matlab version(matlab 2018a) I used or other mistakes ? Thank you very much!

Hi, I run the code and something is wrong. The wrong message is Undefined function 'isfinite' for input arguments of type 'struct'. for sixtieth line D= numel(unwrap(hyp_rand)); in test_simulated.m file. Is the problem of matlab version(matlab 2018a) I used or other mistakes ? Thank you very much!

Hi, have you figured it out?

I don't have access to Matlab anymore, but I used to have the 2017b version if I recall correctly.

I think that could be due to missing the unwrap.m and rewrap.m files in this repo. Maybe it works fine with commit b0103ec

Exactly, thanks for your attention and reply.