Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change bkr for qrr to avoid undefined variable error #85

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

markgpritchard
Copy link
Contributor

I am afraid I have struggled to reproduce this error in a minimum example, but if the blocks if qrr < size(F, 2) are accessed on lines 181 and 236 while doing a multinomial regression with nominal or ordinal data, then this triggers an undefined variable error. This is corrected by substituting qrr for bkr on 182 and 237.
All tests still pass.

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.92%. Comparing base (f8751d1) to head (3fab865).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/solvers.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   91.32%   90.92%   -0.41%     
==========================================
  Files           9        9              
  Lines         715      716       +1     
==========================================
- Hits          653      651       -2     
- Misses         62       65       +3     

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

@Nosferican Nosferican merged commit ebe8484 into Nosferican:master Dec 9, 2024
1 of 3 checks passed
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.

4 participants