Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Dec 7, 2023
1 parent c9930d3 commit ec3102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def grad2(x, b, a):
return g

def model3(x, c):
return c
return c * np.ones_like(x)

def grad3(x, c):
return np.ones((1, len(x)))
Expand Down

0 comments on commit ec3102f

Please sign in to comment.