ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
69 stars 29 forks source link

Reader example not working #5

Closed Murmele closed 2 years ago

Murmele commented 2 years ago

Currently I am trying to get the example working, but for me it is not working:

image

ihedvall commented 2 years ago

Yes it's a bug. It should be obs-> not sub->

ihedvall commented 2 years ago

Many unit test require some test file(s). Unfortunately, most files are proprietary of a company. I am also missing MDF3 files.

This is a common problem. so normally I solve this by checking if the remote direcctory exist and if not, don't run the test (well they always succeed).

I don't know if this is the best solution.

Murmele commented 2 years ago

I think it should at least compile. I made a proposal in #7 how to achieve this

ihedvall commented 2 years ago

Not perfect solution but it doesn't break anything