Skip to content

Commit dcea44f

Browse files
jstacclaude
andcommitted
Fix syntax error in endogenous_lake.md
Removed incomplete statement `model.` on line 489 that was causing a syntax error when converting to Python with jupytext. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c50e976 commit dcea44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/endogenous_lake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def compute_steady_state_quantities(
486486
model = create_lake_model(λ=λ, α=economy.α, b=economy.b, d=economy.d)
487487
488488
# Compute steady state employment and unemployment rates from this lake
489-
model.
489+
# model.
490490
u, e = rate_steady_state(model)
491491
492492
# Compute expected lifetime value conditional on being employed.

0 commit comments

Comments
 (0)