Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
cacfa192
Commit
cacfa192
authored
Dec 16, 2019
by
HEMERY Mathieu
Browse files
Avoid an option modification that causes bug in search.plt
parent
2f32527f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rosenbrock.plt
View file @
cacfa192
...
...
@@ -60,11 +60,13 @@ test(cosinus_integration, [setup(command(clear_model)), cleanup(command(clear_mo
check_integration_2(D, 1e-5).
test(test_ball, [setup(command(clear_model)), cleanup(command(clear_model))]) :-
get_option(time, Time_default),
command(load("library/examples/RobustMonitoring/ball.bc")),
command(option(maximum_step_size:1e-2)),
command(numerical_simulation(method:rsbk)),
get_table_data(D),
check_integration_ball(D, 1e-3).
check_integration_ball(D, 1e-3),
set_option(time, Time_default).
test(test_time_event, [setup(command(clear_model)), cleanup(command(clear_model))]) :-
command(k*a for a => b),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment