From abb4c23adfe66196f11a17dfc8b16c3592ee6d55 Mon Sep 17 00:00:00 2001 From: Jack Chaillet Date: Tue, 12 Apr 2022 14:38:21 -0400 Subject: [PATCH] Gen Immunity changes --- batchRuns/ODESGeneralizedImmunity.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batchRuns/ODESGeneralizedImmunity.R b/batchRuns/ODESGeneralizedImmunity.R index 2f7a463..7b47ed5 100644 --- a/batchRuns/ODESGeneralizedImmunity.R +++ b/batchRuns/ODESGeneralizedImmunity.R @@ -767,7 +767,7 @@ SEAI_wildOnly<-function(t,y,p){ }) } -allPara<-read.csv("Documents/ParamListGen.csv",sep=",",header=T) +allPara<-read.csv("MalariaResistance/batchRuns/ParamListGen.csv",sep=",",header=T) currentPara<-allPara[allPara$No==No,]