Replies: 1 comment
|
Hey 👋🏼 once you cloned the repository and created a virtual environment (which is highly recommended), you simply install the project and call pytest, i.e., pip install -ve ".[test]"
pytestThis will install the pytest test/python/analog_info/test_analog_tannergraph_decoding.pyNote Installing the project requires CMake >= 3.19 and a C++17-compatible compiler. Detailed instructions on how to set up a development environment are available in the project documentation: https://mqt.readthedocs.io/projects/qecc/en/latest/DevelopmentGuide.html Hope this resolves your issues. Let us know if anything else goes wrong. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to run the "[test_analog_tannergraph_decoding.py] present in the test.python.analog_info in GOOGLE COLAB folder but how do I do it? I have cloned the repo installed all the requirements yet i can't do it. Can someone please help me
All reactions