Skip to content

Commit

Permalink
property test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Jan 3, 2023
1 parent 4fe0f07 commit 20edcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/tests/test_runtime/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_properties_ro(ov_property_ro, expected_value):
),
(
properties.intel_cpu.sparse_weights_decompression_rate,
"SPARSE_WEIGHTS_DECOMPRESSION_RATE",
"CPU_SPARSE_WEIGHTS_DECOMPRESSION_RATE",
(
(0.1, np.float32(0.1)),
(2.0, 2.0),
Expand Down

0 comments on commit 20edcb3

Please sign in to comment.