This commit is contained in:
2026-04-24 22:20:15 +03:30
parent f7dc05dc9e
commit 569d520a5c
24 changed files with 687 additions and 152 deletions
+3 -3
View File
@@ -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,