diff --git a/test/test_parameters.toml b/test/test_parameters.toml index 47c5a08e094537da28b0d519f4776e1228f8c04b..a8a614e780e7ee1ea9368de9b0db168358a88207 100644 --- a/test/test_parameters.toml +++ b/test/test_parameters.toml @@ -41,4 +41,4 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect [crop] cropmodel = "almass" # crop growth model to use, "almass", "aquacrop", or "simple" -cropdirectory = "test/cropparams-almass/" # the directory storing all data files for the selected crop model +cropdirectory = "data/crops/almass/" # the directory storing all data files for the selected crop model diff --git a/test/test_parameters_almass.toml b/test/test_parameters_almass.toml index fa520c207a6980016d2595ed5d16c78f76137af4..4eaae831355219d74fe90b3fe8ebc1e217c8d900 100644 --- a/test/test_parameters_almass.toml +++ b/test/test_parameters_almass.toml @@ -41,4 +41,4 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect [crop] cropmodel = "almass" # crop growth model to use, "almass", "aquacrop", or "simple" -cropdirectory = "test/cropparams-almass/" # the directory storing all data files for the selected crop model +cropdirectory = "data/crops/almass/" # the directory storing all data files for the selected crop model diff --git a/test/test_parameters_simplecrop.toml b/test/test_parameters_simplecrop.toml index 43bd55087732774a792cb39d098b7e3abcfce43c..b5cd61e6f69f60f1268db06588e9d86547aec52a 100644 --- a/test/test_parameters_simplecrop.toml +++ b/test/test_parameters_simplecrop.toml @@ -41,4 +41,4 @@ insectmodel = ["season", "habitat", "pesticides"] # which factors affect insect [crop] cropmodel = "simple" # crop growth model to use, "almass", "aquacrop", or "simple" -cropdirectory = "test/cropparams-almass/" # the directory storing all data files for the selected crop model +cropdirectory = "data/crops/almass/" # the directory storing all data files for the selected crop model diff --git a/test/cropparams-almass/crop_data_general.csv b/test/zzz-cropparams-almass/crop_data_general.csv similarity index 100% rename from test/cropparams-almass/crop_data_general.csv rename to test/zzz-cropparams-almass/crop_data_general.csv diff --git a/test/cropparams-almass/crop_growth_curves.csv b/test/zzz-cropparams-almass/crop_growth_curves.csv similarity index 100% rename from test/cropparams-almass/crop_growth_curves.csv rename to test/zzz-cropparams-almass/crop_growth_curves.csv