Skip to content

Commit

Permalink
closes NetrwTreeListing 5
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Aug 25, 2019
1 parent 11abfd4 commit 10f29c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions endemic/nw_spread/Spreading.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def __init__(self, contact_structure, pathogen, treatment=None, **params):
restrained to a single transmission per contact.
TODO: Is this even present?
- ignore_dyn_nodes_in_log: If True, nodes that expand their
lifespan are not set to -2 in self.outcome but keep their state or
they may undergo future state changes (e.g. recovery).
lifespan are not set to -2 in self.outcome but keep their
state or they may undergo future state changes (e.g. recovery).
This option only has an effect if the contact_structure is a
Temporal graph with specified node lifespans (arguments
nodes_start and nodes_end of the TemporalGraph instance)
Expand Down Expand Up @@ -2059,7 +2059,7 @@ def _run(
self.pathogen.ids[strain_name]
] = treat_dict[strain_name]
else:
#if treating is missing all strains are treated
# if treating is missing all strains are treated
self.treating = [True for _ in xrange(self.pathogen.n)]
# if we have treatment and selection, we need to use the combined
# event handler
Expand Down

1 comment on commit 10f29c3

@j-i-l
Copy link
Member Author

@j-i-l j-i-l commented on 10f29c3 Aug 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #7

Please sign in to comment.