Skip to content

Commit

Permalink
Fix Ubuntu Sanity CI fail due to pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanriach committed Dec 10, 2019
1 parent ed955df commit c227f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BiasAddDeterministicTest(bias_op_base.BiasAddTestBase,
parameterized.TestCase):

def _makeShapeTuple(self, batch_size, channel_count, data_rank, data_dim,
data_layout):
data_layout):
data_dims = data_rank * (data_dim,)
if data_layout == 'channels_first':
shape = (batch_size,) + (channel_count,) + data_dims
Expand Down

0 comments on commit c227f00

Please sign in to comment.