Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHelfer committed Feb 13, 2024
2 parents 1ae33c4 + 57952a0 commit 7c6343c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GeneralRelativity/Interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def get_postion(self, tensor: torch.Tensor) -> torch.Tensor:
self.relative_positions,
):
result = 0

# Writing results to the interpolated array
ind = 2 * (index_for_input_array - (ghosts - 1)) + (
relative_index
Expand Down

0 comments on commit 7c6343c

Please sign in to comment.