Skip to content

Commit

Permalink
Fixed ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiataei committed Oct 18, 2024
1 parent c0ea2a5 commit 27c0205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xlb/operator/boundary_masker/indices_boundary_masker.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def jax_implementation(self, bclist, bc_mask, missing_mask, start_index=None):
bc_mask = bc_mask.at[0].set(bmap[pad_x:-pad_x, pad_y:-pad_y, pad_z:-pad_z])
return bc_mask, missing_mask


def _construct_warp(self):
# Make constants for warp
_c = self.velocity_set.c
Expand Down

0 comments on commit 27c0205

Please sign in to comment.