Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 21, 2022
1 parent c093ee5 commit c681306
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ogusa/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ def get_tax_function_parameters(
# If run_micro is false, check to see if parameters file exists
# and if it is consistent with Specifications instance
if not run_micro:
dict_params, run_micro = self.read_tax_func_estimate(p, tax_func_path)
dict_params, run_micro = self.read_tax_func_estimate(
p, tax_func_path
)
if run_micro:
micro_data, _ = get_micro_data.get_data(
baseline=p.baseline,
Expand Down

0 comments on commit c681306

Please sign in to comment.