Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Sep 20, 2024
1 parent d48da96 commit f3e426a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"represents": "DA"
},
"B":{
"initial_concentration": 0.7,
"initial_concentration": 0.7e-3,
"diffusion_constant": 0,
"charge": 0,
"regions": ["soma_internal", "dend_internal"],
Expand All @@ -19,7 +19,7 @@
"represents": "DA"
},
"PKA":{
"initial_concentration": 0.1,
"initial_concentration": 0.1e-3,
"diffusion_constant": 0,
"charge": 0,
"regions": ["soma_internal", "dend_internal"],
Expand All @@ -39,8 +39,8 @@
"my_reaction_1": {
"reactants": "DA + B",
"products": "PKA",
"forward_rate": 0.01,
"backward_rate": 0.0005,
"forward_rate": 0.01e-6,
"backward_rate": 0.0005e-3,
"regions": ["soma_internal", "dend_internal"]
}
}
Expand Down

0 comments on commit f3e426a

Please sign in to comment.