You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
I wrote a custom Transform class, but it was put inside a girder plugin so when serialized to girder_worker the dynamic python module name controlled by girder is probably not understandable by girder_worker. As a result, girder_worker wasn't able to deserialize the class and call the transform(), so the transform failed.
However, girder_worker didn't raise any error message regarding the failure to find Transform class. If an error message was raised it would help me to diagnose my problem.
The text was updated successfully, but these errors were encountered:
I wrote a custom Transform class, but it was put inside a girder plugin so when serialized to girder_worker the dynamic python module name controlled by girder is probably not understandable by girder_worker. As a result, girder_worker wasn't able to deserialize the class and call the transform(), so the transform failed.
However, girder_worker didn't raise any error message regarding the failure to find Transform class. If an error message was raised it would help me to diagnose my problem.
The text was updated successfully, but these errors were encountered: