diff --git a/ogusa/income.py b/ogusa/income.py index f4064831..a196b517 100644 --- a/ogusa/income.py +++ b/ogusa/income.py @@ -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