Incorrect parameterization args to test in noisy_controlled_qpc_test.py #849
Labels
area/tests
Concerns tests and testing of the TFQ codebase
kind/bug-report
Something doesn't seem to work
priority/p1
Fix is needed as soon as possible
There's something odd happening with the parameter value in this test in TFQ:
quantum/tensorflow_quantum/python/layers/high_level/noisy_controlled_pqc_test.py
Line 149 in 452a212
A dict is being created with the same key, but different values. In Python, that means the last assignment wins; it won't result in 2 dict entries. Therefore, that part of the code is probably wrong.
The text was updated successfully, but these errors were encountered: