Thomas Randall
Thomas Randall
I can also replicate this using floating point values when `strict=False` on the constraint if the _lower_ bound is strictly equal to the constrained value. Adding `np.finfo(float).eps` will push a...
> Another work around for now would be to use `reject_sampling` as the `handling_strategy` for the constraint. From what I've seen in testing, `reject_sampling` will fail to generate any rows...
This issue has been re-introduced with ScalarRanges, perhaps other constraint types as well. I have replicated it in versions 1.1.0 and 1.2.0, but did not track the exact commit it...