-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
optimizationEnsure that code runs faster with unchanged functionalityEnsure that code runs faster with unchanged functionality
Milestone
Description
Description
@HenkMutsaerts: if in Develop branch, I enter "ExploreASL([],0,0) it should initialize (same as "ExploreASL"). But if I enter "ExploreASL('pathtoRootDataSet',0,0), it doesn't issue a warning if the dataset is missing & cannot be loaded.
Requirements
So for the steps:
- Initialize (run always)
- Import (skipped for 0)
- Load dataset (run always if first input argument is not empty)
- Process dataset (skipped for 0)
Then here in part 3, we need a warning if the folder is not a folder, or if the dataPar file is missing, right? It may just fprintf the warning instead of a full warning
Release notes
Improve warnings (data loading)
Metadata
Metadata
Assignees
Labels
optimizationEnsure that code runs faster with unchanged functionalityEnsure that code runs faster with unchanged functionality