Skip to content

mcmc_trace: officially support highlight and alpha arguments#554

Merged
jgabry merged 3 commits into
masterfrom
fix/552-mcmc-trace-highlight
Jul 17, 2026
Merged

mcmc_trace: officially support highlight and alpha arguments#554
jgabry merged 3 commits into
masterfrom
fix/552-mcmc-trace-highlight

Conversation

@jgabry

@jgabry jgabry commented Jul 17, 2026

Copy link
Copy Markdown
Member

closes #552

The original intent was for highlighting to be done only with mcmc_trace_highlight(), but since it actually works for mcmc_trace() too we should officially support it. Right now we throw a warning saying the arguments are ignored but they actually aren't.

@codecov-commenter

codecov-commenter commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.79%. Comparing base (b4c3158) to head (361a09b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #554   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files          35       35           
  Lines        6583     6583           
=======================================
  Hits         6504     6504           
  Misses         79       79           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jgabry

jgabry commented Jul 17, 2026

Copy link
Copy Markdown
Member Author

This is pretty straightforward, so going ahead and merging

@jgabry
jgabry merged commit 898d998 into master Jul 17, 2026
6 checks passed
@jgabry
jgabry deleted the fix/552-mcmc-trace-highlight branch July 17, 2026 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mcmc_trace allows highlight but gives a warning

2 participants