Related issue: If a delta X < 1 for X step w/ interpolation is provided then the algorithm runs out of memory. This is because the algo can never reach x_max with this step size. There should be some validation check for such an input before the algorithm runs.
Related issue: If a delta X < 1 for X step w/ interpolation is provided then the algorithm runs out of memory. This is because the algo can never reach x_max with this step size. There should be some validation check for such an input before the algorithm runs.