slaclab / pysmurf

Other
2 stars 9 forks source link

Fix bug in `plot_tune_summary` which does not make eta plots if `channels` is specified #648

Closed dpdutcher closed 3 years ago

dpdutcher commented 3 years ago

Issue

This PR resolves #622

Description

Fixes bug in plot_tune_summary that prevented plots from being generated when channels was not None.

Does this PR break any interface?