Remove scipy dependency for MSYS2 ARTIQ #19
Loading…
Reference in New Issue
No description provided.
Delete Branch "fsagbuya/artiq-extrapkg:omit_scipy"
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?
Description
Remove
scipy
because the package breaks with a recent update:Breaking commit:
a79dca42f1
Temporary fix for https://github.com/m-labs/artiq/issues/2512.
Tests:
artiq_master
andartiq_dashboard
(v9.8902+c2e3236.beta) execution using MSYS2 offline installer.python -m unittest discover -v artiq.test
artiq_compile
against Kasli.What tests were done?
Tested with the
MSYS2 with ARTIQ
offline installer. Both master and dashboard can be executed. The primary difference is that the experimentFlopping F simulation
which depends onscipy
, is not visible from the dashboard. When run manually, it returns:Which is the expected behavior.
Needs backport and testing on release-8.