diff --git a/tests/python/test_charge_deposition.py b/tests/python/test_charge_deposition.py index bb8055a94..fbcb52840 100755 --- a/tests/python/test_charge_deposition.py +++ b/tests/python/test_charge_deposition.py @@ -61,9 +61,9 @@ def test_charge_deposition(save_png=True): rho.dm(), rho.n_comp(), rho.n_grow_vect(), - amr.MFInfo().set_arena(amrex.The_Pinned_Arena()), + amr.MFInfo().set_arena(amr.The_Pinned_Arena()), ) - amrex.dtoh_memcpy(rho_host, rho) + amr.dtoh_memcpy(rho_host, rho) else: rho_host = rho