You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
Added histogram plotting fallback logic for non-TTR input. In PlotData._construct_plot_data, if the TTR pipeline fails or the input is not a valid TTR, the code uses a uniform-width histogram approach, ensuring more robust and meaningful binning for arbitrary Dirac deltas.
Removed all from __future__ import annotations statements.