Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 7, 2024
1 parent 60b57d6 commit dcbe46b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ogusa/income.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,12 @@ def get_e_orig(age_wgts, abil_wgts, plot=False):
# Plot original unscaled 80 x 7 ability matrix
kwargs = {"filesuffix": "_orig_unscaled"}
pp.plot_income_data(
ages_long, abil_midp, abil_wgts,
e_orig.reshape((1, 80, 7)), path=OUTPUT_DIR, **kwargs
ages_long,
abil_midp,
abil_wgts,
e_orig.reshape((1, 80, 7)),
path=OUTPUT_DIR,
**kwargs,
)

# Plot original scaled 80 x 7 ability matrix
Expand Down

0 comments on commit dcbe46b

Please sign in to comment.