diff --git a/GeneralRelativity/test_Utils.py b/GeneralRelativity/test_Utils.py index 5ed3a27..24d5fa2 100644 --- a/GeneralRelativity/test_Utils.py +++ b/GeneralRelativity/test_Utils.py @@ -38,6 +38,7 @@ def test_TensorDict(): oneoverdx = 64.0 / 4.0 # Prepare the data and compute derivatives using TensorDict + dataXcut = cut_ghosts(dataX) vars = TensorDict(dataXcut, keys_all) d1 = TensorDict(diff1(dataX, oneoverdx), keys_all) d2 = TensorDict(diff2(dataX, oneoverdx**2), keys_all)