MarcSerraPeralta / iq_readout

Classifiers for IQ readout data from superconducting qubits
https://iq-readout.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Pytest option to show test figures #9

Closed MarcSerraPeralta closed 3 months ago

MarcSerraPeralta commented 3 months ago

Check if it is possible to pass arguments to pytest that the test functions can use, e.g. "SHOW_PLOTS", so that in the test files for plotting we can add

if SHOW_PLOTS:
    plt.show()