Skip to content

Commit

Permalink
Merge pull request PSLmodels#84 from PSLmodels/fix_formatting
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
jdebacker authored Jan 31, 2024
2 parents 9da4947 + fe84c2f commit c0802c6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions cs-config/cs_config/helpers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Functions used to help OG-USA configure to COMP
"""

try:
import boto3
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions ogusa/demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
model
------------------------------------------------------------------------
"""

# Import packages
import os
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion ogusa/estimate_beta_j.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
beta_j parameters for OG-USA.
"""


import numpy as np
import os
import scipy.optimize as opt
Expand Down
1 change: 1 addition & 0 deletions ogusa/get_micro_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
model (Tax-Calculator).
------------------------------------------------------------------------
"""

from taxcalc import Records, Calculator, Policy
from pandas import DataFrame
from dask import delayed, compute
Expand Down
1 change: 1 addition & 0 deletions ogusa/income.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
percentiles, as it uses fitted polynomials to those percentiles.
-----------------------------------------------------------------
"""

import numpy as np
import scipy.optimize as opt
import scipy.interpolate as si
Expand Down
1 change: 1 addition & 0 deletions tests/test_run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
work by making sure that it does not break (is still running) after
5 minutes (300 seconds).
"""

import multiprocessing
import time
import os
Expand Down

0 comments on commit c0802c6

Please sign in to comment.