Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
jinluchang committed Jan 1, 2025
1 parent ff053e8 commit ce9b29c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qlat/auto_contractor/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,6 @@ def cexpr_function_bs_eval(self):
arg_list_py.append(f"{f}")
arg_str_cy = ", ".join(arg_list_cy)
arg_str_py = ", ".join(arg_list_py)
append_py(f"@timer")
append_cy(f"@cython.boundscheck(False)")
append_cy(f"@cython.wraparound(False)")
append_cy(f"cdef void cexpr_function_bs_eval_{name_list[0]}({arg_str_cy}):")
Expand Down

0 comments on commit ce9b29c

Please sign in to comment.