You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fpg_observational_model/run_observational_model.py
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,19 @@ def get_default_config():
28
28
},
29
29
'intervention_start_month': 29, # Provide month where an intervention is applied. Currently any sampling pre/post intervention for a single intervention is supported.
30
30
'sampling_configs': {
31
-
'random': {
32
-
'method': 'random',
33
-
'n_samples_year': 100,
34
-
'replicates': 2,
35
-
'method_params': {
36
-
'population_proportions': [1, 0], # Use to sample from the source or sink only, equally, etc. Within population comparisons of genetic metrics can be specified below - just make sure to total number of samples per year * proportion reflects the numbers you want per population.
37
-
'monogenomic_proportion': False, # Set to False if sampling randomly
38
-
'equal_monthly': False}
39
-
},
31
+
# 'random': {
32
+
# 'method': 'random',
33
+
# 'n_samples_year': 100,
34
+
# 'replicates': 2,
35
+
# 'method_params': {
36
+
# 'population_proportions': [1, 0], # Use to sample from the source or sink only, equally, etc. Within population comparisons of genetic metrics can be specified below - just make sure to total number of samples per year * proportion reflects the numbers you want per population.
37
+
# 'monogenomic_proportion': False, # Set to False if sampling randomly
38
+
# 'equal_monthly': False}
39
+
# },
40
40
# 'seasonal': {
41
41
# 'method': 'seasonal',
42
42
# 'n_samples_year': 100,
43
-
# 'replicates': 2,
43
+
# 'replicates': 1,
44
44
# 'method_params': {
45
45
# 'season': 'full', # Options: full or peak; currently hardcoded to match Senegal's seasonality; update for other scenarios in unified_sampling.py
0 commit comments