fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

dispose not work on ionpy #222

Closed Fixstars-momoko closed 7 months ago

Fixstars-momoko commented 8 months ago

While C++ ion-kit 1.2.0 works with dispose U3V device appropriately, ionpy 1.2.0 has stopped in the middle of the process of dispose.

[2024-01-27 10:03:12.384] [ion] [debug] Trying to call dispose from distructor since disposed_ is false 
[2024-01-27 10:03:12.385] [ion] [debug] U3V::dispose() :: is called 
xinyuli1204 commented 7 months ago

Done https://github.com/fixstars/ion-kit/pull/247