Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joernweissenborn committed Oct 16, 2021
1 parent 51391a3 commit fed674d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glotaran/builtin/megacomplexes/decay/k_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ def a_matrix_as_markdown(
The initial concentration.
"""
return self._array_as_markdown(
self.a_matrix(initial_concentration).T,
self.a_matrix(compartments, initial_concentration).T,
compartments,
self.rates(initial_concentration),
self.rates(compartments, initial_concentration),
)

@staticmethod
Expand Down

0 comments on commit fed674d

Please sign in to comment.