Skip to content

Commit

Permalink
Minor cleanup (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
brownbaerchen authored Nov 21, 2024
1 parent 4218591 commit 0518f26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def compute_end_point(self):

L = self.level
P = L.prob
L.uend = P.dtype_u(P.init, val=0.0)

# check if Mth node is equal to right point and do_coll_update is false, perform a simple copy
if self.coll.right_is_node and not self.params.do_coll_update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def compute_end_point(self):

L = self.level
P = L.prob
L.uend = P.dtype_u(P.init, val=0.0)

# check if Mth node is equal to right point and do_coll_update is false, perform a simple copy
if self.coll.right_is_node and not self.params.do_coll_update:
Expand Down

0 comments on commit 0518f26

Please sign in to comment.