likeajumprope / tapas

TAPAS - Translational Algorithms for Psychiatry-Advancing Science
https://translationalneuromodeling.github.io/tapas/
GNU General Public License v3.0
1 stars 0 forks source link

Adapt unit/integration test data folder to generic download TAPAS example folder #8

Open mrikasper opened 2 years ago

mrikasper commented 2 years ago

In

tapas_physio_examples_test
tapas_physio_filter_cardiac_test
tapas_physio_readin_bids_test

Make pathExamples generic for users via

version = tapas_get_current_version();
tapas/examples/<version>/PhysIO 

if ~exist(pathExamples)
    tapas_init
    tapas_download_example_data
end