Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix recent AI termination changes to work with DAQs that don't have analog inputs #90

Merged
merged 1 commit into from Dec 14, 2021

Conversation

dihm
Copy link
Contributor

@dihm dihm commented Dec 10, 2021

Just tried the changes in #75 on a DAQ without analog inputs and found a fairly important edge case in the logic. Basically, the changes I made assume analog inputs exist.

This PR adds a bit of logic to handle the case when the DAQ has no analog inputs.

@dihm dihm added the bug Something isn't working label Dec 10, 2021
@dihm dihm self-assigned this Dec 10, 2021
@dihm
Copy link
Contributor Author

dihm commented Dec 10, 2021

Ugh. Docs builds just crashed because of a package update on mistune that breaks m2r, which is no longer maintained. Going to have to either pin mistune==0.8.2 or switch to m2r2, the updated version of m2r started by someone else. For every repository...

@dihm dihm merged commit d5407de into labscript-suite:master Dec 14, 2021
@dihm dihm deleted the NIDAQ_bugfix branch December 14, 2021 16:40
dihm added a commit that referenced this pull request Dec 15, 2021
Fix recent AI termination changes to work with DAQs that don't have analog inputs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant