Skip to content

Update vertical_equity_study.py - #357

Open
connorschwartz wants to merge 2 commits into
larsiusprime:masterfrom
connorschwartz:patch-8
Open

Update vertical_equity_study.py#357
connorschwartz wants to merge 2 commits into
larsiusprime:masterfrom
connorschwartz:patch-8

Conversation

@connorschwartz

@connorschwartz connorschwartz commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The df_group_to_quantile and self.prd assignments were deleted in this commit fcc45b1 seemingly by mistake. The df_group_to_quantile and prd attribute are now not getting assigned, causing failures in the assessment quality notebook.

This df_group_to_quantile assignment was deleted in this commit larsiusprime@fcc45b1 seemingly by mistake. The df_group_to_quantile is now not getting assigned, causing failure when this method gets run by the assessment quality notebook.
@nikhilsi

nikhilsi commented Jul 4, 2026

Copy link
Copy Markdown

Confirming this from an independent reproduction. Running the assessment
quality flow at current master (7952236) we hit both errors this PR
addresses: the df_group_to_quantile NameError and the missing self.prd
assignment in vertical_equity_study.py. Both trace back to the two lines
removed in fcc45b1, as described here and in issue #359. We applied this
branch's four-line restoration on top of 7952236 and both errors are
resolved; the study runs to completion. Would be good to see this merged.

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