Skip to content

Commit 61b60a0

Browse files
committed
fix test
1 parent cc98336 commit 61b60a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test_pde_system_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,10 @@ def test_int_gs_in_densities():
449449
result = merge_int_g_exprs([int_g1])
450450

451451
source_kernels = [AxisSourceDerivative(0, laplace_knl), laplace_knl]
452+
452453
densities = [
453-
(-1)*int_g_vec(AxisTargetDerivative(1, laplace_knl),
454-
density, qbx_forced_limit=1) * (-2),
454+
(-1)*(int_g_vec(AxisTargetDerivative(1, laplace_knl),
455+
density, qbx_forced_limit=1) * (-2)),
455456
int_g_vec(AxisTargetDerivative(2, laplace_knl),
456457
density, qbx_forced_limit=1) * (-1)
457458
]

0 commit comments

Comments
 (0)