Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robynstuart committed Oct 17, 2023
1 parent 9b7271d commit 8c5916c
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 686 deletions.
2 changes: 1 addition & 1 deletion stisim/hiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, pars=None):

self.susceptible = ss.State('susceptible', bool, True)
self.infected = ss.State('infected', bool, False)
self.ti_infected = ss.State('ti_infected', float, 0)
self.ti_infected = ss.State('ti_infected', ss.INT_NAN, 0)
self.on_art = ss.State('on_art', bool, False)
self.cd4 = ss.State('cd4', float, 500)

Expand Down
Loading

0 comments on commit 8c5916c

Please sign in to comment.