EMSL-Computing / CoreMS

CoreMS is a comprehensive mass spectrometry software framework
BSD 2-Clause "Simplified" License
51 stars 25 forks source link

Adjust thermo reader to comply with pythonnet 3.0 changes #14

Closed jmrd98 closed 1 year ago

jmrd98 commented 1 year ago

Pythonnet enforces the use of the enum name and depreciated the legacy behavior of allowing the use of an integer call. This change is a compatibility update only, with no functional changes.