Open-Systems-Pharmacology / Reporting-Engine

(Matlab) Reporting-Engine
Other
1 stars 8 forks source link

Error using removeForbiddenLetters: Too many input arguments #150

Closed Yuri05 closed 5 years ago

Yuri05 commented 5 years ago

Input: https://github.com/Yuri05/Qualification-Ontogeny-Distribution-GFR/tree/master/re_input

Error using removeForbiddenLetters: Too many input arguments.

Error in generateOutputFolders (line 32)
    Path = fullfile(REOutputFolder, removeForbiddenLetters(SectionsIn{i}.Title));

Error in initializeQualificationWorkflow (line 26)
ConfigurationPlan.Sections = generateOutputFolders(ConfigurationPlan.Sections, REOutput_path);

Error in QualificationWorkflow (line 17)
[WSettings, ConfigurationPlan, TaskList, ObservedDataSets] = initializeQualificationWorkflow(jsonFile, REOutput_path);
  "Sections": [
    {
      "Id": 1,
      "Title": "Chapter 1: Introduction to OSP",
      "Content": "Content/OSPS%20Introduction.md",
      "Sections": []
    },
    {
      "Id": 4,
      "Title": "Chapter 2: Introduction to Pediatric Translation",
      "Content": "Content/README.md",
      "Sections": []
    },
    {
      "Id": 2,
      "Title": "Chapter 3: Adult PBPK-Model performance",
      "Content": "Content/Section2.md",
      "Sections": []
    },
    {
      "Id": 3,
      "Title": "Chapter 4: Pediatric translation qualification",
      "Content": "Content/Section3.md",
      "Sections": []
    }
  ],
Yuri05 commented 5 years ago

fixed