For some use in testing in Sacc I am trying to implement equality tests for the various Tracer types. Sacc's QPNZTracer contains a qp.core.ensembe.Ensemble object.
How can I best test two Ensemble objects for equality? Is it possible to add a eq method to Ensemble to do this?
For some use in testing in Sacc I am trying to implement equality tests for the various Tracer types. Sacc's QPNZTracer contains a qp.core.ensembe.Ensemble object.
How can I best test two Ensemble objects for equality? Is it possible to add a eq method to Ensemble to do this?