Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Dec 3, 2024
1 parent e78ed12 commit 96939fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/issues_2024_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def conv(a1: FLOAT, a2: FLOAT, a3: FLOAT, a4: FLOAT, a5: FLOAT, a6: FLOAT) -> FL
got = sess.run(None, feeds)

def conv_np(a1, a2, a3, a4, a5, a6):
del a3
const = const_term
# Define constants
coeff1 = h1
Expand Down

0 comments on commit 96939fb

Please sign in to comment.