TensorNetwork icon indicating copy to clipboard operation
TensorNetwork copied to clipboard

How to run the existing unit tests in the project to verify that my changes are not breaking anything in the existing codebase?

Open pragyasrivastava0805 opened this issue 4 years ago • 1 comments

I had a added a method in initialization.py for orthogonalization of tensors,how do I verify that my changes are not hindering with existing codebase

pragyasrivastava0805 avatar Aug 30 '21 09:08 pragyasrivastava0805

you can run pytest and pylint locally on your computer. Once you submit a PR it will also trigger a series of checks on github

mganahl avatar Sep 07 '21 10:09 mganahl