Hi - How does one address the 9.8 User warning dir...
# show-and-tell
i
Hi - How does one address the 9.8 User warning directly without suppressing warnings?
Copy code
UserWarning: DEPRECATED: the result_handler Task option will be deprecated in 0.11.0, and removed in 0.12.0, in favor of the `result` option instead.
  UserWarning,
c
Hi @itay livni - you won’t be able to utilize the new results interface for 2 more releases. The deprecation warning was intended to alert people that changes would be coming soon but I think it ended up being more annoying than useful
✔️ 1