qkitgroup / qkit

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

Can't open h5 files with qkit.storage.store #34

Closed Schneider1 closed 6 years ago

Schneider1 commented 6 years ago

hf = store.Data("d:test/OOYXHA.h5") Fails, as the syntax d:folder/... is not recognized as abspath and therefore the measurement folder is appended (and the file does not exist there). d:\\folder would be fine. Any idea, how we can handle this?