hestia-earth-models 0.74.17__py3-none-any.whl → 0.75.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hestia-earth-models might be problematic. Click here for more details.
- hestia_earth/models/__init__.py +0 -3
- hestia_earth/models/aware/scarcityWeightedWaterUse.py +2 -4
- hestia_earth/models/aware2_0/scarcityWeightedWaterUse.py +2 -5
- hestia_earth/models/chaudharyBrooks2018/utils.py +2 -2
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionFossilFuels.py +3 -2
- hestia_earth/models/cml2001Baseline/abioticResourceDepletionMineralsAndMetals.py +13 -6
- hestia_earth/models/ecoalimV9/utils.py +3 -3
- hestia_earth/models/ecoinventV3/utils.py +2 -2
- hestia_earth/models/ecoinventV3AndEmberClimate/utils.py +2 -2
- hestia_earth/models/emissionNotRelevant/__init__.py +2 -2
- hestia_earth/models/environmentalFootprintV3_1/environmentalFootprintSingleOverallScore.py +1 -2
- hestia_earth/models/environmentalFootprintV3_1/soilQualityIndexLandOccupation.py +8 -5
- hestia_earth/models/faostat2018/utils.py +3 -3
- hestia_earth/models/frischknechtEtAl2000/ionisingRadiationKbqU235Eq.py +5 -4
- hestia_earth/models/geospatialDatabase/ecoClimateZone.py +2 -2
- hestia_earth/models/hestia/landCover_utils.py +8 -12
- hestia_earth/models/hestia/management.py +3 -3
- hestia_earth/models/hestia/seed_emissions.py +2 -2
- hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py +12 -9
- hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +2 -2
- hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +2 -2
- hestia_earth/models/ipcc2019/pastureGrass_utils.py +6 -3
- hestia_earth/models/ipcc2019/utils.py +3 -2
- hestia_earth/models/linkedImpactAssessment/emissions.py +2 -2
- hestia_earth/models/mocking/search-results.json +1 -1
- hestia_earth/models/requirements.py +2 -2
- hestia_earth/models/utils/aggregated.py +2 -2
- hestia_earth/models/utils/background_emissions.py +6 -5
- hestia_earth/models/utils/ecoClimateZone.py +7 -8
- hestia_earth/models/utils/excretaManagement.py +3 -3
- hestia_earth/models/utils/feedipedia.py +7 -7
- hestia_earth/models/utils/input.py +2 -2
- hestia_earth/models/utils/liveAnimal.py +4 -4
- hestia_earth/models/utils/lookup.py +15 -20
- hestia_earth/models/utils/property.py +3 -3
- hestia_earth/models/utils/term.py +5 -5
- hestia_earth/models/version.py +1 -1
- hestia_earth/orchestrator/__init__.py +0 -3
- hestia_earth/orchestrator/models/transformations.py +2 -2
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/METADATA +10 -14
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/RECORD +44 -668
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/WHEEL +1 -1
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/top_level.txt +0 -1
- hestia_earth/__init__.py +0 -1
- tests/models/__init__.py +0 -0
- tests/models/agribalyse2016/__init__.py +0 -0
- tests/models/agribalyse2016/test_fuelElectricity.py +0 -42
- tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -36
- tests/models/akagiEtAl2011/__init__.py +0 -0
- tests/models/akagiEtAl2011/test_ch4ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_nh3ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_noxToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_pm25ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_so2ToAirCropResidueBurning.py +0 -33
- tests/models/akagiEtAl2011/test_utils.py +0 -19
- tests/models/aware/__init__.py +0 -0
- tests/models/aware/test_scarcityWeightedWaterUse.py +0 -57
- tests/models/aware2_0/__init__.py +0 -0
- tests/models/aware2_0/test_scarcityWeightedWaterUse.py +0 -58
- tests/models/chaudharyBrooks2018/__init__.py +0 -0
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -58
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -58
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -20
- tests/models/cml2001Baseline/__init__.py +0 -0
- tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -141
- tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -105
- tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -23
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +0 -136
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +0 -23
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +0 -58
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +0 -23
- tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -25
- tests/models/cml2001NonBaseline/__init__.py +0 -0
- tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -23
- tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -23
- tests/models/cycle/__init__.py +0 -0
- tests/models/cycle/animal/__init__.py +0 -0
- tests/models/cycle/animal/input/__init__.py +0 -0
- tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -40
- tests/models/cycle/animal/input/test_properties.py +0 -55
- tests/models/cycle/animal/test_milkYield.py +0 -30
- tests/models/cycle/animal/test_properties.py +0 -20
- tests/models/cycle/completeness/__init__.py +0 -0
- tests/models/cycle/completeness/test_animalFeed.py +0 -14
- tests/models/cycle/completeness/test_cropResidue.py +0 -19
- tests/models/cycle/completeness/test_electricityFuel.py +0 -21
- tests/models/cycle/completeness/test_excretaManagement.py +0 -14
- tests/models/cycle/completeness/test_freshForage.py +0 -21
- tests/models/cycle/completeness/test_material.py +0 -18
- tests/models/cycle/completeness/test_seed.py +0 -36
- tests/models/cycle/completeness/test_soilAmendment.py +0 -23
- tests/models/cycle/input/__init__.py +0 -0
- tests/models/cycle/input/test_hestiaAggregatedData.py +0 -91
- tests/models/cycle/input/test_properties.py +0 -55
- tests/models/cycle/input/test_value.py +0 -41
- tests/models/cycle/post_checks/__init__.py +0 -0
- tests/models/cycle/post_checks/test_cache.py +0 -8
- tests/models/cycle/post_checks/test_otherSites.py +0 -15
- tests/models/cycle/post_checks/test_site.py +0 -26
- tests/models/cycle/practice/__init__.py +0 -0
- tests/models/cycle/practice/test_landCover.py +0 -27
- tests/models/cycle/practice/test_value.py +0 -52
- tests/models/cycle/pre_checks/__init__.py +0 -0
- tests/models/cycle/pre_checks/test_otherSites.py +0 -21
- tests/models/cycle/pre_checks/test_site.py +0 -33
- tests/models/cycle/product/__init__.py +0 -0
- tests/models/cycle/product/test_currency.py +0 -41
- tests/models/cycle/product/test_economicValueShare.py +0 -158
- tests/models/cycle/product/test_price.py +0 -29
- tests/models/cycle/product/test_primary.py +0 -75
- tests/models/cycle/product/test_properties.py +0 -32
- tests/models/cycle/product/test_revenue.py +0 -32
- tests/models/cycle/product/test_value.py +0 -41
- tests/models/cycle/test_aboveGroundCropResidueTotal.py +0 -20
- tests/models/cycle/test_completeness.py +0 -51
- tests/models/cycle/test_cycleDuration.py +0 -31
- tests/models/cycle/test_endDate.py +0 -38
- tests/models/cycle/test_otherSitesArea.py +0 -68
- tests/models/cycle/test_otherSitesUnusedDuration.py +0 -54
- tests/models/cycle/test_post_checks.py +0 -11
- tests/models/cycle/test_pre_checks.py +0 -11
- tests/models/cycle/test_siteArea.py +0 -51
- tests/models/cycle/test_siteDuration.py +0 -83
- tests/models/cycle/test_siteUnusedDuration.py +0 -55
- tests/models/cycle/test_startDate.py +0 -58
- tests/models/cycle/test_startDateDefinition.py +0 -31
- tests/models/cycle/test_transformations.py +0 -17
- tests/models/dammgen2009/__init__.py +0 -0
- tests/models/dammgen2009/test_noxToAirExcreta.py +0 -58
- tests/models/data/__init__.py +0 -0
- tests/models/data/test_hestiaAggregatedData.py +0 -32
- tests/models/deRuijterEtAl2010/__init__.py +0 -0
- tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -57
- tests/models/ecoalimV9/__init__.py +0 -0
- tests/models/ecoalimV9/test_cycle.py +0 -22
- tests/models/ecoalimV9/test_impact_assessment.py +0 -24
- tests/models/ecoinventV3/__init__.py +0 -0
- tests/models/ecoinventV3/test_cycle.py +0 -69
- tests/models/ecoinventV3AndEmberClimate/__init__.py +0 -0
- tests/models/ecoinventV3AndEmberClimate/test_cycle.py +0 -28
- tests/models/edip2003/__init__.py +0 -0
- tests/models/edip2003/test_ozoneDepletionPotential.py +0 -21
- tests/models/emepEea2019/__init__.py +0 -0
- tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -34
- tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -36
- tests/models/emepEea2019/test_nh3ToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -64
- tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -21
- tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -21
- tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -34
- tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -21
- tests/models/emepEea2019/test_utils.py +0 -204
- tests/models/environmentalFootprintV3_1/__init__.py +0 -0
- tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py +0 -138
- tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py +0 -26
- tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +0 -21
- tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -30
- tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +0 -27
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py +0 -160
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py +0 -184
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py +0 -78
- tests/models/epa2014/__init__.py +0 -0
- tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -38
- tests/models/fantkeEtAl2016/__init__.py +0 -0
- tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -20
- tests/models/faostat2018/__init__.py +0 -0
- tests/models/faostat2018/product/__init__.py +0 -0
- tests/models/faostat2018/product/test_price.py +0 -117
- tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -58
- tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -54
- tests/models/faostat2018/test_faostat_utils.py +0 -64
- tests/models/faostat2018/test_liveweightPerHead.py +0 -134
- tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -54
- tests/models/faostat2018/test_seed.py +0 -50
- tests/models/faostat2018/test_utils.py +0 -28
- tests/models/frischknechtEtAl2000/__init__.py +0 -0
- tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -138
- tests/models/geospatialDatabase/__init__.py +0 -0
- tests/models/geospatialDatabase/test_awareWaterBasinId.py +0 -27
- tests/models/geospatialDatabase/test_clayContent.py +0 -49
- tests/models/geospatialDatabase/test_croppingIntensity.py +0 -33
- tests/models/geospatialDatabase/test_drainageClass.py +0 -29
- tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -32
- tests/models/geospatialDatabase/test_ecoregion.py +0 -27
- tests/models/geospatialDatabase/test_erodibility.py +0 -29
- tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -29
- tests/models/geospatialDatabase/test_histosol.py +0 -33
- tests/models/geospatialDatabase/test_longFallowRatio.py +0 -33
- tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -29
- tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -43
- tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -19
- tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -30
- tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -20
- tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -20
- tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -29
- tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -20
- tests/models/geospatialDatabase/test_region.py +0 -27
- tests/models/geospatialDatabase/test_sandContent.py +0 -49
- tests/models/geospatialDatabase/test_siltContent.py +0 -37
- tests/models/geospatialDatabase/test_slope.py +0 -29
- tests/models/geospatialDatabase/test_slopeLength.py +0 -29
- tests/models/geospatialDatabase/test_soilPh.py +0 -43
- tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -20
- tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -29
- tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -20
- tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -43
- tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -29
- tests/models/geospatialDatabase/test_utils.py +0 -39
- tests/models/geospatialDatabase/test_waterDepth.py +0 -28
- tests/models/globalCropWaterModel2008/__init__.py +0 -0
- tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -84
- tests/models/haversineFormula/__init__.py +0 -0
- tests/models/haversineFormula/transport/__init__.py +0 -0
- tests/models/haversineFormula/transport/test_distance.py +0 -28
- tests/models/hestia/__init__.py +0 -0
- tests/models/hestia/test_aboveGroundCropResidue.py +0 -40
- tests/models/hestia/test_aboveGroundCropResidueTotal.py +0 -41
- tests/models/hestia/test_brackishWater.py +0 -32
- tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py +0 -34
- tests/models/hestia/test_coldCarcassWeightPerHead.py +0 -47
- tests/models/hestia/test_coldDressedCarcassWeightPerHead.py +0 -47
- tests/models/hestia/test_concentrateFeed.py +0 -52
- tests/models/hestia/test_cropResidueManagement.py +0 -53
- tests/models/hestia/test_croppingIntensity.py +0 -53
- tests/models/hestia/test_default_emissions.py +0 -32
- tests/models/hestia/test_default_resourceUse.py +0 -32
- tests/models/hestia/test_energyContentLowerHeatingValue.py +0 -40
- tests/models/hestia/test_excretaKgMass.py +0 -97
- tests/models/hestia/test_excretaKgN.py +0 -36
- tests/models/hestia/test_excretaKgVs.py +0 -36
- tests/models/hestia/test_feedConversionRatio.py +0 -64
- tests/models/hestia/test_flowingWater.py +0 -44
- tests/models/hestia/test_freshWater.py +0 -32
- tests/models/hestia/test_histosol.py +0 -24
- tests/models/hestia/test_inorganicFertiliser.py +0 -20
- tests/models/hestia/test_irrigatedTypeUnspecified.py +0 -59
- tests/models/hestia/test_landCover.py +0 -100
- tests/models/hestia/test_landCover_utils.py +0 -233
- tests/models/hestia/test_landOccupationDuringCycle.py +0 -75
- tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -30
- tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +0 -29
- tests/models/hestia/test_liveAnimal.py +0 -64
- tests/models/hestia/test_longFallowRatio.py +0 -49
- tests/models/hestia/test_management.py +0 -80
- tests/models/hestia/test_materialsAndSubstrate.py +0 -49
- tests/models/hestia/test_milkYield.py +0 -58
- tests/models/hestia/test_netPrimaryProduction.py +0 -38
- tests/models/hestia/test_organicCarbonPerHa.py +0 -104
- tests/models/hestia/test_organicCarbonPerKgSoil.py +0 -34
- tests/models/hestia/test_organicCarbonPerM3Soil.py +0 -34
- tests/models/hestia/test_organicMatterPerKgSoil.py +0 -34
- tests/models/hestia/test_organicMatterPerM3Soil.py +0 -34
- tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py +0 -56
- tests/models/hestia/test_pastureGrass.py +0 -31
- tests/models/hestia/test_pastureSystem.py +0 -47
- tests/models/hestia/test_potentialEvapotranspirationAnnual.py +0 -32
- tests/models/hestia/test_potentialEvapotranspirationMonthly.py +0 -32
- tests/models/hestia/test_precipitationAnnual.py +0 -32
- tests/models/hestia/test_precipitationMonthly.py +0 -32
- tests/models/hestia/test_rainfallAnnual.py +0 -32
- tests/models/hestia/test_rainfallMonthly.py +0 -32
- tests/models/hestia/test_readyToCookWeightPerHead.py +0 -47
- tests/models/hestia/test_residueBurnt.py +0 -37
- tests/models/hestia/test_residueIncorporated.py +0 -48
- tests/models/hestia/test_residueLeftOnField.py +0 -37
- tests/models/hestia/test_residueRemoved.py +0 -32
- tests/models/hestia/test_salineWater.py +0 -32
- tests/models/hestia/test_seed_emissions.py +0 -27
- tests/models/hestia/test_slope.py +0 -23
- tests/models/hestia/test_slopeLength.py +0 -23
- tests/models/hestia/test_soilClassification.py +0 -72
- tests/models/hestia/test_soilMeasurement.py +0 -156
- tests/models/hestia/test_stockingDensityAnimalHousingAverage.py +0 -42
- tests/models/hestia/test_temperatureAnnual.py +0 -32
- tests/models/hestia/test_temperatureMonthly.py +0 -32
- tests/models/hestia/test_totalNitrogenPerKgSoil.py +0 -36
- tests/models/hestia/test_unknownPreSeasonWaterRegime.py +0 -36
- tests/models/hestia/test_waterDepth.py +0 -34
- tests/models/hestia/test_waterSalinity.py +0 -38
- tests/models/impact_assessment/__init__.py +0 -0
- tests/models/impact_assessment/post_checks/__init__.py +0 -0
- tests/models/impact_assessment/post_checks/test_cycle.py +0 -28
- tests/models/impact_assessment/post_checks/test_remove_cache_fields.py +0 -6
- tests/models/impact_assessment/post_checks/test_remove_no_value.py +0 -17
- tests/models/impact_assessment/post_checks/test_site.py +0 -28
- tests/models/impact_assessment/pre_checks/__init__.py +0 -0
- tests/models/impact_assessment/pre_checks/test_cycle.py +0 -39
- tests/models/impact_assessment/pre_checks/test_site.py +0 -37
- tests/models/impact_assessment/product/__init__.py +0 -0
- tests/models/impact_assessment/product/test_economicValueShare.py +0 -36
- tests/models/impact_assessment/product/test_value.py +0 -36
- tests/models/impact_assessment/test_allocationMethod.py +0 -48
- tests/models/impact_assessment/test_emissions.py +0 -31
- tests/models/impact_assessment/test_irrigated.py +0 -14
- tests/models/impact_assessment/test_oganic.py +0 -14
- tests/models/impact_assessment/test_post_checks.py +0 -11
- tests/models/impact_assessment/test_pre_checks.py +0 -11
- tests/models/ipcc2006/__init__.py +0 -0
- tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -36
- tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -48
- tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -45
- tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -53
- tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -45
- tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -68
- tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -45
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -55
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -43
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -55
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -55
- tests/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
- tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -23
- tests/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
- tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -23
- tests/models/ipcc2019/__init__.py +0 -0
- tests/models/ipcc2019/animal/__init__.py +0 -0
- tests/models/ipcc2019/animal/test_fatContent.py +0 -22
- tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -22
- tests/models/ipcc2019/animal/test_liveweightGain.py +0 -22
- tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -22
- tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -21
- tests/models/ipcc2019/animal/test_pastureGrass.py +0 -47
- tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -22
- tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -22
- tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -21
- tests/models/ipcc2019/test_aboveGroundBiomass.py +0 -189
- tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -51
- tests/models/ipcc2019/test_belowGroundBiomass.py +0 -189
- tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -77
- tests/models/ipcc2019/test_biocharOrganicCarbonPerHa.py +0 -132
- tests/models/ipcc2019/test_biomass_utils.py +0 -115
- tests/models/ipcc2019/test_carbonContent.py +0 -119
- tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -60
- tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -199
- tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -83
- tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -25
- tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py +0 -62
- tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +0 -120
- tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +0 -118
- tests/models/ipcc2019/test_co2ToAirBiocharStockChange.py +0 -90
- tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -50
- tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -49
- tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py +0 -63
- tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +0 -151
- tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -30
- tests/models/ipcc2019/test_croppingDuration.py +0 -55
- tests/models/ipcc2019/test_ligninContent.py +0 -119
- tests/models/ipcc2019/test_n2OToAirAquacultureSystemsIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirCropResidueBurningDirect.py +0 -46
- tests/models/ipcc2019/test_n2OToAirCropResidueBurningIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -79
- tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -50
- tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirFuelCombustionIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -79
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirNaturalVegetationBurningIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -79
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirOrganicSoilBurningIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py +0 -62
- tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationIndirect.py +0 -45
- tests/models/ipcc2019/test_n2OToAir_indirect_emissions_utils.py +0 -19
- tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -47
- tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -35
- tests/models/ipcc2019/test_nitrogenContent.py +0 -107
- tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -51
- tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -64
- tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -48
- tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -48
- tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -97
- tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -47
- tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -35
- tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -415
- tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py +0 -465
- tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py +0 -148
- tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -31
- tests/models/ipcc2019/test_pastureGrass.py +0 -68
- tests/models/ipcc2021/__init__.py +0 -0
- tests/models/ipcc2021/test_gwp100.py +0 -23
- tests/models/jarvisAndPain1994/__init__.py +0 -0
- tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -37
- tests/models/koble2014/__init__.py +0 -0
- tests/models/koble2014/test_cropResidueManagement.py +0 -19
- tests/models/koble2014/test_residueBurnt.py +0 -20
- tests/models/koble2014/test_residueLeftOnField.py +0 -21
- tests/models/koble2014/test_residueRemoved.py +0 -20
- tests/models/koble2014/test_utils.py +0 -52
- tests/models/lcImpactAllEffects100Years/__init__.py +0 -0
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -23
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -23
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffects100Years/__init__.py +0 -0
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -23
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -32
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
- tests/models/linkedImpactAssessment/__init__.py +0 -0
- tests/models/linkedImpactAssessment/test_emissions.py +0 -22
- tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -23
- tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -23
- tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -25
- tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -25
- tests/models/pooreNemecek2018/__init__.py +0 -0
- tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -45
- tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -45
- tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -79
- tests/models/pooreNemecek2018/test_excretaKgN.py +0 -124
- tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -107
- tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -60
- tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -51
- tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -29
- tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -59
- tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -59
- tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -80
- tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -23
- tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -23
- tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -23
- tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -23
- tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -59
- tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -29
- tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -29
- tests/models/pooreNemecek2018/test_plantationDensity.py +0 -29
- tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -29
- tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -29
- tests/models/pooreNemecek2018/test_rotationDuration.py +0 -29
- tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -46
- tests/models/pooreNemecek2018/test_utils.py +0 -26
- tests/models/poschEtAl2008/__init__.py +0 -0
- tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -39
- tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -39
- tests/models/recipe2016Egalitarian/__init__.py +0 -0
- tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -20
- tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -23
- tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -23
- tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -23
- tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -23
- tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -26
- tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -23
- tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Hierarchist/__init__.py +0 -0
- tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -20
- tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -23
- tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -23
- tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -23
- tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -23
- tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -26
- tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -23
- tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Individualist/__init__.py +0 -0
- tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -20
- tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -23
- tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
- tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -23
- tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -23
- tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -26
- tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -23
- tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -23
- tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -26
- tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -23
- tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
- tests/models/schererPfister2015/__init__.py +0 -0
- tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -70
- tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -70
- tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -33
- tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -33
- tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -45
- tests/models/schmidt2007/__init__.py +0 -0
- tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -45
- tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -45
- tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -45
- tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -45
- tests/models/schmidt2007/test_utils.py +0 -39
- tests/models/site/__init__.py +0 -0
- tests/models/site/measurement/__init__.py +0 -0
- tests/models/site/measurement/test_value.py +0 -41
- tests/models/site/post_checks/__init__.py +0 -0
- tests/models/site/post_checks/test_cache.py +0 -8
- tests/models/site/post_checks/test_country.py +0 -6
- tests/models/site/pre_checks/__init__.py +0 -0
- tests/models/site/pre_checks/test_cache_geospatialDatabase.py +0 -22
- tests/models/site/pre_checks/test_cache_years.py +0 -25
- tests/models/site/pre_checks/test_country.py +0 -13
- tests/models/site/test_defaultMethodClassification.py +0 -24
- tests/models/site/test_defaultMethodClassificationDescription.py +0 -24
- tests/models/site/test_grouped_measurement.py +0 -20
- tests/models/stehfestBouwman2006/__init__.py +0 -0
- tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -20
- tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -20
- tests/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -22
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -20
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -20
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -20
- tests/models/test_cache_nodes.py +0 -31
- tests/models/test_cache_sites.py +0 -93
- tests/models/test_config.py +0 -170
- tests/models/test_emissionNotRelevant.py +0 -32
- tests/models/test_log.py +0 -128
- tests/models/test_resourceUseNotRelevant.py +0 -27
- tests/models/test_utils.py +0 -6
- tests/models/transformation/__init__.py +0 -0
- tests/models/transformation/input/__init__.py +0 -0
- tests/models/transformation/input/test_excreta.py +0 -49
- tests/models/transformation/input/test_max.py +0 -34
- tests/models/transformation/input/test_min.py +0 -34
- tests/models/transformation/input/test_properties.py +0 -34
- tests/models/transformation/input/test_sd.py +0 -34
- tests/models/transformation/input/test_value.py +0 -34
- tests/models/transformation/product/__init__.py +0 -0
- tests/models/transformation/product/test_excreta.py +0 -54
- tests/models/usetoxV2/__init__.py +0 -0
- tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -23
- tests/models/utils/__init__.py +0 -0
- tests/models/utils/test_array_builders.py +0 -314
- tests/models/utils/test_background_emissions.py +0 -13
- tests/models/utils/test_blank_node.py +0 -1081
- tests/models/utils/test_cache_sources.py +0 -21
- tests/models/utils/test_crop.py +0 -27
- tests/models/utils/test_cropResidue.py +0 -26
- tests/models/utils/test_cropResidueManagement.py +0 -24
- tests/models/utils/test_currency.py +0 -13
- tests/models/utils/test_dataCompleteness.py +0 -52
- tests/models/utils/test_ecoClimateZone.py +0 -152
- tests/models/utils/test_emission.py +0 -74
- tests/models/utils/test_feedipedia.py +0 -26
- tests/models/utils/test_impact_assessment.py +0 -48
- tests/models/utils/test_indicator.py +0 -26
- tests/models/utils/test_input.py +0 -88
- tests/models/utils/test_liveAnimal.py +0 -34
- tests/models/utils/test_measurement.py +0 -116
- tests/models/utils/test_practice.py +0 -24
- tests/models/utils/test_product.py +0 -73
- tests/models/utils/test_property.py +0 -24
- tests/models/utils/test_site.py +0 -70
- tests/models/utils/test_source.py +0 -42
- tests/models/utils/test_term.py +0 -115
- tests/models/utils/test_time_series.py +0 -88
- tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
- tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -79
- tests/orchestrator/__init__.py +0 -0
- tests/orchestrator/models/__init__.py +0 -0
- tests/orchestrator/models/emissions/__init__.py +0 -0
- tests/orchestrator/models/emissions/test_deleted.py +0 -21
- tests/orchestrator/models/test_transformations.py +0 -32
- tests/orchestrator/strategies/__init__.py +0 -0
- tests/orchestrator/strategies/merge/__init__.py +0 -0
- tests/orchestrator/strategies/merge/test_merge_append.py +0 -33
- tests/orchestrator/strategies/merge/test_merge_default.py +0 -7
- tests/orchestrator/strategies/merge/test_merge_list.py +0 -342
- tests/orchestrator/strategies/merge/test_merge_node.py +0 -95
- tests/orchestrator/strategies/run/__init__.py +0 -0
- tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -109
- tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -14
- tests/orchestrator/strategies/run/test_always.py +0 -5
- tests/orchestrator/test_models.py +0 -70
- tests/orchestrator/test_orchestrator.py +0 -27
- tests/orchestrator/test_utils.py +0 -109
- {hestia_earth_models-0.74.17.dist-info → hestia_earth_models-0.75.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
from unittest.mock import patch
|
|
2
|
-
import json
|
|
3
|
-
from tests.utils import fixtures_path, fake_new_measurement
|
|
4
|
-
|
|
5
|
-
from hestia_earth.models.hestia.flowingWater import MODEL, run, _should_run
|
|
6
|
-
|
|
7
|
-
class_path = f"hestia_earth.models.{MODEL}.flowingWater"
|
|
8
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/flowingWater"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
def test_should_run():
|
|
12
|
-
# with an inland siteType => no run
|
|
13
|
-
site = {'siteType': 'cropland'}
|
|
14
|
-
assert not _should_run(site)
|
|
15
|
-
|
|
16
|
-
# with a water siteType => run
|
|
17
|
-
site = {'siteType': 'lake'}
|
|
18
|
-
assert _should_run(site) is True
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
@patch(f"{class_path}.get_source", return_value={})
|
|
22
|
-
@patch(f"{class_path}._new_measurement", side_effect=fake_new_measurement)
|
|
23
|
-
def test_run(*args):
|
|
24
|
-
with open(f"{fixtures_folder}/site.jsonld", encoding='utf-8') as f:
|
|
25
|
-
site = json.load(f)
|
|
26
|
-
|
|
27
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
28
|
-
expected = json.load(f)
|
|
29
|
-
|
|
30
|
-
value = run(site)
|
|
31
|
-
assert value == expected
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
@patch(f"{class_path}.get_source", return_value={})
|
|
35
|
-
@patch(f"{class_path}._new_measurement", side_effect=fake_new_measurement)
|
|
36
|
-
def test_run_river(*args):
|
|
37
|
-
with open(f"{fixtures_folder}/river/site.jsonld", encoding='utf-8') as f:
|
|
38
|
-
site = json.load(f)
|
|
39
|
-
|
|
40
|
-
with open(f"{fixtures_folder}/river/result.jsonld", encoding='utf-8') as f:
|
|
41
|
-
expected = json.load(f)
|
|
42
|
-
|
|
43
|
-
value = run(site)
|
|
44
|
-
assert value == expected
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
from unittest.mock import patch
|
|
2
|
-
import json
|
|
3
|
-
from tests.utils import fixtures_path, fake_new_measurement
|
|
4
|
-
|
|
5
|
-
from hestia_earth.models.hestia.freshWater import MODEL, TERM_ID, _should_run, run
|
|
6
|
-
|
|
7
|
-
class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
|
|
8
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
def test_should_run():
|
|
12
|
-
# no measuremrent => no run
|
|
13
|
-
site = {'measurements': []}
|
|
14
|
-
should_run = _should_run(site)
|
|
15
|
-
assert not should_run
|
|
16
|
-
|
|
17
|
-
# with measuremrent => run
|
|
18
|
-
site = {'measurements': [{'term': {'@id': 'waterSalinity'}, 'value': [200]}]}
|
|
19
|
-
should_run = _should_run(site)
|
|
20
|
-
assert should_run is True
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@patch(f"{class_path}._new_measurement", side_effect=fake_new_measurement)
|
|
24
|
-
def test_run(*args):
|
|
25
|
-
with open(f"{fixtures_folder}/site.jsonld", encoding='utf-8') as f:
|
|
26
|
-
site = json.load(f)
|
|
27
|
-
|
|
28
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
29
|
-
expected = json.load(f)
|
|
30
|
-
|
|
31
|
-
value = run(site)
|
|
32
|
-
assert value == expected
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import os
|
|
2
|
-
import json
|
|
3
|
-
import pytest
|
|
4
|
-
from unittest.mock import MagicMock, patch
|
|
5
|
-
from tests.utils import fixtures_path, fake_new_measurement
|
|
6
|
-
|
|
7
|
-
from hestia_earth.models.hestia.histosol import MODEL, TERM_ID, run
|
|
8
|
-
|
|
9
|
-
class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
|
|
10
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"
|
|
11
|
-
_folders = [d for d in os.listdir(fixtures_folder) if os.path.isdir(os.path.join(fixtures_folder, d))]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@pytest.mark.parametrize("folder", _folders)
|
|
15
|
-
@patch(f"{class_path}._new_measurement", side_effect=fake_new_measurement)
|
|
16
|
-
def test_run(mock_new_measurement: MagicMock, folder: str):
|
|
17
|
-
with open(f"{fixtures_folder}/{folder}/site.jsonld", encoding='utf-8') as f:
|
|
18
|
-
site = json.load(f)
|
|
19
|
-
|
|
20
|
-
with open(f"{fixtures_folder}/{folder}/result.jsonld", encoding='utf-8') as f:
|
|
21
|
-
expected = json.load(f)
|
|
22
|
-
|
|
23
|
-
value = run(site)
|
|
24
|
-
assert value == expected, folder
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
from unittest.mock import patch
|
|
2
|
-
import json
|
|
3
|
-
from tests.utils import fixtures_path, fake_new_input
|
|
4
|
-
|
|
5
|
-
from hestia_earth.models.hestia.inorganicFertiliser import MODEL, MODEL_KEY, run
|
|
6
|
-
|
|
7
|
-
class_path = f"hestia_earth.models.{MODEL}.{MODEL_KEY}"
|
|
8
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{MODEL_KEY}"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@patch(f"{class_path}._new_input", side_effect=fake_new_input)
|
|
12
|
-
def test_run(*argsm):
|
|
13
|
-
with open(f"{fixtures_folder}/cycle.jsonld", encoding='utf-8') as f:
|
|
14
|
-
cycle = json.load(f)
|
|
15
|
-
|
|
16
|
-
with open(f"{fixtures_folder}/result.jsonld", encoding='utf-8') as f:
|
|
17
|
-
expected = json.load(f)
|
|
18
|
-
|
|
19
|
-
value = run(cycle)
|
|
20
|
-
assert value == expected
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
from unittest.mock import patch
|
|
2
|
-
import json
|
|
3
|
-
from tests.utils import fixtures_path, fake_new_practice
|
|
4
|
-
|
|
5
|
-
from hestia_earth.models.hestia.irrigatedTypeUnspecified import MODEL, TERM_ID, run
|
|
6
|
-
|
|
7
|
-
class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
|
|
8
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@patch(f"{class_path}._new_practice", side_effect=fake_new_practice)
|
|
12
|
-
def test_run_irrigated(*argsm):
|
|
13
|
-
with open(f"{fixtures_folder}/with-waterRegime/cycle.jsonld", encoding='utf-8') as f:
|
|
14
|
-
cycle = json.load(f)
|
|
15
|
-
|
|
16
|
-
value = run(cycle)
|
|
17
|
-
assert value == []
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
@patch(f"{class_path}._new_practice", side_effect=fake_new_practice)
|
|
21
|
-
def test_run_complete_low_irrigation(*argsm):
|
|
22
|
-
with open(f"{fixtures_folder}/complete-low-irrigation/cycle.jsonld", encoding='utf-8') as f:
|
|
23
|
-
cycle = json.load(f)
|
|
24
|
-
|
|
25
|
-
value = run(cycle)
|
|
26
|
-
assert value == []
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
@patch(f"{class_path}._new_practice", side_effect=fake_new_practice)
|
|
30
|
-
def test_run_complete_high_irrigation(*argsm):
|
|
31
|
-
with open(f"{fixtures_folder}/complete-high-irrigation/cycle.jsonld", encoding='utf-8') as f:
|
|
32
|
-
cycle = json.load(f)
|
|
33
|
-
|
|
34
|
-
with open(f"{fixtures_folder}/complete-high-irrigation/result.jsonld", encoding='utf-8') as f:
|
|
35
|
-
expected = json.load(f)
|
|
36
|
-
|
|
37
|
-
value = run(cycle)
|
|
38
|
-
assert value == expected
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
@patch(f"{class_path}._new_practice", side_effect=fake_new_practice)
|
|
42
|
-
def test_run_incomplete_low_irrigation(*argsm):
|
|
43
|
-
with open(f"{fixtures_folder}/incomplete-low-irrigation/cycle.jsonld", encoding='utf-8') as f:
|
|
44
|
-
cycle = json.load(f)
|
|
45
|
-
|
|
46
|
-
value = run(cycle)
|
|
47
|
-
assert value == []
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
@patch(f"{class_path}._new_practice", side_effect=fake_new_practice)
|
|
51
|
-
def test_run_incomplete_high_irrigation(*argsm):
|
|
52
|
-
with open(f"{fixtures_folder}/incomplete-high-irrigation/cycle.jsonld", encoding='utf-8') as f:
|
|
53
|
-
cycle = json.load(f)
|
|
54
|
-
|
|
55
|
-
with open(f"{fixtures_folder}/incomplete-high-irrigation/result.jsonld", encoding='utf-8') as f:
|
|
56
|
-
expected = json.load(f)
|
|
57
|
-
|
|
58
|
-
value = run(cycle)
|
|
59
|
-
assert value == expected
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import os
|
|
2
|
-
import json
|
|
3
|
-
import pytest
|
|
4
|
-
from unittest.mock import patch
|
|
5
|
-
from tests.utils import fixtures_path, fake_new_management
|
|
6
|
-
|
|
7
|
-
from hestia_earth.models.log import logRequirements
|
|
8
|
-
from hestia_earth.models.hestia.utils import (
|
|
9
|
-
FOREST_LAND, PERMANENT_PASTURE, PERMANENT_CROPLAND, ANNUAL_CROPLAND, OTHER_LAND, TOTAL_CROPLAND,
|
|
10
|
-
TOTAL_AGRICULTURAL_CHANGE
|
|
11
|
-
)
|
|
12
|
-
from hestia_earth.models.hestia.landCover import MODEL, MODEL_KEY, run
|
|
13
|
-
|
|
14
|
-
class_path = f"hestia_earth.models.{MODEL}.{MODEL_KEY}"
|
|
15
|
-
class_path_utils = f"hestia_earth.models.{MODEL}.{MODEL_KEY}_utils"
|
|
16
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{MODEL_KEY}"
|
|
17
|
-
_folders = [
|
|
18
|
-
d for d in os.listdir(fixtures_folder)
|
|
19
|
-
if os.path.isdir(os.path.join(fixtures_folder, d)) and not d.startswith("_")
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@pytest.mark.parametrize("subfolder", _folders)
|
|
24
|
-
@patch(f"{class_path}._new_management", side_effect=fake_new_management)
|
|
25
|
-
def test_run(mock, subfolder: str):
|
|
26
|
-
folder = f"{fixtures_folder}/{subfolder}"
|
|
27
|
-
with open(f"{folder}/site.jsonld", encoding='utf-8') as f:
|
|
28
|
-
site = json.load(f)
|
|
29
|
-
|
|
30
|
-
with open(f"{folder}/result.jsonld", encoding='utf-8') as f:
|
|
31
|
-
expected = json.load(f)
|
|
32
|
-
|
|
33
|
-
result = run(site)
|
|
34
|
-
print(json.dumps(result, indent=2))
|
|
35
|
-
assert result == expected
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
@patch(f"{class_path}.logShouldRun")
|
|
39
|
-
@patch(f"{class_path}.logRequirements", wraps=logRequirements)
|
|
40
|
-
@patch(f"{class_path_utils}._get_changes")
|
|
41
|
-
@patch(f"{class_path}.get_site_area_from_lookups", return_value={})
|
|
42
|
-
@patch(f"{class_path}._new_management", side_effect=fake_new_management)
|
|
43
|
-
def test_run_missing_changes_logs(mock_new_mgt, mock_area, mock_get_changes, mock_logRequirements, mock_logShouldRun):
|
|
44
|
-
fake_changes = {
|
|
45
|
-
FOREST_LAND: 0, ANNUAL_CROPLAND: 10, PERMANENT_CROPLAND: 20, PERMANENT_PASTURE: 70, OTHER_LAND: 0,
|
|
46
|
-
TOTAL_CROPLAND: 30, TOTAL_AGRICULTURAL_CHANGE: 100
|
|
47
|
-
}
|
|
48
|
-
mock_get_changes.return_value = (fake_changes, [FOREST_LAND])
|
|
49
|
-
|
|
50
|
-
folder = f"{fixtures_folder}/malaysia"
|
|
51
|
-
with open(f"{folder}/site.jsonld", encoding='utf-8') as f:
|
|
52
|
-
site = json.load(f)
|
|
53
|
-
|
|
54
|
-
_ = run(site)
|
|
55
|
-
mock_logRequirements.assert_any_call(
|
|
56
|
-
site,
|
|
57
|
-
model=MODEL,
|
|
58
|
-
term="oilPalmTree",
|
|
59
|
-
model_key=MODEL_KEY,
|
|
60
|
-
country_id="GADM-MYS",
|
|
61
|
-
site_type_allowed=True,
|
|
62
|
-
allowed_land_use_types='Arable land;Permanent crops;Permanent meadows and pastures;Cropland',
|
|
63
|
-
land_use_type='Permanent crops',
|
|
64
|
-
values="year:2010_isValid:False_percentage:0_term-id:annualCropland_changes:10_site-area:0_"
|
|
65
|
-
"site-area-from-lookup:None_missing-changes:Forest land;year:2010_isValid:False_percentage:0_term-id:forest_"
|
|
66
|
-
"changes:0_site-area:0_site-area-from-lookup:None_missing-changes:Forest land;year:2010_isValid:False_"
|
|
67
|
-
"percentage:99.6_term-id:oilPalmTree_changes:20_site-area:0.9958907764054092_site-area-from-lookup:None_"
|
|
68
|
-
"missing-changes:Forest land;year:2010_isValid:False_percentage:0.411_term-id:otherLand_changes:0_"
|
|
69
|
-
"site-area:0.004109223594590805_site-area-from-lookup:None_missing-changes:Forest land;year:2010_"
|
|
70
|
-
"isValid:False_percentage:0_term-id:permanentPasture_changes:70_site-area:0_site-area-from-lookup:None_"
|
|
71
|
-
"missing-changes:Forest land"
|
|
72
|
-
)
|
|
73
|
-
|
|
74
|
-
mock_logShouldRun.assert_any_call(site, MODEL, "oilPalmTree", False, model_key=MODEL_KEY)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
def _fake_region_lookup(*args, **kwargs):
|
|
78
|
-
"""Returns obviously-wrong mock results from Brazil to be distinct from model."""
|
|
79
|
-
return ("2010:55.0")
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
@patch(f"{class_path_utils}.get_region_lookup_value", side_effect=_fake_region_lookup)
|
|
83
|
-
@patch(f"{class_path}._new_management", side_effect=fake_new_management)
|
|
84
|
-
def test_landCover_from_lookup_run(mock_mgmt, mock_region_lookup, caplog):
|
|
85
|
-
folder = f"{fixtures_folder}/_from_lookups"
|
|
86
|
-
with open(f"{folder}/site.jsonld", encoding='utf-8') as f:
|
|
87
|
-
site = json.load(f)
|
|
88
|
-
|
|
89
|
-
with open(f"{folder}/result.jsonld", encoding='utf-8') as f:
|
|
90
|
-
expected = json.load(f)
|
|
91
|
-
|
|
92
|
-
result = run(site)
|
|
93
|
-
mock_region_lookup.assert_called_with(
|
|
94
|
-
lookup_name='region-crop-cropGroupingFAOSTAT-landCover-otherLand.csv',
|
|
95
|
-
term_id='GADM-BRA',
|
|
96
|
-
column='Maize (corn)',
|
|
97
|
-
model='hestia',
|
|
98
|
-
model_key='landCover'
|
|
99
|
-
)
|
|
100
|
-
assert result == expected
|
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
import pytest
|
|
2
|
-
|
|
3
|
-
from hestia_earth.models.hestia.utils import (
|
|
4
|
-
FOREST_LAND, PERMANENT_PASTURE, PERMANENT_CROPLAND, ANNUAL_CROPLAND, OTHER_LAND
|
|
5
|
-
)
|
|
6
|
-
from hestia_earth.models.hestia.landCover_utils import (
|
|
7
|
-
_get_changes, _estimate_maximum_forest_change,
|
|
8
|
-
_site_area_sum_to_100, _get_sums_of_crop_expansion, _get_sum_for_land_category, _scale_values_to_one,
|
|
9
|
-
_get_most_common_or_alphabetically_first, _get_land_cover_lookup_suffix, _get_ratio_between_land_use_types
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@pytest.mark.parametrize(
|
|
14
|
-
"terms,expected_output",
|
|
15
|
-
[
|
|
16
|
-
( # Only term
|
|
17
|
-
["Annual crops", "Annual crops"],
|
|
18
|
-
"Annual crops"
|
|
19
|
-
),
|
|
20
|
-
( # Most common
|
|
21
|
-
["Perennial crops", "Perennial crops", "Annual crops"],
|
|
22
|
-
"Perennial crops"
|
|
23
|
-
),
|
|
24
|
-
( # Tied frequency, Alphabetically first
|
|
25
|
-
["Perennial crops", "Perennial crops", "Annual crops", "Annual crops"],
|
|
26
|
-
"Annual crops"
|
|
27
|
-
)
|
|
28
|
-
]
|
|
29
|
-
)
|
|
30
|
-
def test_get_most_common_or_alphabetically_first(terms, expected_output):
|
|
31
|
-
actual_result = _get_most_common_or_alphabetically_first(terms)
|
|
32
|
-
assert actual_result == expected_output
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
def test_get_changes():
|
|
36
|
-
result, missing_values = _get_changes(
|
|
37
|
-
country_id="GADM-AFG",
|
|
38
|
-
reference_year=2010
|
|
39
|
-
)
|
|
40
|
-
assert (
|
|
41
|
-
result == {
|
|
42
|
-
"Arable land": -117.0,
|
|
43
|
-
"Cropland": -123.0,
|
|
44
|
-
"Forest land": 0,
|
|
45
|
-
"Other land": 123.0,
|
|
46
|
-
"Land area": 0,
|
|
47
|
-
"Permanent crops": -6.0,
|
|
48
|
-
"Permanent meadows and pastures": 0,
|
|
49
|
-
"Total agricultural change": -123.0
|
|
50
|
-
}
|
|
51
|
-
)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
@pytest.mark.parametrize(
|
|
55
|
-
"description,inputs,expected_output",
|
|
56
|
-
[
|
|
57
|
-
(
|
|
58
|
-
"Annual cropland gain from forest",
|
|
59
|
-
{
|
|
60
|
-
"forest_change": -1000,
|
|
61
|
-
"total_cropland_change": 1000,
|
|
62
|
-
"pasture_change": 0,
|
|
63
|
-
"total_agricultural_change": 1000
|
|
64
|
-
},
|
|
65
|
-
-1000
|
|
66
|
-
),
|
|
67
|
-
(
|
|
68
|
-
"Pasture gain from forest",
|
|
69
|
-
{
|
|
70
|
-
"forest_change": -1000,
|
|
71
|
-
"total_cropland_change": 0,
|
|
72
|
-
"pasture_change": 1000,
|
|
73
|
-
"total_agricultural_change": 1000
|
|
74
|
-
},
|
|
75
|
-
-1000
|
|
76
|
-
),
|
|
77
|
-
(
|
|
78
|
-
"Brazil",
|
|
79
|
-
{
|
|
80
|
-
"forest_change": -77317,
|
|
81
|
-
"total_cropland_change": 5201,
|
|
82
|
-
"pasture_change": -8267,
|
|
83
|
-
"total_agricultural_change": -3066
|
|
84
|
-
},
|
|
85
|
-
-5201
|
|
86
|
-
),
|
|
87
|
-
(
|
|
88
|
-
"Argentina",
|
|
89
|
-
{
|
|
90
|
-
"forest_change": -4990,
|
|
91
|
-
"total_cropland_change": 11408,
|
|
92
|
-
"pasture_change": -12705,
|
|
93
|
-
"total_agricultural_change": -1297
|
|
94
|
-
},
|
|
95
|
-
-4990
|
|
96
|
-
),
|
|
97
|
-
(
|
|
98
|
-
"Madagascar",
|
|
99
|
-
{
|
|
100
|
-
"forest_change": -1131,
|
|
101
|
-
"total_cropland_change": 275,
|
|
102
|
-
"pasture_change": 4295,
|
|
103
|
-
"total_agricultural_change": 4570
|
|
104
|
-
},
|
|
105
|
-
-1131
|
|
106
|
-
),
|
|
107
|
-
(
|
|
108
|
-
"Afforestation",
|
|
109
|
-
{
|
|
110
|
-
"forest_change": 100,
|
|
111
|
-
"total_cropland_change": -1000,
|
|
112
|
-
"pasture_change": -50,
|
|
113
|
-
"total_agricultural_change": -1000
|
|
114
|
-
},
|
|
115
|
-
0
|
|
116
|
-
),
|
|
117
|
-
(
|
|
118
|
-
"Pasture gain more than forest loss",
|
|
119
|
-
{
|
|
120
|
-
"forest_change": -49,
|
|
121
|
-
"total_cropland_change": -1000,
|
|
122
|
-
"pasture_change": 50,
|
|
123
|
-
"total_agricultural_change": -950
|
|
124
|
-
},
|
|
125
|
-
-49
|
|
126
|
-
)
|
|
127
|
-
]
|
|
128
|
-
)
|
|
129
|
-
def test_estimate_maximum_forest_change(description, inputs, expected_output):
|
|
130
|
-
assert _estimate_maximum_forest_change(**inputs) == expected_output, description
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
@pytest.mark.parametrize(
|
|
134
|
-
"description,inputs,expected_result",
|
|
135
|
-
[
|
|
136
|
-
("All zeros, OK", {"a": 0, "b": 0, "c": 0.0, "d": 0.0}, True),
|
|
137
|
-
("Exactly 1, OK", {"a": 0.1, "b": 0.5, "c": 0.4, "d": 0.0}, True),
|
|
138
|
-
("Almost 1, OK", {"a": 0.1, "b": 0.5, "c": 0.4, "d": 0.01}, True),
|
|
139
|
-
("Less than 1, Fail", {"a": 0.1, "b": 0, "c": 0.0, "d": 0.65}, False),
|
|
140
|
-
("More than 1, Fail", {"a": 0.15, "b": 0.7, "c": 0.0, "d": 0.65}, False),
|
|
141
|
-
]
|
|
142
|
-
)
|
|
143
|
-
def test_check_sum_of_percentages(description, inputs, expected_result):
|
|
144
|
-
assert _site_area_sum_to_100(dict_of_percentages=inputs) == expected_result
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
def test_get_sums_of_crop_expansion():
|
|
148
|
-
result = _get_sums_of_crop_expansion(
|
|
149
|
-
country_id="GADM-AFG",
|
|
150
|
-
year=2010,
|
|
151
|
-
include_negatives=True
|
|
152
|
-
)
|
|
153
|
-
assert result == (753973.3, 18354.0)
|
|
154
|
-
|
|
155
|
-
result = _get_sums_of_crop_expansion(
|
|
156
|
-
country_id="GADM-AFG",
|
|
157
|
-
year=2010,
|
|
158
|
-
include_negatives=False
|
|
159
|
-
)
|
|
160
|
-
assert result == (940270.0, 28139.0)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
def test_get_sum_for_land_category():
|
|
164
|
-
values = {
|
|
165
|
-
"mangoes_guavas_and_mangosteens": "2022:5",
|
|
166
|
-
"kiwi_fruit": "2020:4",
|
|
167
|
-
"maize_corn": "2020:3",
|
|
168
|
-
"other_beans_green": "2021:2",
|
|
169
|
-
"olives": "2020:-1"
|
|
170
|
-
}
|
|
171
|
-
fao_stat_to_ipcc_type = {
|
|
172
|
-
"mangoes_guavas_and_mangosteens": "Perennial crops",
|
|
173
|
-
'kiwi_fruit': "Perennial crops",
|
|
174
|
-
'maize_corn': "Annual crops",
|
|
175
|
-
'other_beans_green': "Annual crops",
|
|
176
|
-
'olives': "Perennial crops"
|
|
177
|
-
}
|
|
178
|
-
result = _get_sum_for_land_category(
|
|
179
|
-
values=values,
|
|
180
|
-
year=2020,
|
|
181
|
-
ipcc_land_use_category="Perennial crops",
|
|
182
|
-
fao_stat_to_ipcc_type=fao_stat_to_ipcc_type,
|
|
183
|
-
include_negatives=True
|
|
184
|
-
)
|
|
185
|
-
assert result == 3.0
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
@pytest.mark.parametrize(
|
|
189
|
-
"dictionary,expected_result",
|
|
190
|
-
[
|
|
191
|
-
(
|
|
192
|
-
{"a": 0, "b": 0, "c": 0},
|
|
193
|
-
{"a": 0, "b": 0, "c": 0}
|
|
194
|
-
),
|
|
195
|
-
(
|
|
196
|
-
{"a": 1000},
|
|
197
|
-
{"a": 1}
|
|
198
|
-
),
|
|
199
|
-
(
|
|
200
|
-
{"a": 10, "b": 5, "c": 3},
|
|
201
|
-
{"a": 0.5556, "b": 0.2778, "c": 0.1667}
|
|
202
|
-
)
|
|
203
|
-
]
|
|
204
|
-
)
|
|
205
|
-
def test_scale_values_to_one(dictionary, expected_result):
|
|
206
|
-
result = _scale_values_to_one(dictionary)
|
|
207
|
-
for k, v in result.items():
|
|
208
|
-
assert k in expected_result
|
|
209
|
-
assert round(v, 3) == round(expected_result[k], 3)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
@pytest.mark.parametrize(
|
|
213
|
-
"land_type,expected",
|
|
214
|
-
[
|
|
215
|
-
(FOREST_LAND, "forest"),
|
|
216
|
-
(ANNUAL_CROPLAND, "annualCropland"),
|
|
217
|
-
(PERMANENT_CROPLAND, "permanentCropland"),
|
|
218
|
-
(PERMANENT_PASTURE, "permanentPasture"),
|
|
219
|
-
(OTHER_LAND, "otherLand"),
|
|
220
|
-
]
|
|
221
|
-
)
|
|
222
|
-
def test_get_land_cover_lookup_suffix(land_type: str, expected: str):
|
|
223
|
-
assert _get_land_cover_lookup_suffix(land_type=land_type) == expected, land_type
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
def test_get_ratio_between_land_use_types():
|
|
227
|
-
result = _get_ratio_between_land_use_types(
|
|
228
|
-
country_id="GADM-ZWE",
|
|
229
|
-
reference_year=2004,
|
|
230
|
-
first_land_use_term="Arable land",
|
|
231
|
-
second_land_use_term="Permanent crops"
|
|
232
|
-
)
|
|
233
|
-
assert result == (3800.0, 57.417)
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from os.path import isfile
|
|
3
|
-
from pytest import mark
|
|
4
|
-
from unittest.mock import patch, MagicMock
|
|
5
|
-
|
|
6
|
-
from hestia_earth.models.hestia.landOccupationDuringCycle import MODEL, TERM_ID, run, _should_run
|
|
7
|
-
|
|
8
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
9
|
-
|
|
10
|
-
class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
|
|
11
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
def _load_fixture(file_name: str, default=None):
|
|
15
|
-
path = f"{fixtures_folder}/{file_name}.jsonld"
|
|
16
|
-
if isfile(path):
|
|
17
|
-
with open(path, encoding="utf-8") as f:
|
|
18
|
-
return json.load(f)
|
|
19
|
-
return default
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
# subfolder, should_run
|
|
23
|
-
PARAMS_SHOULD_RUN = [
|
|
24
|
-
("arable", True),
|
|
25
|
-
("permanent", True),
|
|
26
|
-
("animal", True),
|
|
27
|
-
("animal-multi-country", True),
|
|
28
|
-
("arable-missing-evs", False), # no economicValueShare on product
|
|
29
|
-
("arable-zero-evs", True), # economicValueShare is `0` -> run, with 0% allocated
|
|
30
|
-
("animal-missing-other-site-data", False), # mis-matched `otherSites` and `otherSitesDuration`
|
|
31
|
-
("animal-missing-site-data", False), # closes #1341
|
|
32
|
-
("poore-nemecek-2018-orchard", True), # ensure model returns the same value as deprecated one
|
|
33
|
-
("poore-nemecek-2018-cereal", True), # ensure model returns the same value as deprecated one
|
|
34
|
-
("animal-no-cycle", False) # closes #1362
|
|
35
|
-
]
|
|
36
|
-
IDS_SHOULD_RUN = [p[0] for p in PARAMS_SHOULD_RUN]
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
@mark.parametrize("subfolder, expected", PARAMS_SHOULD_RUN, ids=IDS_SHOULD_RUN)
|
|
40
|
-
def test_should_run(
|
|
41
|
-
subfolder: str,
|
|
42
|
-
expected: bool
|
|
43
|
-
):
|
|
44
|
-
impact = _load_fixture(f"{subfolder}/impact-assessment", {})
|
|
45
|
-
cycle = _load_fixture(f"{subfolder}/cycle", {})
|
|
46
|
-
|
|
47
|
-
impact["cycle"] = cycle
|
|
48
|
-
|
|
49
|
-
result, *_ = _should_run(impact)
|
|
50
|
-
assert result == expected
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
def test_should_run_no_cycle():
|
|
54
|
-
IMPACT = {}
|
|
55
|
-
result, *_ = _should_run(IMPACT)
|
|
56
|
-
assert result is False
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
PARAMS_RUN = [subfolder for subfolder, should_run in PARAMS_SHOULD_RUN if should_run]
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
@mark.parametrize("subfolder", PARAMS_RUN)
|
|
63
|
-
@patch(f"{class_path}._new_indicator", side_effect=fake_new_indicator)
|
|
64
|
-
def test_run(
|
|
65
|
-
_mock_new_indicator: MagicMock,
|
|
66
|
-
subfolder: str
|
|
67
|
-
):
|
|
68
|
-
impact = _load_fixture(f"{subfolder}/impact-assessment", {})
|
|
69
|
-
cycle = _load_fixture(f"{subfolder}/cycle", {})
|
|
70
|
-
expected = _load_fixture(f"{subfolder}/result", {})
|
|
71
|
-
|
|
72
|
-
impact["cycle"] = cycle
|
|
73
|
-
|
|
74
|
-
result = run(impact)
|
|
75
|
-
assert result == expected
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from unittest.mock import patch, Mock
|
|
3
|
-
import pytest
|
|
4
|
-
|
|
5
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
6
|
-
from hestia_earth.models.hestia import MODEL
|
|
7
|
-
from hestia_earth.models.hestia.landTransformation100YearAverageDuringCycle import TERM_ID, run
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
|
|
11
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@pytest.mark.parametrize(
|
|
15
|
-
"subfolder",
|
|
16
|
-
[
|
|
17
|
-
"maize_brazil"
|
|
18
|
-
]
|
|
19
|
-
)
|
|
20
|
-
@patch("hestia_earth.models.hestia.resourceUse_utils._new_indicator", side_effect=fake_new_indicator)
|
|
21
|
-
def test_run(mock_new_indicator: Mock, subfolder):
|
|
22
|
-
folder = f"{fixtures_folder}/{subfolder}"
|
|
23
|
-
with open(f"{folder}/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
24
|
-
impact_assessment = json.load(f)
|
|
25
|
-
|
|
26
|
-
with open(f"{folder}/result.jsonld", encoding='utf-8') as f:
|
|
27
|
-
expected = json.load(f)
|
|
28
|
-
|
|
29
|
-
result = run(impact_assessment=impact_assessment)
|
|
30
|
-
assert result == expected
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import os
|
|
2
|
-
import json
|
|
3
|
-
from unittest.mock import patch, Mock
|
|
4
|
-
import pytest
|
|
5
|
-
|
|
6
|
-
from tests.utils import fixtures_path, fake_new_indicator
|
|
7
|
-
from hestia_earth.models.hestia import MODEL
|
|
8
|
-
from hestia_earth.models.hestia.landTransformation20YearAverageDuringCycle import TERM_ID, run
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
|
|
12
|
-
fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"
|
|
13
|
-
|
|
14
|
-
_folders = [d for d in os.listdir(fixtures_folder) if os.path.isdir(os.path.join(fixtures_folder, d))]
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
@pytest.mark.parametrize("subfolder", _folders)
|
|
18
|
-
@patch("hestia_earth.models.hestia.resourceUse_utils._new_indicator", side_effect=fake_new_indicator)
|
|
19
|
-
def test_run(mock_new_indicator: Mock, subfolder):
|
|
20
|
-
folder = f"{fixtures_folder}/{subfolder}"
|
|
21
|
-
|
|
22
|
-
with open(f"{folder}/impact-assessment.jsonld", encoding='utf-8') as f:
|
|
23
|
-
impact_assessment = json.load(f)
|
|
24
|
-
|
|
25
|
-
with open(f"{folder}/result.jsonld", encoding='utf-8') as f:
|
|
26
|
-
expected = json.load(f)
|
|
27
|
-
|
|
28
|
-
result = run(impact_assessment=impact_assessment)
|
|
29
|
-
assert result == expected
|