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
I was just playing around with this method Rigid.make_transform_from_reference for some random stuff and discovered that it didn't work correctly, and it turns out there is a typo at this line:
Hi there,
I was just playing around with this method Rigid.make_transform_from_reference for some random stuff and discovered that it didn't work correctly, and it turns out there is a typo at this line:
https://github.com/jasonkyuyim/multiflow/blob/main/openfold/utils/rigid_utils.py#L1434
and the line after it.
should be
Looks like this has been fixed in openfold. I don't think this affects anything in multiflow, but since it tripped me up I thought I'd let you know.
The text was updated successfully, but these errors were encountered: