Skip to content

refactor(core): remove support for actuators decorated with ray.remote#878

Merged
AlessandroPomponio merged 1 commit into
mainfrom
ap_704_remove_support_for_ray_decorated_actuators
Apr 21, 2026
Merged

refactor(core): remove support for actuators decorated with ray.remote#878
AlessandroPomponio merged 1 commit into
mainfrom
ap_704_remove_support_for_ray_decorated_actuators

Conversation

@AlessandroPomponio
Copy link
Copy Markdown
Member

Closes #704

Signed-off-by: Alessandro Pomponio <alessandro.pomponio1@ibm.com>
Copy link
Copy Markdown
Member

@michael-johnston michael-johnston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not also affect operators?

in the explore decorator in operators/collections.py

@AlessandroPomponio
Copy link
Copy Markdown
Member Author

Does this not also affect operators?

in the explore decorator in operators/collections.py

This is in the ActuatorRegistry, and it's the only instance where that function was called. If you have anything in particular you'd like me to try, I can

@michael-johnston
Copy link
Copy Markdown
Member

ok seems like I deprecated support for operators decorated with ray.remote in #805

@AlessandroPomponio AlessandroPomponio added this pull request to the merge queue Apr 21, 2026
Merged via the queue into main with commit fec38a5 Apr 21, 2026
19 checks passed
@AlessandroPomponio AlessandroPomponio deleted the ap_704_remove_support_for_ray_decorated_actuators branch April 21, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: remove support for actuators decorated with ray.remote

2 participants