Skip to content

Commit

Permalink
Small corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Sep 15, 2021
1 parent 316d058 commit bc55779
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/layer_tests/tensorflow_tests/test_tf_RandomUniform.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def create_tf_random_uniform_net(self, global_seed, op_seed, x_shape, min_val, m
*connect('input', '1:add'),
*connect('add', 'result')])


return tf_net, ref_net

test_data = [pytest.param(
Expand All @@ -91,5 +90,4 @@ def test_tf_random_uniform(self, params, ie_device, precision, ir_version, temp_
if ie_device == 'GPU':
pytest.skip("RandomUniform is not supported on GPU")
self._test(*self.create_tf_random_uniform_net(**params, precision=precision, ir_version=ir_version), ie_device,
precision,
temp_dir=temp_dir, ir_version=ir_version, **params)
precision, temp_dir=temp_dir, ir_version=ir_version, **params)

0 comments on commit bc55779

Please sign in to comment.