MideTechnology / endaq-python

A comprehensive, user-centric Python API for working with enDAQ data and devices
MIT License
25 stars 12 forks source link

Feature/requirements update #221

Closed pscheidler closed 1 year ago

pscheidler commented 1 year ago

Earlier versions of idelib have a bug (https://github.com/MideTechnology/idelib/pull/135) that prevents calibrating data on new devices, so the dependency should be updated. Also ended up removing the deprecated set-output from the workflow. No other changes

codecov[bot] commented 1 year ago

Codecov Report

Merging #221 (223268a) into development (ea05c57) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           development     #221      +/-   ##
===============================================
- Coverage        70.98%   70.96%   -0.02%     
===============================================
  Files               35       35              
  Lines             3222     3220       -2     
===============================================
- Hits              2287     2285       -2     
  Misses             935      935              
Impacted Files Coverage Δ
endaq/batch/analyzer.py 91.78% <100.00%> (-0.05%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

pscheidler commented 1 year ago

@StokesMIDE The tests on Mac 3.7 fail on pandas import. Either we should cut that test out or we should specify a max version of pandas, what do you think?