Skip to content

Conversation

palday
Copy link
Member

@palday palday commented Sep 25, 2025

  • add entry in NEWS.md
  • after opening this PR, add a reference and run docs/NEWS-update.jl to update the cross-references.
  • I've bumped the version appropriately

Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.61%. Comparing base (b78e319) to head (a1eb121).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #867      +/-   ##
==========================================
+ Coverage   95.60%   95.61%   +0.01%     
==========================================
  Files          38       38              
  Lines        3683     3694      +11     
==========================================
+ Hits         3521     3532      +11     
  Misses        162      162              
Flag Coverage Δ
current 95.31% <100.00%> (+0.01%) ⬆️
minimum 95.55% <100.00%> (+0.01%) ⬆️
nightly 95.28% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

@palday palday marked this pull request as ready for review September 25, 2025 04:51
@palday palday requested a review from dmbates September 25, 2025 04:51
@error "Inner models have grouping variables not present in outer models."
return false
end
# check that every intercept/slope for a grouping var occurs in the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the reason for switching to setdiff just for clarity?

Also, both here and above there is a call to @error followed by return false. My guess is that the return false will never be called as @error does not return. I have no objections to this formulation but I am wondering if it is redundant.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the change to setdiff is just for clarity.

@error just shows a log message. I think you're thinking of error which throws.

@palday palday requested a review from dmbates September 26, 2025 15:08
@palday palday merged commit f76d4a5 into main Sep 26, 2025
12 checks passed
@palday palday deleted the pa/lrt-improvements branch September 26, 2025 15:24
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.

2 participants