Skip to content

Commit

Permalink
test breaking the build
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Jan 15, 2016
1 parent 2968191 commit 827e486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/python-benchmark-bioinf/rr_bench_ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
('00350', "./00350/00350-sbml-l2v4.xml", 4.130, 0.08),
('00400', "./00400/00400-sbml-l2v4.xml", 4.735, 0.10),
('00450', "./00450/00450-sbml-l2v4.xml", 5.211, 0.10),
('00500', "./00500/00500-sbml-l2v4.xml", 6.209, 0.10)]
('00500', "./00500/00500-sbml-l2v4.xml", 0.209, 0.10)]

start = 0;
end = 50;
Expand Down Expand Up @@ -84,4 +84,4 @@ def timeit(name, path, loadTimeCap, runTimeCap):
timeit(*t)

if regDetected == True:
exit(1)
exit(1)

0 comments on commit 827e486

Please sign in to comment.