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

Fix incorrect param name #9

Merged
merged 6 commits into from
Mar 20, 2024
Merged

Fix incorrect param name #9

merged 6 commits into from
Mar 20, 2024

Conversation

wagnerlmichael
Copy link
Member

@wagnerlmichael wagnerlmichael commented Mar 19, 2024

I believe the problem here is that we were referencing a parameter that doesn't exist. It works with tax_year. year doesn't seem to exist in the json structure.

Closes #7

@wagnerlmichael wagnerlmichael requested a review from a team as a code owner March 19, 2024 21:37
@wagnerlmichael wagnerlmichael linked an issue Mar 19, 2024 that may be closed by this pull request
@wagnerlmichael wagnerlmichael marked this pull request as draft March 19, 2024 21:37
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a51d926) to head (8e4b4f0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          187       187           
=========================================
  Hits           187       187           

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

@wagnerlmichael wagnerlmichael marked this pull request as ready for review March 20, 2024 14:16
@@ -23,7 +23,7 @@ In general, there are four important statistics produced in sales ratio studies,
| **COD** | 5 - 15 | How often properties with the *same* sale price receive the same predicted market value. Lower CODs indicate more fairness between similarly priced properties. |
| **PRD** | .98 - 1.03 | How often properties with *different* sale prices receive the proportionately different predicted market values. Lower PRDs indicate more fairness between low and high-priced properties. |
| **PRB** | -.05 - .05 | PRB is a different approach to measuring fairness across homes with different sale prices. |
| **Median Ratio** | .095 - 1.05 | The median ratio measures whether the most common ratios accurately reflect sale prices. |
| **Median Ratio** | .95 - 1.05 | The median ratio measures whether the most common ratios accurately reflect sale prices. |
Copy link
Member Author

Choose a reason for hiding this comment

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

This looks like it was a typo.

Copy link
Member

Choose a reason for hiding this comment

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

Nice catch!

Copy link
Member

@dfsnow dfsnow left a comment

Choose a reason for hiding this comment

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

Looks good to me @wagnerlmichael!

@@ -23,7 +23,7 @@ In general, there are four important statistics produced in sales ratio studies,
| **COD** | 5 - 15 | How often properties with the *same* sale price receive the same predicted market value. Lower CODs indicate more fairness between similarly priced properties. |
| **PRD** | .98 - 1.03 | How often properties with *different* sale prices receive the proportionately different predicted market values. Lower PRDs indicate more fairness between low and high-priced properties. |
| **PRB** | -.05 - .05 | PRB is a different approach to measuring fairness across homes with different sale prices. |
| **Median Ratio** | .095 - 1.05 | The median ratio measures whether the most common ratios accurately reflect sale prices. |
| **Median Ratio** | .95 - 1.05 | The median ratio measures whether the most common ratios accurately reflect sale prices. |
Copy link
Member

Choose a reason for hiding this comment

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

Nice catch!

@dfsnow dfsnow merged commit 3c0172c into master Mar 20, 2024
12 checks passed
@dfsnow dfsnow deleted the fix-read-json branch March 20, 2024 17:00
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.

JSON broke
2 participants