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]"
pytest This will install the pytest test/python/analog_info/test_analog_tannergraph_decoding.py Note 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. |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions