Merge branch 'fix/nojump_and_npt_caching' into feature/compatibility_robin
This commit is contained in:
@@ -163,7 +163,7 @@ def nojump(frame: CoordinateFrame, usecache: bool = True) -> CoordinateFrame:
|
||||
).T
|
||||
|
||||
delta = delta[selection, :]
|
||||
delta = delta @ frame.box
|
||||
delta = np.array(delta @ frame.box)
|
||||
return frame - delta
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user