Skip to content

Commit

Permalink
Merge pull request PSLmodels#896 from jdebacker/demog
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
rickecon authored Feb 6, 2024
2 parents 4b894bd + 974eac0 commit ba50ecc
Show file tree
Hide file tree
Showing 13 changed files with 1,577 additions and 235 deletions.
1 change: 1 addition & 0 deletions docs/book/content/theory/images/SS_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
documentation
------------------------------------------------------------------------
"""

# Import libraries, packages, and modules
import pickle
import os
Expand Down
3 changes: 0 additions & 3 deletions ogcore/SS.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,6 @@ def inner_loop(outer_loop_vars, p, client):
debt_service,
p,
)
print("Agg tax = ", total_tax_revenue)
print("Agg pension outlays = ", agg_pension_outlays)
print("Agg UBI outlays = ", UBI_outlays)
new_TR = fiscal.get_TR(
Y,
TR,
Expand Down
1 change: 1 addition & 0 deletions ogcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Specify what is available to import from the ogcore package.
"""

from ogcore.SS import *
from ogcore.TPI import *
from ogcore.aggregates import *
Expand Down
Loading

0 comments on commit ba50ecc

Please sign in to comment.