cpp-lln-lab / CPP_BIDS

a set of matlab / octave function to create BIDS comptible folder structure and filenames
https://cpp-bids.readthedocs.io/en/dev/index.html
MIT License
1 stars 9 forks source link

Error in CI with JSONio read #141

Closed Remi-Gau closed 3 years ago

Remi-Gau commented 3 years ago

failure: /github/workspace/lib/JSONio/jsonread.mex: failed to load: liboctinterp.so.4: cannot open shared object file: No such file or directory jsondecode:27 (/github/workspace/lib/bids-matlab/+bids/+util/jsondecode.m) test_createDataDictionary>test_createDataDictionaryBasic:57 (/github/workspace/tests/test_createDataDictionary.m)

see here https://github.com/cpp-lln-lab/CPP_BIDS/pull/115/checks?check_run_id=1408941698

Remi-Gau commented 3 years ago

This is actually an issue with a way MOxUnit works and that it can't find the dummy json files because their paths is relative to the original functions and not the "copy" that MOxUnit creates.

Remi-Gau commented 3 years ago

Closing as this is duplicated in #145