I am trying to use lintsampler to draw samples from a 2D pdf generated from an interpolated dataset (using scipy.interpolate.RegularGridInterpolate). However some of the samples generated, when evaluated using the original pdf, have probability 0. Should there be some kind of check for this?