Skip to content

Commit

Permalink
Fix send_feedback response wrongly wrapped as ndarray
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrfrr committed Dec 30, 2020
1 parent a7c0d87 commit 8cab2c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/seldon_core/seldon_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ def send_feedback(

if client_response.data is None:
client_response.data = np.array([])
else:
client_response.data = np.array(client_response.data)

return construct_response(
user_model,
Expand Down

0 comments on commit 8cab2c7

Please sign in to comment.