analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
31 stars 31 forks source link

Latest master build on appveyor missing my changes? #130

Closed damercer closed 5 years ago

damercer commented 5 years ago

Hi:

I just installed the latest build from master (appveyor 1.0.1204) and it seems to be missing my changes made back in Feb. See pull request #124. You said they would be added to master back then. Why are they still not there?

I now get the following error which clearly indicates that my new functions are missing.

Traceback (most recent call last): File "C:\Users\Doug\Documents\RPI\ADiscovery\ALM\rework\alice-desktop-1.3.pyw", line 18544, in ConnectDevice() File "C:\Users\Doug\Documents\RPI\ADiscovery\ALM\rework\alice-desktop-1.3.pyw", line 16871, in ConnectDevice SelectBoard() File "C:\Users\Doug\Documents\RPI\ADiscovery\ALM\rework\alice-desktop-1.3.pyw", line 16943, in SelectBoard devx.set_adc_mux(0) AttributeError: 'pysmu.libsmu.SessionDevice' object has no attribute 'set_adc_mux'

Please do what you promised to do 6 months ago ASAP.

Thanks

Doug

AlexandraTrifan commented 5 years ago

Merged the #124 PR

damercer commented 5 years ago

Didn't seem to complete properly in appveyor? The last one (I've been using) that worked and included the changes was 1.0.1179 from 6 months ago.

Thanks

Doug

damercer commented 5 years ago

Installed new build from 1.0.1212 and everything seems to be there now. Thanks Doug