Skip to content

Commit

Permalink
Update KineticModelSbml
Browse files Browse the repository at this point in the history
Changed balanced_ids to balanced_species in KineticModelSbml
  • Loading branch information
AlberteSloth authored Dec 11, 2024
1 parent 01cd8ce commit e406db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enzax/kinetic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def flux(
flux = jnp.array(
self.sym_module(
**self.parameters,
**dict(zip(self.structure.balanced_ids, conc_balanced)),
**dict(zip(self.structure.balanced_species, conc_balanced)),
)
)
return flux

0 comments on commit e406db3

Please sign in to comment.