Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jun 18, 2024
2 parents 566115b + 36145d4 commit 57cff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytraj/all_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3020,8 +3020,8 @@ def atom_map(traj, ref, rmsfit=False):
act.post_process()

# free memory of two reference
dataset_list.pop(0)
dataset_list.pop(0)
dataset_list._pop(0)
dataset_list._pop(0)

return (out.read(), get_data_from_dtype(dataset_list, dtype='ndarray'))

Expand Down

0 comments on commit 57cff8f

Please sign in to comment.