Skip to content

Commit

Permalink
fixing interpolation test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Jan 25, 2024
1 parent f0f2c99 commit 913b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interpolations.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_interpolation_on_grid():
time1 = time.time()
interpolated = interpolation(x)
print(f"Time taken for interpolation: {(time.time() - time1):.2f} sec")
positions = self.get_postion(x)
positions = interpolation.get_postion(x)

# Preparing ground truth for comparison
ghosts = int(math.ceil(6 / 2))
Expand Down

0 comments on commit 913b7b0

Please sign in to comment.