clade / PyDAQmx

Interface to National Instrument NIDAQmx driver
Other
133 stars 54 forks source link

Don't throw warnings as errors #36

Closed eric-wieser closed 8 years ago

eric-wieser commented 8 years ago

Use warnings.warn instead, and allow the user to decide what to do with warnings

clade commented 8 years ago

Commit https://github.com/clade/PyDAQmx/commit/b6679c9 solve this issue.