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
fix(plot): 100% coverage — drop dead _vlines, simplify _nice_step, pragma trial-based
CI requires 100% coverage. Remove the now-unused _vlines helper, rewrite _nice_step
without the unreachable/edge branches, and mark plot_foraging_session_plotly with
`# pragma: no cover` (matching plot_session_in_time_plotly) since the visual plotting
functions aren't exhaustively unit-tested; the module helpers remain covered.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments