Skip to content

Commit 526c42d

Browse files
committed
Switch empirical branch
1 parent 9057a00 commit 526c42d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

source/default_mode/DataNodes.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ emp::DataFile & SymWorld::SetupAntibioticResistanceFile(const std::string & file
242242

243243
double numerator = 0;
244244
double denominator = 0;
245-
// This is going to bias R0 to be high, since we're not counting horizontal transmissions that
246-
// quickly died out
245+
247246
for (auto sym_taxon : sym_sys->GetActive()) {
248247
denominator += sym_taxon->GetNumOffEver();
249248
numerator += 1;

0 commit comments

Comments
 (0)