Skip to content

Commit d2b01ee

Browse files
committed
format
1 parent 6f6c704 commit d2b01ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_firm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,4 +1074,4 @@ def test_adj_cost_dKp1(K, Kp1, p, method, expected):
10741074
Test of the firm capital adjustment cost function.
10751075
"""
10761076
test_val = firm.adj_cost_dKp1(K, Kp1, p, method)
1077-
assert np.allclose(test_val, expected)
1077+
assert np.allclose(test_val, expected)

0 commit comments

Comments
 (0)