You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #366, two dependent GreaterThan constraints currently doesn't work. Even though this is not exactly supported, it should still work, indicating a possible bug in the code.
Below is an example where the synthetic data for low should be smaller than for n, and n smaller than high, but it doesn`t work:
Instead, since we are trying to revert the transforms, we should iterate over the constraints in the reverse order.
forconstraintinreversed(self._constraints):
sync-by-unitobot
changed the title
Dependent GreaterThan constraints doesn't work
SDV - #371 Dependent GreaterThan constraints doesn't work
Apr 13, 2021
sync-by-unitobot
changed the title
SDV - #371 Dependent GreaterThan constraints doesn't work
Dependent GreaterThan constraints doesn't work
Apr 13, 2021
As mentioned in #366, two dependent GreaterThan constraints currently doesn't work. Even though this is not exactly supported, it should still work, indicating a possible bug in the code.
Below is an example where the synthetic data for low should be smaller than for n, and n smaller than high, but it doesn`t work:
The text was updated successfully, but these errors were encountered: