Skip to content

Commit

Permalink
delete a space
Browse files Browse the repository at this point in the history
  • Loading branch information
mawc2019 committed Jul 31, 2023
1 parent 6e3a85c commit e68b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/adjoint/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def mesh_grid(
X, Y = np.meshgrid(xv, yv, sparse=True, indexing="ij")

return Nx, Ny, X, Y


def cylindrical_filter(
x: np.ndarray,
Expand Down

0 comments on commit e68b471

Please sign in to comment.