Skip to content

Commit 243231a

Browse files
Zeroto521Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c4dfdb3 commit 243231a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pyscipopt/expr.pxi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ cdef class Constant(GenExpr):
858858

859859
exp = lambda x: _wrap_ufunc(x, np.exp)
860860
log = lambda x: _wrap_ufunc(x, np.log)
861-
log = lambda x: _wrap_ufunc(x, np.log)
862861
sqrt = lambda x: _wrap_ufunc(x, np.sqrt)
863862
sin = lambda x: _wrap_ufunc(x, np.sin)
864863
cos = lambda x: _wrap_ufunc(x, np.cos)

0 commit comments

Comments
 (0)