-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created pest_host_table_list_creator helper function
Updated associated extdata pest host tables to have additional columns: susceptiblity_mean, susceptibility_sd, mortality_rate_mean, mortality_rate_sd Updated pest_host_table_wrong_columns check & error message & list scripts to include additional information needed to confirm that the pest_host_table includes the correct columns: hosts, susceptiblity_mean, susceptibility_sd, mortality_rate_mean, mortality_rate_sd, mortality_time_lag Added competency_table_wrong_columns check (and associated code to error messages and lists scripts) Added config$pest_host_table_list to calibrate, validate, pops_multirun, pops, and validate scripts. Fixed competency typo in competency_table_list_creator function and associated extdata competency tables.
- Loading branch information
1 parent
b70235a
commit 553f9bf
Showing
22 changed files
with
116 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
oak,tanoak,competency_mean,compentency_sd | ||
oak,tanoak,competency_mean,competency_sd | ||
0,0,0,0 | ||
1,0,0,0 | ||
0,1,0.7,0.1 | ||
1,1,0.8,0.05 | ||
1,1,0.8,0.05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
oak,tanoak,bay_laurel,competency_mean,compentency_sd | ||
oak,tanoak,bay_laurel,competency_mean,competency_sd | ||
0,0,0,0,0 | ||
1,0,0,0,0 | ||
0,1,0,0.7,0.1 | ||
0,0,1,0.8,0.05 | ||
0,0,1,0.8,0.05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
tanoak,competency_mean,compentency_sd | ||
tanoak,competency_mean,competency_sd | ||
0,0,0 | ||
1,1,0.1 | ||
1,1,0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0.1,1 | ||
tanoak,1,0.5,1 | ||
bay laurel,0.5,0,0 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0.1,0,1 | ||
tanoak,1,0.13,0.5,0,1 | ||
bay laurel,0.5,0,0,0,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0.1,1 | ||
tanoak,1,0.5,1 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0.1,0.02,1 | ||
tanoak,1,0.13,0.5,0.08,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0.5,1 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0.5,0.02,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0.1,1 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0.1,0.02,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0.25,1 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0.25,0.02,1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0.25,3 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0.25,0.02,3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
host,susceptibility,mortality_rate,mortality_time_lag | ||
oak,0.7,0,1 | ||
host,susceptibility_mean,susceptibility_sd,mortality_rate_mean,mortality_rate_sd,mortality_time_lag | ||
oak,0.7,0.12,0,0,0 |
Binary file not shown.
Binary file not shown.