pydcf
pydcf copied to clipboard
Force N to be an integer when computing the lag T vector
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.