Skip to content

Commit cc98336

Browse files
committed
debug 3
1 parent b92e53e commit cc98336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_pde_system_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ def test_int_gs_in_densities():
460460
densities=tuple(densities),
461461
qbx_forced_limit=1)
462462

463-
print(result[0])
464-
print(int_g3)
463+
print(result[0]._safe_repr(limit=1000))
464+
print(int_g3._safe_repr(limit=1000))
465465
assert result[0] == int_g3
466466

467467

0 commit comments

Comments
 (0)