Skip to content

Commit

Permalink
Merge branch 'metab'
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Oct 15, 2024
2 parents a8254c3 + c2bb944 commit 4752b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exposan/metab/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ def _update_state(self):
cmps = self.components
n_cmps = len(cmps)
n_gas = self._n_gas
self._state[self._state < 2.2e-16] = 0.
y = self._state[-(n_cmps+n_gas+1):]
i_mass = cmps.i_mass
chem_MW = self.components.chem_MW
Expand Down

0 comments on commit 4752b1d

Please sign in to comment.