UPDATE
This commit is contained in:
@@ -117,7 +117,7 @@ class CropSimulationServiceTests(TestCase):
|
||||
side_effect=[
|
||||
{
|
||||
"engine": "pcse",
|
||||
"model_name": "Wofost72_WLP_CWB",
|
||||
"model_name": "Wofost81_NWLP_CWB_CNB",
|
||||
"metrics": {
|
||||
"yield_estimate": 5200.0,
|
||||
"biomass": 9800.0,
|
||||
@@ -129,7 +129,7 @@ class CropSimulationServiceTests(TestCase):
|
||||
},
|
||||
{
|
||||
"engine": "pcse",
|
||||
"model_name": "Wofost72_WLP_CWB",
|
||||
"model_name": "Wofost81_NWLP_CWB_CNB",
|
||||
"metrics": {
|
||||
"yield_estimate": 6100.0,
|
||||
"biomass": 11000.0,
|
||||
@@ -174,7 +174,7 @@ class CropSimulationServiceTests(TestCase):
|
||||
captured.update(kwargs)
|
||||
return {
|
||||
"engine": "pcse",
|
||||
"model_name": "Wofost72_WLP_CWB",
|
||||
"model_name": "Wofost81_NWLP_CWB_CNB",
|
||||
"metrics": {
|
||||
"yield_estimate": 5400.0,
|
||||
"biomass": 9800.0,
|
||||
|
||||
Reference in New Issue
Block a user