Skip to content

Commit

Permalink
underscore unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
purva-thakre committed Oct 24, 2024
1 parent 2f4613c commit 215ffd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitiq/lre/tests/test_layerwise_folding.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_get_scale_factor_vectors_no_chunking(
(test_circuit1, 2, 3, 2, 6),
],
)
def testget_scale_factor_vectors_with_chunking(
def test_get_scale_factor_vectors_with_chunking(
test_input, degree, test_fold_multiplier, test_chunks, expected_size
):
"""Verifies vectors of scale factors are calculated accurately."""
Expand Down

0 comments on commit 215ffd6

Please sign in to comment.