pydcf icon indicating copy to clipboard operation
pydcf copied to clipboard

Force N to be an integer when computing the lag T vector

Open anielsen001 opened this issue 5 years ago • 0 comments

Recent numpy will fail in the linspace command is the number of values is not an integer, it won't cast a float, so it must be forced in the code. This check just forces the cast to an integer value.

anielsen001 avatar Sep 04 '20 15:09 anielsen001