Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
4052e698
Commit
4052e698
authored
Jul 27, 2020
by
Mathieu Hemery
Browse files
Check_model detect nullify kinetics
parent
c8e9b3c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
models.pl
View file @
4052e698
...
...
@@ -1347,6 +1347,12 @@ test_wellformed(_Molecules, 'MA'(_R) for _Reaction).
test_wellformed
([
Molecule
|
Tail
],
Expression
for
Reaction
)
:-
(
% detect null kinetics as a warning
is_null
(
Expression
)
->
format
(
"WARNING: Some kinetics are detected as null: ~w~n"
,
[
Expression
]),
fail
;
is_reactant
(
Molecule
,
Expression
for
Reaction
)
->
test_wf_reactant
(
Molecule
,
Expression
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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