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.
Exopy/exopy_hqc_legacy@9fa16bd enforced
np.ndarray
outputs by default inquery_binary_values
andquery_ascii_values
, whileread_raw_data
andread_formatted_data
inrohde_and_schwarz_vna.py
still expect alist
instead of annp.ndarray
. This is fixed by this PR.See also: Qcircuits/ecpy_qcircuits/pull/18