Open mguetta1 opened 1 week ago
During testing, I noticed that the object reference is copied instead of the object itself and it caused a failure when running the same analysis TC more than once in the same run.
This PR takes care to do a deep copy of the identity object
During testing, I noticed that the object reference is copied instead of the object itself and it caused a failure when running the same analysis TC more than once in the same run.
This PR takes care to do a deep copy of the identity object