-
Notifications
You must be signed in to change notification settings - Fork 825
Closed
Labels
Description
What steps will reproduce the problem?
1. Create a universe object by passing a psf file and a dcd file
u = universe(psf, dcd)
2. Try to serialize this object by using python pickle module
u_blob = pickle.dumps(u)
What is the expected output? What do you see instead?
Expected output should be a byte stream, but I got error message 'TypeError:
'AtomGroup' object is not callable'
What version of the product are you using? On what operating system?
MDAnalysis 0.8.0
Python 2.7.6 / Python 2.6.2
Arch Linux / CentOS
Please provide any additional information below.
Original issue reported on code.google.com by charlesz...@gmail.com on 27 Mar 2014 at 9:18
Reactions are currently unavailable