Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to SBML 5.16 #1054

Merged
merged 13 commits into from
Dec 12, 2017
Prev Previous commit
Next Next commit
The new SBML model contains NaN values, default struct vals defined b…
…y the binaries
  • Loading branch information
tpfau committed Dec 8, 2017
commit f9e3b2a82dadacbf77a514ea5013cdb9068827af
2 changes: 1 addition & 1 deletion test/verifiedTests/base/testIO/testConvertCobraToSBML.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
assert(length(lastwarn()) > 0)
warning('on', 'all')
% test
assert(isequal(sbmlModel, sbmlModel_2));
assert(isequaln(sbmlModel, sbmlModel_2));

% change to old directory
cd(currentDir);