|
2 | 2 | # References and links: |
3 | 3 | * [Google sheet](https://docs.google.com/spreadsheets/d/1NBINiUsAdrqoO50y_CX_BGGgXcP9Zt6i5nYKvuB70Tg/edit?usp=sharing) listing the latest status of all experiments at any given point of time |
4 | 4 | * live or dead status of all experiments as of :dec 10th 2024 |
5 | | - * sst2_classical_1: runs well end to end+ has pytest. Latest version can be found in branch titled: run_sst1_classical1 |
6 | | - * sst2_classical2: i.e with bob cat parser, is hitting `both inputs must be same dtype` error again. end of road for now.Latest version can be found in branch titled: run_sst_classical2 |
7 | | - * sst2_quantum1: stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out. |
8 | | - * sst2_quantum2: same stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out. |
| 5 | + * sst2_classical_1: (alive) |
| 6 | + - runs well end to end+ has pytest. Latest version can be found in branch titled: run_sst1_classical1 |
| 7 | + * sst2_classical2: (dead) |
| 8 | + - i.e with bob cat parser, is hitting `both inputs must be same dtype` error again. end of road for now.Latest version can be found in branch titled: run_sst_classical2 |
| 9 | + * sst2_quantum1:(dead) |
| 10 | + - stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out. |
| 11 | + * sst2_quantum2: (dead) |
| 12 | + - same stuck on time out/ first .fit doesnt respond after a long time. Tried adding a pytest, but not able to cleanly capture a time out. |
9 | 13 |
|
10 | 14 | * spanish_classical_1: |
11 | 15 | * spanish_classical2: |
12 | 16 | * spanish_quantum1: |
13 | 17 | * spanish_quantum2: |
14 | 18 |
|
15 | | - * uspantek_classical_1: works+ have added a pytest |
16 | | - * uspantek_classical2: works+ have added a pytest |
17 | | - * uspantek_quantum1: error (KeyError: ResultHandle('d06e4535-1edc-4190-b0e3-838b257d7612', 1, 10, 'null'))+added pytestx2 |
18 | | - * uspantek_quantum2: |
19 | | - * latest command line command to run the code of any branch will be found in its respective readme.md |
| 19 | + * uspantek_classical_1: (alive) |
| 20 | + - works+ have added a pytest |
| 21 | + * uspantek_classical2: (alive) |
| 22 | + - works+ have added a pytest |
| 23 | + * uspantek_quantum1: (dead) |
| 24 | + - error (KeyError: ResultHandle('d06e4535-1edc-4190-b0e3-838b257d7612', 1, 10, 'null'))+added pytestx2 |
| 25 | + * uspantek_quantum2: (dead) |
| 26 | + - error (Attributeerror: raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'")AttributeError: 'PennyLaneModel' object has no attribute '_clear_predictions))+added pytestx2 |
| 27 | + |
| 28 | + * latest command line command to run the code of any branch will be found next to its respective test case |
20 | 29 | * always run pytest before merging a branch or even git push |
21 | 30 |
|
22 | 31 | * Link to github started by Robert Henderson: |
|
0 commit comments