... | @@ -21,7 +21,7 @@ The module can be found in `dax.modules.cpld_init` or with [this link](https://g |
... | @@ -21,7 +21,7 @@ The module can be found in `dax.modules.cpld_init` or with [this link](https://g |
|
~~ARTIQ does not seem to deal well with assert statements in kernels, though asserts are actively used in ARTIQ coredevice driver code. These asserts cause no problems if their test passes but if the test fails, a non-descriptive `ConnectionResetError: Connection closed` error is raised. At the same time, the kernel will not have a clean finish, causing a warning when running the next kernel.~~
|
|
~~ARTIQ does not seem to deal well with assert statements in kernels, though asserts are actively used in ARTIQ coredevice driver code. These asserts cause no problems if their test passes but if the test fails, a non-descriptive `ConnectionResetError: Connection closed` error is raised. At the same time, the kernel will not have a clean finish, causing a warning when running the next kernel.~~
|
|
|
|
|
|
<details>
|
|
<details>
|
|
<summary><strike>An example of a full traceback caused by a failed assert in a kernel can be found here.</strike></summary>
|
|
<summary><s>An example of a full traceback caused by a failed assert in a kernel can be found here.</s></summary>
|
|
|
|
|
|
```
|
|
```
|
|
Traceback (most recent call last):
|
|
Traceback (most recent call last):
|
... | | ... | |