Fix Ubuntu Sanity CI fail due to pylint error

This commit is contained in:
Duncan Riach 2020-01-10 07:53:53 -08:00
parent c227f00a33
commit 4ea10c4bcc

View File

@ -83,7 +83,7 @@ class BiasAddDeterministicTest(bias_op_base.BiasAddTestBase,
# the iteration loops for the parameter combinations, and so was re-used.
seed = (
hash(data_layout) % 256 + hash(data_rank) % 256 + hash(data_type) %
256)
256)
np.random.seed(seed)
batch_size = 10
channel_count = 8