TensorNetwork
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?
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
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