The __repr__ method of the PipeContainer was failing because of the call to getattr() for the 'mol'
object. Now the 'mol', 'diff', and 'structure' objects are not sent to getattr(), rather a special
description is given rather than the object's attribute.