Skip to content

Commit 6ca488d

Browse files
bug fix in deprecated PEtab Import
1 parent f14b483 commit 6ca488d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arFramework3/Deprecated/arImportPEtab_old.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function arImportPEtab(name, doPreEq)
1+
function arImportPEtab_old(name, doPreEq)
22
% arImportPEtab(name, doPreEq)
33
% Import parameter estimation problem formulated in the PEtab standard.
44
%
@@ -73,7 +73,7 @@ function arImportPEtab(name, doPreEq)
7373
inputArgs{end+1} = out;
7474
end
7575

76-
arImportPEtab(cellfun(@(x) [yamlPath, filesep, x], [inputArgs{:}], 'UniformOutput', false),doPreEq);
76+
arImportPEtab_old(cellfun(@(x) [yamlPath, filesep, x], [inputArgs{:}], 'UniformOutput', false),doPreEq);
7777
% also check arReadPEtabYaml
7878
return
7979
end

0 commit comments

Comments
 (0)