qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Measure_TD: find_latest_file is not a good way #64

Closed Schneider1 closed 5 years ago

Schneider1 commented 5 years ago

In measure_td, we are always closing the hdf file, looking for the latest file (which can be very easily a completely different file) and re-opening that file. We should do this better.

https://github.com/qkitgroup/qkit/blob/acd0629f018b6432fbf0da5b82f8b7c392e967d1/qkit/measure/timedomain/measure_td.py#L74

Schneider1 commented 5 years ago

Fixed by c37c4597ce4ab78953023c29409ee5baa0fe11dd