Skip to content

Commit

Permalink
Fixed double hash typo in TPI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 26, 2024
1 parent 1588643 commit 30d7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogcore/TPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def inner_loop(guesses, outer_loop_vars, initial_values, ubi, j, ind, p):
bq = household.get_bq(BQ, None, p, "TPI")
# compute tr
tr = household.get_tr(TR, None, p, "TPI")
# # compute rm
# compute rm
rm = household.get_rm(RM, None, p, "TPI")

# initialize arrays
Expand Down

0 comments on commit 30d7977

Please sign in to comment.