Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pragyasrivastava0805 opened this issue Aug 30, 2021 · 1 comment

Comments

@pragyasrivastava0805
Copy link

pragyasrivastava0805 commented Aug 30, 2021

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

@mganahl
Copy link
Collaborator

mganahl commented Sep 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants