Skip to content

Commit

Permalink
Updated proto to correct component
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Jul 12, 2021
1 parent 287bfcf commit fc26b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/seldon_core/seldon_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def send_feedback(
-------
"""
is_proto = isinstance(request, prediction_pb2.SeldonMessage)
is_proto = isinstance(request, prediction_pb2.Feedback)
seldon_metrics.update_reward(request.reward)

if hasattr(user_model, "send_feedback_rest"):
Expand Down

0 comments on commit fc26b8c

Please sign in to comment.