bump dax and dax-applet version #1
Loading…
Reference in New Issue
No description provided.
Delete Branch ":dax67"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The main reason why the DAX tests fail is because DAX only targets the latest stable ARTIQ version (currently 6). Most tests will pass against ARTIQ 7, but we do not try to keep up with that until it becomes the new stable version.
There shouldn't be major changes in 7 though, only this: https://github.com/m-labs/artiq/milestone/24
Fair. The failed test you noticed earlier (ad9910 test) is caused by the modified signature of some of its functions. Our tests include a signature check to verify the signatures of our simulation drivers match the ARTIQ ones.
If you want, you can try to enable pytest again, that ad9910 signature mismatch was resolved in
7fb1fb4130
.