Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 6, 2023
1 parent cc98336 commit 61b60a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_pde_system_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,10 @@ def test_int_gs_in_densities():
result = merge_int_g_exprs([int_g1])

source_kernels = [AxisSourceDerivative(0, laplace_knl), laplace_knl]

densities = [
(-1)*int_g_vec(AxisTargetDerivative(1, laplace_knl),
density, qbx_forced_limit=1) * (-2),
(-1)*(int_g_vec(AxisTargetDerivative(1, laplace_knl),
density, qbx_forced_limit=1) * (-2)),
int_g_vec(AxisTargetDerivative(2, laplace_knl),
density, qbx_forced_limit=1) * (-1)
]
Expand Down

0 comments on commit 61b60a0

Please sign in to comment.