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

failing tests on octave / windows #172

Open Remi-Gau opened 3 years ago

Remi-Gau commented 3 years ago

abspath seem to lead to many errors: better switch to using bids-matlab file_utils

failure: regexp: \ at end of pattern at position 1 of expression
  abspath:95 (D:\github\CPP_BIDS\lib\utils\abspath.m)
  checkCppBidsDependencies:27 (D:\github\CPP_BIDS\src\utils\checkCppBidsDependencies.m)
  checkCFG:189 (D:\github\CPP_BIDS\src\checkCFG.m)
  createFilename:38 (D:\github\CPP_BIDS\src\createFilename.m)
  setUp:14 (D:\github\CPP_BIDS\tests\utils\setUp.m)