Exopy / exopy_hqc_legacy

Transition package to smooth transition from HQCMeas to Exopy.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Fix rohde_and_schwarz_vna (Exopy/exopy_hqc_legacy@9fa16bd) #83

Closed bastienvoirin closed 9 months ago

bastienvoirin commented 9 months ago

Exopy/exopy_hqc_legacy@9fa16bd enforced np.ndarray outputs by default in query_binary_values and query_ascii_values, while read_raw_data and read_formatted_data in rohde_and_schwarz_vna.py still expect a list instead of an np.ndarray. This is fixed by this PR.

See also: Qcircuits/ecpy_qcircuits/pull/18

MatthieuDartiailh commented 9 months ago

LGTM