Skip to content

Commit 6f653d1

Browse files
committed
fix linting error
1 parent 1d00c95 commit 6f653d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_components/test_autograd.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,8 @@ def objective(args):
21672167
# model is called without a frequency
21682168
with AssertLogLevel("INFO"):
21692169
grad = ag.grad(objective)(params0)
2170-
2170+
2171+
21712172
def test_sim_traced_center_size(use_emulated_run):
21722173
fn_dict = get_functions(args[0][0], args[0][1])
21732174
make_sim = fn_dict["sim"]
@@ -2184,7 +2185,7 @@ def objective(center, size):
21842185

21852186
with AssertLogLevel("WARNING", contains_str="autograd tracer"):
21862187
grad = ag.grad(objective, argnum=1)(base_sim.center, base_sim.size)
2187-
2188+
21882189

21892190
def make_sim_rotation(center: tuple, size: tuple, angle: float, axis: int):
21902191
wavelength = 1.5

0 commit comments

Comments
 (0)