Skip to content

Commit

Permalink
remove duplicate line from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dudt committed Dec 12, 2024
1 parent 44c25a2 commit 795350d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions desc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,6 @@ def atleast_2d_end(ary):
return ary[:, jnp.newaxis] if ary.ndim == 1 else ary


PRINT_WIDTH = 60 # current longest name is BootstrapRedlConsistency with pre-text


def dot(a, b, axis=-1):
"""Batched vector dot product.
Expand Down

0 comments on commit 795350d

Please sign in to comment.