Skip to content

Commit

Permalink
Fix ThreeComponentParallel to be actually parallel
Browse files Browse the repository at this point in the history
A parallel model only has rates on the diagonal
  • Loading branch information
jsnel committed Sep 13, 2021
1 parent b84a7ce commit dce7f0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ class ThreeComponentParallel:
"k_matrix": {
"k1": {
"matrix": {
("s2", "s1"): "kinetic.1",
("s3", "s2"): "kinetic.2",
("s1", "s1"): "kinetic.1",
("s2", "s2"): "kinetic.2",
("s3", "s3"): "kinetic.3",
}
}
Expand Down

0 comments on commit dce7f0b

Please sign in to comment.