-
Notifications
You must be signed in to change notification settings - Fork 10
Fix GitHub Pages deployment and add H6 Social Security reform calibration #448
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove 10-second timeout and || true from make documentation target. The timeout was causing builds to fail silently, resulting in missing docs/_build/site directory and GitHub Pages deployment failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
MyST requires Node.js to build documentation. Added setup-node@v4 step to install Node.js 20 before package installation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
MyST generates static HTML files in _build/html for static hosting, while _build/site contains dynamic content for MyST server. GitHub Pages requires the static HTML files. Changes: - Deploy docs/_build/html instead of docs/_build/site - Update Makefile to touch .nojekyll in correct directory - Remove manual index.html (MyST generates this automatically) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Documents critical distinction between _build/html/ (for static hosting) and _build/site/ (for development server) to prevent future deployment mistakes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add load_h6_income_rate_change() to ssa_data.py to load reform ratio targets - Extend GREG calibration to support H6 revenue impact constraints - Add --use-h6-reform flag to run_household_projection.py - Implement H6 reform that phases out SS benefit taxation (2045-2054) - Use absolute revenue targets (ratio × payroll) for linear GREG constraints - Skip H6 computation for years with zero reform effect (2025-2044) The H6 reform calibration ensures microsimulation results match SSA Trustee Report projections for the revenue impact of phasing out Social Security benefit taxation. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Add START_YEAR parameter to run_household_projection.py CLI - Enhance H6 reform with threshold crossover handling for OASDI/HI tiers - Implement min/max swapping logic to prevent engine errors when OASDI thresholds exceed HI thresholds - Update usage documentation with clearer examples - Add additional SSA data source URL to storage README 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
Author
|
@MaxGhenis the many files are are mostly documentation from my cleanup. The long term folder files aren't part of the normal run. Hopefully this does fix the red X on main with the updated documentation publishing workflow |
- Update Node.js from 20 to 22 (current Active LTS) - Add 18 unit tests for H6 reform threshold crossover logic - Improve changelog to document H6 Social Security reform additions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary