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
2f32527f
Commit
2f32527f
authored
Dec 13, 2019
by
SOLIMAN Sylvain
Browse files
revision.plt finally fixed
parent
80a808e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
revision.plt
View file @
2f32527f
...
...
@@ -43,7 +43,7 @@ test(
'revise_model rule deletion for ACTL, Miguel example',
[
setup(clear_model),
all((Added, Removed) = [([], [
a =[b]=> '_'
])])
all((Added, Removed) = [([], [
'MA'(1) for a+b => b
])])
]
) :-
command(add_reaction(a => a + b)),
...
...
@@ -75,10 +75,8 @@ test(
('MA'(1)for a=>'_'),
('MA'(1)for a=>a),
('MA'(1)for a=>b),
('MA'(1)for a=>b+a),
('MA'(1)for b=>'_'),
('MA'(1)for b=>a),
('MA'(1)for b=>a+b),
('MA'(1)for a+b=>'_'),
('MA'(1)for b+a=>a),
('MA'(1)for a+b=>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