Skip to content

Commit

Permalink
Creating new test files for issue 37
Browse files Browse the repository at this point in the history
  • Loading branch information
aadibiasi committed May 20, 2024
1 parent d607e65 commit 98ff23e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validate/basicModels/r29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NFSIM ONLY: population testing, with reaction log
-sim 100 -oSteps 100 -rxnlog basicModels/v29_rxns.json
2 changes: 2 additions & 0 deletions validate/basicModels/r30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NFSIM ONLY: population testing, with reaction log
-sim 100 -oSteps 100 -rxnlog basicModels/v30_rxns.json
16 changes: 16 additions & 0 deletions validate/basicModels/v29.bngl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# issue37_test.bngl

begin model
begin species
A() 0
end species
begin observables
Molecules A A()
end observables
begin reaction rules
0 <-> A() 10,1
end reaction rules
end model

## model actions ##
writeXML()
17 changes: 17 additions & 0 deletions validate/basicModels/v30.bngl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# issue37_test2.bngl

begin model
begin species
A() 100
B() 0
end species
begin observables
Molecules A A()
end observables
begin reaction rules
0 <-> A() 10,1
end reaction rules
end model

## model actions ##
writeXML()

0 comments on commit 98ff23e

Please sign in to comment.