Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 12, 2024
1 parent e3cd917 commit d4d5ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_cge/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, sam, h, u, ind):
self.Trf0 = DataFrame(sam, index=['HOH'], columns=['GOV'])
# production tax
self.Tz0 = DataFrame(sam, index=['ACT'], columns=list(ind))
# import tariff
# import tariff
self.Tm0 = DataFrame(sam, index=['IDT'], columns=list(ind))

# the h-th factor input by the j-th firm
Expand Down

0 comments on commit d4d5ea4

Please sign in to comment.