Open vinokurov opened 13 years ago
Is there any kind of unit tests? Or reference examples? If it's not what kind of testing do you mean?
Unfortunately still there are no unit tests implemented. However they are highly required as regression bugs occur very often.
Ok, I'll try to implement something for new and may be old code.
When a
Lab
object is initialised a copy of aParticle
object is created and is stored inside of it. I think there's no need for this.Lab.particle
can be a link to aParticle
object.However, this pickling of a
Lab
object with link-typeparticle
property should be tested. If it doesn't pickle well, we will have to stay with copyingParticle
objects