Skip to content

Commit

Permalink
fix: update test result importExport
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Oct 13, 2024
1 parent c4c3668 commit 672eb05
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/io/exportModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0090
0091 <span class="comment">%Check the model structure</span>
0092 <span class="keyword">if</span> supressWarnings==false
0093 checkModelStruct(model,false);
0093 checkModelStruct(model);
0094 <span class="keyword">end</span>
0095
0096 <span class="comment">%Add several blank fields, if they do not exist already. This is to reduce</span>
Expand Down
2 changes: 1 addition & 1 deletion io/exportModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function exportModel(model,fileName,neverPrefix,supressWarnings,sortIds)

%Check the model structure
if supressWarnings==false
checkModelStruct(model,false);
checkModelStruct(model);
end

%Add several blank fields, if they do not exist already. This is to reduce
Expand Down
Binary file modified testing/unit_tests/test_data/importExportResults.mat
Binary file not shown.

0 comments on commit 672eb05

Please sign in to comment.