pytraj
pytraj copied to clipboard
Mask selection on topology causes memory leak
top = traj.top
while True:
top[":1"]
This would lead to crashes by using up all system memory.
On pytraj 2.0.6
Note that top.atom(0)
leaks memory as well
Thanks @tonyyzy for your reports. It's been a while seeing you.
@tonyyzy I think @hichiaty fixed the issue in master branch in #1617
Cheers
Thanks both! @hainm @hichiaty