Skip to content

Commit

Permalink
Fixed issue with Utils test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Dec 21, 2023
1 parent 3ab9215 commit a3411d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GeneralRelativity/test_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3411d0

Please sign in to comment.