Skip to content

Commit

Permalink
use ogcore demog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Mar 16, 2024
1 parent 4dfb376 commit d3d0c1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ogmys/calibrate.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ogmys import demographics, macro_params, income
from ogmys import macro_params, income
import os
import numpy as np
from ogcore import txfunc
from ogcore import demographics, txfunc
from ogcore.utils import safe_read_pickle, mkdirs
import pkg_resources

Expand Down Expand Up @@ -55,11 +55,11 @@ def __init__(
p.E,
p.S,
p.T,
1,
100,
p.start_year - 1,
p.start_year,
GraphDiag=True,
0,
99,
country_id="458", # UN code for MYS
initial_data_year=p.start_year - 1,
final_data_year=p.start_year,
)

# earnings profiles
Expand Down

0 comments on commit d3d0c1d

Please sign in to comment.