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
It looks like this test case's output is tightly coupled to how the random package is implemented. See f4e7975 for another example where the .stdout file had to be changed to accommodate changes in random.
We should either 1) remove our dependency on random and just use the tf-random API 2) add a random <= 1.1 upper bound or 3) add a random >= 1.2 bound and change the expected output file.
Instead, directly use the generators defined in `tf-random`.
This changes the generation algorithm for some types, so we
need to update the tests that depend on those concrete values.
Fixes#1102
Instead, directly use the generators defined in `tf-random`.
This changes the generation algorithm for some types, so we
need to update the tests that depend on those concrete values.
Fixes#1102
Going from
random-1.1.*
torandom-1.2.*
causes theissue152.icry
test case to fail:(ht to @yav for originally noticing this.)
The text was updated successfully, but these errors were encountered: