Skip to content

Commit

Permalink
minor case update
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 30, 2024
1 parent ad46aa7 commit 15d0c10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Scan cases and run tests
run: |
files=$(find ./cases/*/index*.heta)
files=$(find ./cases/*/index*.heta ./validation/*/index*.heta)
flag=0
for file in $files; do
echo -n "Processing $(basename $file) in directory $(dirname $file)... "
Expand Down
2 changes: 1 addition & 1 deletion cases/0014/index2.heta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Apply nanomole units instead of nmole.
Apply nanomole units instead of gram.
*/
// units
#defineUnit nmole {
Expand Down
2 changes: 1 addition & 1 deletion cases/0016/index0.heta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Create two compertement pharmacokinetic (PK) model with bolus injection.
Create two compartement pharmacokinetic (PK) model with bolus injection.
*/
// index.heta
t {units: hour};
Expand Down
2 changes: 2 additions & 0 deletions validation/0001/index0.heta
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
Create mass-action reaction in Heta notation with the stoicheometry: 2s1 + s2 => 2p1 + p2.
*/

#setNS nameless {type: abstract};

// reactions
r1 @Reaction {actors: 2s1 + s2 => 2p1 + p2} := k1 * s1^2 * s2 * comp1;
1 change: 0 additions & 1 deletion cases/0007/index0.heta → validation/0003/index0.heta
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@

// reactions
r1 @Reaction {actors: s1 => p1} := k1 * s1 * comp1;

0 comments on commit 15d0c10

Please sign in to comment.