Skip to content

[FIX] Minor bug fixes#587

Closed
HumphreyYang wants to merge 3 commits into
mainfrom
bug-fix
Closed

[FIX] Minor bug fixes#587
HumphreyYang wants to merge 3 commits into
mainfrom
bug-fix

Conversation

@HumphreyYang
Copy link
Copy Markdown
Member

This PR fixes some minor timing inconsistency and code bug in cagan_ree, tax_smoothing, and cons_smoothing.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2025

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit 48f73e7
🔍 Latest deploy log https://app.netlify.com/projects/taupe-gaufre-c4e660/deploys/684f7252945c8a00085b305f
😎 Deploy Preview https://deploy-preview-587--taupe-gaufre-c4e660.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 28, 2025

@github-actions github-actions Bot temporarily deployed to pull request May 28, 2025 04:47 Inactive
@github-actions github-actions Bot temporarily deployed to pull request May 28, 2025 04:47 Inactive
@github-actions github-actions Bot temporarily deployed to pull request May 28, 2025 12:13 Inactive
@github-actions github-actions Bot temporarily deployed to pull request May 28, 2025 12:14 Inactive
@mmcky
Copy link
Copy Markdown
Contributor

mmcky commented Jun 16, 2025

@HumphreyYang please ping me when you're ready for review.

@github-actions github-actions Bot temporarily deployed to pull request June 16, 2025 01:32 Inactive
@github-actions github-actions Bot temporarily deployed to pull request June 16, 2025 01:34 Inactive
@HumphreyYang
Copy link
Copy Markdown
Member Author

@HumphreyYang please ping me when you're ready for review.

Many thanks @mmcky, this PR is under Tom's review so I will update once I have more information!

@jstac
Copy link
Copy Markdown
Contributor

jstac commented May 28, 2026

This branch has merge conflicts with main and needs to be rebased.

@jstac
Copy link
Copy Markdown
Contributor

jstac commented May 28, 2026

Closing in favor of #753, which re-applies these bug fixes onto current main. Thanks @HumphreyYang.

@jstac jstac closed this May 28, 2026
jstac added a commit that referenced this pull request May 28, 2026
In cons_smooth.md and tax_smooth.md:
- Fix budget constraint computation: missing factor of R in
  np.linalg.inv(A) @ b (should be @ (R * b)).
- Fix plot functions referencing global cs_model/tax_model instead
  of the model argument, which would silently ignore the model
  parameter if the function is called with a different model.

In cagan_ree.md:
- Fix off-by-one timing in μ_seq construction and continuation paths.
- Add π_seq_2 boundary adjustment at T1-1 for regime continuity.
- Fix swapped Smooth/Jumpy labels in the p-plot (now reads as $m_{T_1}$
  to match the m-plot variants).
- Add note that γ* = 1 is assumed in solve().

Extracted from #587 (HumphreyYang) onto current main.

Co-authored-by: Humphrey Yang <u6474961@anu.edu.au>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants