Skip to content

Commit 7e072cd

Browse files
committed
format
1 parent 594d659 commit 7e072cd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_output_plots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"epsilon": [0.5, 0.5, 0.5],
3030
"I": 3,
3131
"alpha_c": [0.3, 0.4, 0.3],
32-
"io_matrix": np.eye(3)
32+
"io_matrix": np.eye(3),
3333
}
3434
)
3535
reform_ss = utils.safe_read_pickle(
@@ -47,7 +47,7 @@
4747
"epsilon": [0.5, 0.5, 0.5],
4848
"I": 3,
4949
"alpha_c": [0.3, 0.4, 0.3],
50-
"io_matrix": np.eye(3)
50+
"io_matrix": np.eye(3),
5151
}
5252
)
5353
reform_taxfunctions = utils.safe_read_pickle(

tests/test_output_tables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"epsilon": [0.5, 0.5, 0.5],
2929
"I": 3,
3030
"alpha_c": [0.3, 0.4, 0.3],
31-
"io_matrix": np.eye(3)
31+
"io_matrix": np.eye(3),
3232
}
3333
)
3434
reform_ss = utils.safe_read_pickle(
@@ -46,7 +46,7 @@
4646
"epsilon": [0.5, 0.5, 0.5],
4747
"I": 3,
4848
"alpha_c": [0.3, 0.4, 0.3],
49-
"io_matrix": np.eye(3)
49+
"io_matrix": np.eye(3),
5050
}
5151
)
5252
# add investment tax credit parameter that not in cached parameters

0 commit comments

Comments
 (0)