hestia-earth-models 0.74.16__py3-none-any.whl → 0.75.0__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.

Files changed (637) hide show
  1. hestia_earth/models/__init__.py +0 -3
  2. hestia_earth/models/ipcc2019/burning_utils.py +37 -0
  3. hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py +84 -108
  4. hestia_earth/models/ipcc2019/pastureGrass_utils.py +1 -1
  5. hestia_earth/models/mocking/search-results.json +1 -1
  6. hestia_earth/models/utils/property.py +8 -6
  7. hestia_earth/models/version.py +1 -1
  8. hestia_earth/orchestrator/__init__.py +0 -3
  9. {hestia_earth_models-0.74.16.dist-info → hestia_earth_models-0.75.0.dist-info}/METADATA +10 -14
  10. {hestia_earth_models-0.74.16.dist-info → hestia_earth_models-0.75.0.dist-info}/RECORD +13 -636
  11. {hestia_earth_models-0.74.16.dist-info → hestia_earth_models-0.75.0.dist-info}/WHEEL +1 -1
  12. {hestia_earth_models-0.74.16.dist-info → hestia_earth_models-0.75.0.dist-info}/top_level.txt +0 -1
  13. hestia_earth/__init__.py +0 -1
  14. tests/models/__init__.py +0 -0
  15. tests/models/agribalyse2016/__init__.py +0 -0
  16. tests/models/agribalyse2016/test_fuelElectricity.py +0 -42
  17. tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py +0 -36
  18. tests/models/akagiEtAl2011/__init__.py +0 -0
  19. tests/models/akagiEtAl2011/test_ch4ToAirCropResidueBurning.py +0 -33
  20. tests/models/akagiEtAl2011/test_nh3ToAirCropResidueBurning.py +0 -33
  21. tests/models/akagiEtAl2011/test_noxToAirCropResidueBurning.py +0 -33
  22. tests/models/akagiEtAl2011/test_pm25ToAirCropResidueBurning.py +0 -33
  23. tests/models/akagiEtAl2011/test_so2ToAirCropResidueBurning.py +0 -33
  24. tests/models/akagiEtAl2011/test_utils.py +0 -19
  25. tests/models/aware/__init__.py +0 -0
  26. tests/models/aware/test_scarcityWeightedWaterUse.py +0 -57
  27. tests/models/aware2_0/__init__.py +0 -0
  28. tests/models/aware2_0/test_scarcityWeightedWaterUse.py +0 -58
  29. tests/models/chaudharyBrooks2018/__init__.py +0 -0
  30. tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py +0 -58
  31. tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py +0 -58
  32. tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py +0 -20
  33. tests/models/cml2001Baseline/__init__.py +0 -0
  34. tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py +0 -141
  35. tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py +0 -105
  36. tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py +0 -23
  37. tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py +0 -136
  38. tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py +0 -23
  39. tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py +0 -58
  40. tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py +0 -23
  41. tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py +0 -25
  42. tests/models/cml2001NonBaseline/__init__.py +0 -0
  43. tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py +0 -23
  44. tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py +0 -23
  45. tests/models/cycle/__init__.py +0 -0
  46. tests/models/cycle/animal/__init__.py +0 -0
  47. tests/models/cycle/animal/input/__init__.py +0 -0
  48. tests/models/cycle/animal/input/test_hestiaAggregatedData.py +0 -40
  49. tests/models/cycle/animal/input/test_properties.py +0 -55
  50. tests/models/cycle/animal/test_milkYield.py +0 -30
  51. tests/models/cycle/animal/test_properties.py +0 -20
  52. tests/models/cycle/completeness/__init__.py +0 -0
  53. tests/models/cycle/completeness/test_animalFeed.py +0 -14
  54. tests/models/cycle/completeness/test_cropResidue.py +0 -19
  55. tests/models/cycle/completeness/test_electricityFuel.py +0 -21
  56. tests/models/cycle/completeness/test_excretaManagement.py +0 -14
  57. tests/models/cycle/completeness/test_freshForage.py +0 -21
  58. tests/models/cycle/completeness/test_material.py +0 -18
  59. tests/models/cycle/completeness/test_seed.py +0 -36
  60. tests/models/cycle/completeness/test_soilAmendment.py +0 -23
  61. tests/models/cycle/input/__init__.py +0 -0
  62. tests/models/cycle/input/test_hestiaAggregatedData.py +0 -91
  63. tests/models/cycle/input/test_properties.py +0 -55
  64. tests/models/cycle/input/test_value.py +0 -41
  65. tests/models/cycle/post_checks/__init__.py +0 -0
  66. tests/models/cycle/post_checks/test_cache.py +0 -8
  67. tests/models/cycle/post_checks/test_otherSites.py +0 -15
  68. tests/models/cycle/post_checks/test_site.py +0 -26
  69. tests/models/cycle/practice/__init__.py +0 -0
  70. tests/models/cycle/practice/test_landCover.py +0 -27
  71. tests/models/cycle/practice/test_value.py +0 -52
  72. tests/models/cycle/pre_checks/__init__.py +0 -0
  73. tests/models/cycle/pre_checks/test_otherSites.py +0 -21
  74. tests/models/cycle/pre_checks/test_site.py +0 -33
  75. tests/models/cycle/product/__init__.py +0 -0
  76. tests/models/cycle/product/test_currency.py +0 -41
  77. tests/models/cycle/product/test_economicValueShare.py +0 -158
  78. tests/models/cycle/product/test_price.py +0 -29
  79. tests/models/cycle/product/test_primary.py +0 -75
  80. tests/models/cycle/product/test_properties.py +0 -32
  81. tests/models/cycle/product/test_revenue.py +0 -32
  82. tests/models/cycle/product/test_value.py +0 -41
  83. tests/models/cycle/test_aboveGroundCropResidueTotal.py +0 -20
  84. tests/models/cycle/test_completeness.py +0 -51
  85. tests/models/cycle/test_cycleDuration.py +0 -31
  86. tests/models/cycle/test_endDate.py +0 -38
  87. tests/models/cycle/test_otherSitesArea.py +0 -68
  88. tests/models/cycle/test_otherSitesUnusedDuration.py +0 -54
  89. tests/models/cycle/test_post_checks.py +0 -11
  90. tests/models/cycle/test_pre_checks.py +0 -11
  91. tests/models/cycle/test_siteArea.py +0 -51
  92. tests/models/cycle/test_siteDuration.py +0 -83
  93. tests/models/cycle/test_siteUnusedDuration.py +0 -55
  94. tests/models/cycle/test_startDate.py +0 -58
  95. tests/models/cycle/test_startDateDefinition.py +0 -31
  96. tests/models/cycle/test_transformations.py +0 -17
  97. tests/models/dammgen2009/__init__.py +0 -0
  98. tests/models/dammgen2009/test_noxToAirExcreta.py +0 -58
  99. tests/models/data/__init__.py +0 -0
  100. tests/models/data/test_hestiaAggregatedData.py +0 -32
  101. tests/models/deRuijterEtAl2010/__init__.py +0 -0
  102. tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py +0 -57
  103. tests/models/ecoalimV9/__init__.py +0 -0
  104. tests/models/ecoalimV9/test_cycle.py +0 -22
  105. tests/models/ecoalimV9/test_impact_assessment.py +0 -24
  106. tests/models/ecoinventV3/__init__.py +0 -0
  107. tests/models/ecoinventV3/test_cycle.py +0 -69
  108. tests/models/ecoinventV3AndEmberClimate/__init__.py +0 -0
  109. tests/models/ecoinventV3AndEmberClimate/test_cycle.py +0 -28
  110. tests/models/edip2003/__init__.py +0 -0
  111. tests/models/edip2003/test_ozoneDepletionPotential.py +0 -21
  112. tests/models/emepEea2019/__init__.py +0 -0
  113. tests/models/emepEea2019/test_co2ToAirFuelCombustion.py +0 -34
  114. tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py +0 -34
  115. tests/models/emepEea2019/test_nh3ToAirExcreta.py +0 -36
  116. tests/models/emepEea2019/test_nh3ToAirFuelCombustion.py +0 -34
  117. tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py +0 -64
  118. tests/models/emepEea2019/test_noxToAirFuelCombustion.py +0 -34
  119. tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py +0 -21
  120. tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py +0 -21
  121. tests/models/emepEea2019/test_so2ToAirFuelCombustion.py +0 -34
  122. tests/models/emepEea2019/test_tspToAirAnimalHousing.py +0 -21
  123. tests/models/emepEea2019/test_utils.py +0 -204
  124. tests/models/environmentalFootprintV3_1/__init__.py +0 -0
  125. tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py +0 -138
  126. tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py +0 -26
  127. tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py +0 -21
  128. tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py +0 -30
  129. tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py +0 -27
  130. tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py +0 -160
  131. tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py +0 -184
  132. tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py +0 -78
  133. tests/models/epa2014/__init__.py +0 -0
  134. tests/models/epa2014/test_no3ToGroundwaterExcreta.py +0 -38
  135. tests/models/fantkeEtAl2016/__init__.py +0 -0
  136. tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py +0 -20
  137. tests/models/faostat2018/__init__.py +0 -0
  138. tests/models/faostat2018/product/__init__.py +0 -0
  139. tests/models/faostat2018/product/test_price.py +0 -117
  140. tests/models/faostat2018/test_coldCarcassWeightPerHead.py +0 -58
  141. tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py +0 -54
  142. tests/models/faostat2018/test_faostat_utils.py +0 -64
  143. tests/models/faostat2018/test_liveweightPerHead.py +0 -134
  144. tests/models/faostat2018/test_readyToCookWeightPerHead.py +0 -54
  145. tests/models/faostat2018/test_seed.py +0 -50
  146. tests/models/faostat2018/test_utils.py +0 -28
  147. tests/models/frischknechtEtAl2000/__init__.py +0 -0
  148. tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py +0 -138
  149. tests/models/geospatialDatabase/__init__.py +0 -0
  150. tests/models/geospatialDatabase/test_awareWaterBasinId.py +0 -27
  151. tests/models/geospatialDatabase/test_clayContent.py +0 -49
  152. tests/models/geospatialDatabase/test_croppingIntensity.py +0 -33
  153. tests/models/geospatialDatabase/test_drainageClass.py +0 -29
  154. tests/models/geospatialDatabase/test_ecoClimateZone.py +0 -32
  155. tests/models/geospatialDatabase/test_ecoregion.py +0 -27
  156. tests/models/geospatialDatabase/test_erodibility.py +0 -29
  157. tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py +0 -29
  158. tests/models/geospatialDatabase/test_histosol.py +0 -33
  159. tests/models/geospatialDatabase/test_longFallowRatio.py +0 -33
  160. tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py +0 -29
  161. tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py +0 -43
  162. tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py +0 -19
  163. tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py +0 -30
  164. tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py +0 -20
  165. tests/models/geospatialDatabase/test_precipitationAnnual.py +0 -20
  166. tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py +0 -29
  167. tests/models/geospatialDatabase/test_precipitationMonthly.py +0 -20
  168. tests/models/geospatialDatabase/test_region.py +0 -27
  169. tests/models/geospatialDatabase/test_sandContent.py +0 -49
  170. tests/models/geospatialDatabase/test_siltContent.py +0 -37
  171. tests/models/geospatialDatabase/test_slope.py +0 -29
  172. tests/models/geospatialDatabase/test_slopeLength.py +0 -29
  173. tests/models/geospatialDatabase/test_soilPh.py +0 -43
  174. tests/models/geospatialDatabase/test_temperatureAnnual.py +0 -20
  175. tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py +0 -29
  176. tests/models/geospatialDatabase/test_temperatureMonthly.py +0 -20
  177. tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py +0 -43
  178. tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py +0 -29
  179. tests/models/geospatialDatabase/test_utils.py +0 -39
  180. tests/models/geospatialDatabase/test_waterDepth.py +0 -28
  181. tests/models/globalCropWaterModel2008/__init__.py +0 -0
  182. tests/models/globalCropWaterModel2008/test_rootingDepth.py +0 -84
  183. tests/models/haversineFormula/__init__.py +0 -0
  184. tests/models/haversineFormula/transport/__init__.py +0 -0
  185. tests/models/haversineFormula/transport/test_distance.py +0 -28
  186. tests/models/hestia/__init__.py +0 -0
  187. tests/models/hestia/test_aboveGroundCropResidue.py +0 -40
  188. tests/models/hestia/test_aboveGroundCropResidueTotal.py +0 -41
  189. tests/models/hestia/test_brackishWater.py +0 -32
  190. tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py +0 -34
  191. tests/models/hestia/test_coldCarcassWeightPerHead.py +0 -47
  192. tests/models/hestia/test_coldDressedCarcassWeightPerHead.py +0 -47
  193. tests/models/hestia/test_concentrateFeed.py +0 -52
  194. tests/models/hestia/test_cropResidueManagement.py +0 -53
  195. tests/models/hestia/test_croppingIntensity.py +0 -53
  196. tests/models/hestia/test_default_emissions.py +0 -32
  197. tests/models/hestia/test_default_resourceUse.py +0 -32
  198. tests/models/hestia/test_energyContentLowerHeatingValue.py +0 -40
  199. tests/models/hestia/test_excretaKgMass.py +0 -97
  200. tests/models/hestia/test_excretaKgN.py +0 -36
  201. tests/models/hestia/test_excretaKgVs.py +0 -36
  202. tests/models/hestia/test_feedConversionRatio.py +0 -64
  203. tests/models/hestia/test_flowingWater.py +0 -44
  204. tests/models/hestia/test_freshWater.py +0 -32
  205. tests/models/hestia/test_histosol.py +0 -24
  206. tests/models/hestia/test_inorganicFertiliser.py +0 -20
  207. tests/models/hestia/test_irrigatedTypeUnspecified.py +0 -59
  208. tests/models/hestia/test_landCover.py +0 -100
  209. tests/models/hestia/test_landCover_utils.py +0 -233
  210. tests/models/hestia/test_landOccupationDuringCycle.py +0 -75
  211. tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py +0 -30
  212. tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py +0 -29
  213. tests/models/hestia/test_liveAnimal.py +0 -64
  214. tests/models/hestia/test_longFallowRatio.py +0 -49
  215. tests/models/hestia/test_management.py +0 -80
  216. tests/models/hestia/test_materialsAndSubstrate.py +0 -49
  217. tests/models/hestia/test_milkYield.py +0 -58
  218. tests/models/hestia/test_netPrimaryProduction.py +0 -38
  219. tests/models/hestia/test_organicCarbonPerHa.py +0 -104
  220. tests/models/hestia/test_organicCarbonPerKgSoil.py +0 -34
  221. tests/models/hestia/test_organicCarbonPerM3Soil.py +0 -34
  222. tests/models/hestia/test_organicMatterPerKgSoil.py +0 -34
  223. tests/models/hestia/test_organicMatterPerM3Soil.py +0 -34
  224. tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py +0 -56
  225. tests/models/hestia/test_pastureGrass.py +0 -31
  226. tests/models/hestia/test_pastureSystem.py +0 -47
  227. tests/models/hestia/test_potentialEvapotranspirationAnnual.py +0 -32
  228. tests/models/hestia/test_potentialEvapotranspirationMonthly.py +0 -32
  229. tests/models/hestia/test_precipitationAnnual.py +0 -32
  230. tests/models/hestia/test_precipitationMonthly.py +0 -32
  231. tests/models/hestia/test_rainfallAnnual.py +0 -32
  232. tests/models/hestia/test_rainfallMonthly.py +0 -32
  233. tests/models/hestia/test_readyToCookWeightPerHead.py +0 -47
  234. tests/models/hestia/test_residueBurnt.py +0 -37
  235. tests/models/hestia/test_residueIncorporated.py +0 -48
  236. tests/models/hestia/test_residueLeftOnField.py +0 -37
  237. tests/models/hestia/test_residueRemoved.py +0 -32
  238. tests/models/hestia/test_salineWater.py +0 -32
  239. tests/models/hestia/test_seed_emissions.py +0 -27
  240. tests/models/hestia/test_slope.py +0 -23
  241. tests/models/hestia/test_slopeLength.py +0 -23
  242. tests/models/hestia/test_soilClassification.py +0 -72
  243. tests/models/hestia/test_soilMeasurement.py +0 -156
  244. tests/models/hestia/test_stockingDensityAnimalHousingAverage.py +0 -42
  245. tests/models/hestia/test_temperatureAnnual.py +0 -32
  246. tests/models/hestia/test_temperatureMonthly.py +0 -32
  247. tests/models/hestia/test_totalNitrogenPerKgSoil.py +0 -36
  248. tests/models/hestia/test_unknownPreSeasonWaterRegime.py +0 -36
  249. tests/models/hestia/test_waterDepth.py +0 -34
  250. tests/models/hestia/test_waterSalinity.py +0 -38
  251. tests/models/impact_assessment/__init__.py +0 -0
  252. tests/models/impact_assessment/post_checks/__init__.py +0 -0
  253. tests/models/impact_assessment/post_checks/test_cycle.py +0 -28
  254. tests/models/impact_assessment/post_checks/test_remove_cache_fields.py +0 -6
  255. tests/models/impact_assessment/post_checks/test_remove_no_value.py +0 -17
  256. tests/models/impact_assessment/post_checks/test_site.py +0 -28
  257. tests/models/impact_assessment/pre_checks/__init__.py +0 -0
  258. tests/models/impact_assessment/pre_checks/test_cycle.py +0 -39
  259. tests/models/impact_assessment/pre_checks/test_site.py +0 -37
  260. tests/models/impact_assessment/product/__init__.py +0 -0
  261. tests/models/impact_assessment/product/test_economicValueShare.py +0 -36
  262. tests/models/impact_assessment/product/test_value.py +0 -36
  263. tests/models/impact_assessment/test_allocationMethod.py +0 -48
  264. tests/models/impact_assessment/test_emissions.py +0 -31
  265. tests/models/impact_assessment/test_irrigated.py +0 -14
  266. tests/models/impact_assessment/test_oganic.py +0 -14
  267. tests/models/impact_assessment/test_post_checks.py +0 -11
  268. tests/models/impact_assessment/test_pre_checks.py +0 -11
  269. tests/models/ipcc2006/__init__.py +0 -0
  270. tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py +0 -36
  271. tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py +0 -48
  272. tests/models/ipcc2006/test_belowGroundCropResidue.py +0 -45
  273. tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -53
  274. tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py +0 -45
  275. tests/models/ipcc2006/test_n2OToAirExcretaDirect.py +0 -68
  276. tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py +0 -45
  277. tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py +0 -55
  278. tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py +0 -43
  279. tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py +0 -55
  280. tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py +0 -55
  281. tests/models/ipcc2013ExcludingFeedbacks/__init__.py +0 -0
  282. tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py +0 -23
  283. tests/models/ipcc2013IncludingFeedbacks/__init__.py +0 -0
  284. tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py +0 -23
  285. tests/models/ipcc2019/__init__.py +0 -0
  286. tests/models/ipcc2019/animal/__init__.py +0 -0
  287. tests/models/ipcc2019/animal/test_fatContent.py +0 -22
  288. tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py +0 -22
  289. tests/models/ipcc2019/animal/test_liveweightGain.py +0 -22
  290. tests/models/ipcc2019/animal/test_liveweightPerHead.py +0 -22
  291. tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py +0 -21
  292. tests/models/ipcc2019/animal/test_pastureGrass.py +0 -47
  293. tests/models/ipcc2019/animal/test_pregnancyRateTotal.py +0 -22
  294. tests/models/ipcc2019/animal/test_trueProteinContent.py +0 -22
  295. tests/models/ipcc2019/animal/test_weightAtMaturity.py +0 -21
  296. tests/models/ipcc2019/test_aboveGroundBiomass.py +0 -189
  297. tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py +0 -51
  298. tests/models/ipcc2019/test_belowGroundBiomass.py +0 -189
  299. tests/models/ipcc2019/test_belowGroundCropResidue.py +0 -77
  300. tests/models/ipcc2019/test_biocharOrganicCarbonPerHa.py +0 -132
  301. tests/models/ipcc2019/test_biomass_utils.py +0 -115
  302. tests/models/ipcc2019/test_carbonContent.py +0 -119
  303. tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py +0 -60
  304. tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py +0 -199
  305. tests/models/ipcc2019/test_ch4ToAirExcreta.py +0 -83
  306. tests/models/ipcc2019/test_ch4ToAirFloodedRice.py +0 -25
  307. tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py +0 -62
  308. tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py +0 -120
  309. tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py +0 -118
  310. tests/models/ipcc2019/test_co2ToAirBiocharStockChange.py +0 -90
  311. tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py +0 -50
  312. tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py +0 -49
  313. tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py +0 -63
  314. tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py +0 -151
  315. tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py +0 -30
  316. tests/models/ipcc2019/test_croppingDuration.py +0 -55
  317. tests/models/ipcc2019/test_ligninContent.py +0 -119
  318. tests/models/ipcc2019/test_n2OToAirAquacultureSystemsIndirect.py +0 -45
  319. tests/models/ipcc2019/test_n2OToAirCropResidueBurningDirect.py +0 -46
  320. tests/models/ipcc2019/test_n2OToAirCropResidueBurningIndirect.py +0 -45
  321. tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py +0 -79
  322. tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py +0 -45
  323. tests/models/ipcc2019/test_n2OToAirExcretaDirect.py +0 -50
  324. tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py +0 -45
  325. tests/models/ipcc2019/test_n2OToAirFuelCombustionIndirect.py +0 -45
  326. tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py +0 -79
  327. tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +0 -45
  328. tests/models/ipcc2019/test_n2OToAirNaturalVegetationBurningIndirect.py +0 -45
  329. tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py +0 -79
  330. tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +0 -45
  331. tests/models/ipcc2019/test_n2OToAirOrganicSoilBurningIndirect.py +0 -45
  332. tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py +0 -62
  333. tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationIndirect.py +0 -45
  334. tests/models/ipcc2019/test_n2OToAir_indirect_emissions_utils.py +0 -19
  335. tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py +0 -47
  336. tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py +0 -35
  337. tests/models/ipcc2019/test_nitrogenContent.py +0 -107
  338. tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py +0 -51
  339. tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py +0 -64
  340. tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py +0 -48
  341. tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py +0 -48
  342. tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py +0 -97
  343. tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py +0 -47
  344. tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py +0 -35
  345. tests/models/ipcc2019/test_organicCarbonPerHa.py +0 -415
  346. tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py +0 -465
  347. tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py +0 -148
  348. tests/models/ipcc2019/test_organicCarbonPerHa_utils.py +0 -31
  349. tests/models/ipcc2019/test_pastureGrass.py +0 -68
  350. tests/models/ipcc2021/__init__.py +0 -0
  351. tests/models/ipcc2021/test_gwp100.py +0 -23
  352. tests/models/jarvisAndPain1994/__init__.py +0 -0
  353. tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +0 -37
  354. tests/models/koble2014/__init__.py +0 -0
  355. tests/models/koble2014/test_cropResidueManagement.py +0 -19
  356. tests/models/koble2014/test_residueBurnt.py +0 -20
  357. tests/models/koble2014/test_residueLeftOnField.py +0 -21
  358. tests/models/koble2014/test_residueRemoved.py +0 -20
  359. tests/models/koble2014/test_utils.py +0 -52
  360. tests/models/lcImpactAllEffects100Years/__init__.py +0 -0
  361. tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py +0 -23
  362. tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
  363. tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
  364. tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
  365. tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
  366. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py +0 -20
  367. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py +0 -23
  368. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
  369. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
  370. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
  371. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
  372. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
  373. tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py +0 -32
  374. tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
  375. tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
  376. tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -20
  377. tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
  378. tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
  379. tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
  380. tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
  381. tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
  382. tests/models/lcImpactAllEffectsInfinite/__init__.py +0 -0
  383. tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py +0 -23
  384. tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
  385. tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
  386. tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
  387. tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
  388. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py +0 -20
  389. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -23
  390. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
  391. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
  392. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
  393. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
  394. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
  395. tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -32
  396. tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
  397. tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
  398. tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -20
  399. tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
  400. tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
  401. tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
  402. tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
  403. tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
  404. tests/models/lcImpactCertainEffects100Years/__init__.py +0 -0
  405. tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
  406. tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
  407. tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
  408. tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
  409. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py +0 -20
  410. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py +0 -23
  411. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
  412. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
  413. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
  414. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
  415. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
  416. tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py +0 -32
  417. tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
  418. tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
  419. tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py +0 -20
  420. tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
  421. tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
  422. tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
  423. tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
  424. tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
  425. tests/models/lcImpactCertainEffectsInfinite/__init__.py +0 -0
  426. tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +0 -25
  427. tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py +0 -25
  428. tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py +0 -20
  429. tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py +0 -21
  430. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py +0 -20
  431. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py +0 -23
  432. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py +0 -25
  433. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py +0 -25
  434. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py +0 -25
  435. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py +0 -25
  436. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py +0 -25
  437. tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py +0 -32
  438. tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py +0 -25
  439. tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py +0 -25
  440. tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py +0 -20
  441. tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py +0 -25
  442. tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py +0 -20
  443. tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py +0 -25
  444. tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py +0 -25
  445. tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +0 -25
  446. tests/models/linkedImpactAssessment/__init__.py +0 -0
  447. tests/models/linkedImpactAssessment/test_emissions.py +0 -22
  448. tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py +0 -23
  449. tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py +0 -23
  450. tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py +0 -25
  451. tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py +0 -25
  452. tests/models/pooreNemecek2018/__init__.py +0 -0
  453. tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py +0 -45
  454. tests/models/pooreNemecek2018/test_belowGroundCropResidue.py +0 -45
  455. tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py +0 -79
  456. tests/models/pooreNemecek2018/test_excretaKgN.py +0 -124
  457. tests/models/pooreNemecek2018/test_excretaKgVs.py +0 -107
  458. tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py +0 -60
  459. tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py +0 -51
  460. tests/models/pooreNemecek2018/test_longFallowDuration.py +0 -29
  461. tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py +0 -59
  462. tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py +0 -59
  463. tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py +0 -80
  464. tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py +0 -23
  465. tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py +0 -23
  466. tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py +0 -23
  467. tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py +0 -23
  468. tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py +0 -59
  469. tests/models/pooreNemecek2018/test_nurseryDensity.py +0 -29
  470. tests/models/pooreNemecek2018/test_nurseryDuration.py +0 -29
  471. tests/models/pooreNemecek2018/test_plantationDensity.py +0 -29
  472. tests/models/pooreNemecek2018/test_plantationLifespan.py +0 -29
  473. tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py +0 -29
  474. tests/models/pooreNemecek2018/test_rotationDuration.py +0 -29
  475. tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py +0 -46
  476. tests/models/pooreNemecek2018/test_utils.py +0 -26
  477. tests/models/poschEtAl2008/__init__.py +0 -0
  478. tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py +0 -39
  479. tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py +0 -39
  480. tests/models/recipe2016Egalitarian/__init__.py +0 -0
  481. tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
  482. tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py +0 -20
  483. tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
  484. tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py +0 -23
  485. tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
  486. tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py +0 -26
  487. tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py +0 -23
  488. tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
  489. tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py +0 -23
  490. tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py +0 -23
  491. tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py +0 -26
  492. tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py +0 -23
  493. tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
  494. tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py +0 -23
  495. tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py +0 -26
  496. tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py +0 -23
  497. tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
  498. tests/models/recipe2016Hierarchist/__init__.py +0 -0
  499. tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
  500. tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py +0 -20
  501. tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
  502. tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py +0 -23
  503. tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
  504. tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py +0 -26
  505. tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py +0 -23
  506. tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
  507. tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py +0 -23
  508. tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py +0 -23
  509. tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py +0 -26
  510. tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py +0 -23
  511. tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
  512. tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py +0 -23
  513. tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py +0 -26
  514. tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py +0 -23
  515. tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
  516. tests/models/recipe2016Individualist/__init__.py +0 -0
  517. tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py +0 -20
  518. tests/models/recipe2016Individualist/test_damageToHumanHealth.py +0 -20
  519. tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py +0 -20
  520. tests/models/recipe2016Individualist/test_damageToResourceAvailability.py +0 -23
  521. tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py +0 -20
  522. tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py +0 -26
  523. tests/models/recipe2016Individualist/test_fossilResourceScarcity.py +0 -23
  524. tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py +0 -23
  525. tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py +0 -23
  526. tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py +0 -23
  527. tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py +0 -26
  528. tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py +0 -23
  529. tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py +0 -23
  530. tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py +0 -23
  531. tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py +0 -26
  532. tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py +0 -23
  533. tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py +0 -23
  534. tests/models/schererPfister2015/__init__.py +0 -0
  535. tests/models/schererPfister2015/test_nErosionSoilFlux.py +0 -70
  536. tests/models/schererPfister2015/test_pErosionSoilFlux.py +0 -70
  537. tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py +0 -33
  538. tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py +0 -33
  539. tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py +0 -45
  540. tests/models/schmidt2007/__init__.py +0 -0
  541. tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +0 -45
  542. tests/models/schmidt2007/test_h2SToAirWasteTreatment.py +0 -45
  543. tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py +0 -45
  544. tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py +0 -45
  545. tests/models/schmidt2007/test_utils.py +0 -39
  546. tests/models/site/__init__.py +0 -0
  547. tests/models/site/measurement/__init__.py +0 -0
  548. tests/models/site/measurement/test_value.py +0 -41
  549. tests/models/site/post_checks/__init__.py +0 -0
  550. tests/models/site/post_checks/test_cache.py +0 -8
  551. tests/models/site/post_checks/test_country.py +0 -6
  552. tests/models/site/pre_checks/__init__.py +0 -0
  553. tests/models/site/pre_checks/test_cache_geospatialDatabase.py +0 -22
  554. tests/models/site/pre_checks/test_cache_years.py +0 -25
  555. tests/models/site/pre_checks/test_country.py +0 -13
  556. tests/models/site/test_defaultMethodClassification.py +0 -24
  557. tests/models/site/test_defaultMethodClassificationDescription.py +0 -24
  558. tests/models/site/test_grouped_measurement.py +0 -20
  559. tests/models/stehfestBouwman2006/__init__.py +0 -0
  560. tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py +0 -20
  561. tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py +0 -20
  562. tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py +0 -20
  563. tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py +0 -20
  564. tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py +0 -20
  565. tests/models/stehfestBouwman2006/test_noxToAirExcreta.py +0 -20
  566. tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py +0 -20
  567. tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py +0 -20
  568. tests/models/stehfestBouwman2006GisImplementation/__init__.py +0 -0
  569. tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py +0 -22
  570. tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py +0 -20
  571. tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py +0 -20
  572. tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py +0 -20
  573. tests/models/test_cache_nodes.py +0 -31
  574. tests/models/test_cache_sites.py +0 -93
  575. tests/models/test_config.py +0 -170
  576. tests/models/test_emissionNotRelevant.py +0 -32
  577. tests/models/test_log.py +0 -128
  578. tests/models/test_resourceUseNotRelevant.py +0 -27
  579. tests/models/test_utils.py +0 -6
  580. tests/models/transformation/__init__.py +0 -0
  581. tests/models/transformation/input/__init__.py +0 -0
  582. tests/models/transformation/input/test_excreta.py +0 -49
  583. tests/models/transformation/input/test_max.py +0 -34
  584. tests/models/transformation/input/test_min.py +0 -34
  585. tests/models/transformation/input/test_properties.py +0 -34
  586. tests/models/transformation/input/test_sd.py +0 -34
  587. tests/models/transformation/input/test_value.py +0 -34
  588. tests/models/transformation/product/__init__.py +0 -0
  589. tests/models/transformation/product/test_excreta.py +0 -54
  590. tests/models/usetoxV2/__init__.py +0 -0
  591. tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py +0 -23
  592. tests/models/utils/__init__.py +0 -0
  593. tests/models/utils/test_array_builders.py +0 -314
  594. tests/models/utils/test_background_emissions.py +0 -13
  595. tests/models/utils/test_blank_node.py +0 -1081
  596. tests/models/utils/test_cache_sources.py +0 -21
  597. tests/models/utils/test_crop.py +0 -27
  598. tests/models/utils/test_cropResidue.py +0 -26
  599. tests/models/utils/test_cropResidueManagement.py +0 -24
  600. tests/models/utils/test_currency.py +0 -13
  601. tests/models/utils/test_dataCompleteness.py +0 -52
  602. tests/models/utils/test_ecoClimateZone.py +0 -152
  603. tests/models/utils/test_emission.py +0 -74
  604. tests/models/utils/test_feedipedia.py +0 -26
  605. tests/models/utils/test_impact_assessment.py +0 -48
  606. tests/models/utils/test_indicator.py +0 -26
  607. tests/models/utils/test_input.py +0 -88
  608. tests/models/utils/test_liveAnimal.py +0 -34
  609. tests/models/utils/test_measurement.py +0 -116
  610. tests/models/utils/test_practice.py +0 -24
  611. tests/models/utils/test_product.py +0 -73
  612. tests/models/utils/test_property.py +0 -24
  613. tests/models/utils/test_site.py +0 -70
  614. tests/models/utils/test_source.py +0 -42
  615. tests/models/utils/test_term.py +0 -115
  616. tests/models/utils/test_time_series.py +0 -88
  617. tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py +0 -0
  618. tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py +0 -79
  619. tests/orchestrator/__init__.py +0 -0
  620. tests/orchestrator/models/__init__.py +0 -0
  621. tests/orchestrator/models/emissions/__init__.py +0 -0
  622. tests/orchestrator/models/emissions/test_deleted.py +0 -21
  623. tests/orchestrator/models/test_transformations.py +0 -32
  624. tests/orchestrator/strategies/__init__.py +0 -0
  625. tests/orchestrator/strategies/merge/__init__.py +0 -0
  626. tests/orchestrator/strategies/merge/test_merge_append.py +0 -33
  627. tests/orchestrator/strategies/merge/test_merge_default.py +0 -7
  628. tests/orchestrator/strategies/merge/test_merge_list.py +0 -342
  629. tests/orchestrator/strategies/merge/test_merge_node.py +0 -95
  630. tests/orchestrator/strategies/run/__init__.py +0 -0
  631. tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py +0 -109
  632. tests/orchestrator/strategies/run/test_add_key_if_missing.py +0 -14
  633. tests/orchestrator/strategies/run/test_always.py +0 -5
  634. tests/orchestrator/test_models.py +0 -70
  635. tests/orchestrator/test_orchestrator.py +0 -27
  636. tests/orchestrator/test_utils.py +0 -109
  637. {hestia_earth_models-0.74.16.dist-info → hestia_earth_models-0.75.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,11 +1,10 @@
1
- hestia_earth/__init__.py,sha256=G-d438vPx7m_ks5e9XTtM3u7LDRO5dSSukibukWmyPM,56
2
- hestia_earth/models/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
1
+ hestia_earth/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
2
  hestia_earth/models/cache_nodes.py,sha256=wJj3IrxGlZ1Ro7mWZe3ad5yeWzBtroJoaKuvK2FFTrw,5449
4
3
  hestia_earth/models/cache_sites.py,sha256=0TK08ewVobQkXQ-qph_uB_mfoOhEqcPr4KKwlPWgUKs,6439
5
4
  hestia_earth/models/log.py,sha256=8rZGVAztD5Cy-w9MJWVN7U3pKyxuYHTYnrtn_LmGebI,6524
6
5
  hestia_earth/models/preload_requests.py,sha256=-eb4TA4m-A4bLcdAwbKqr3TIsDteVSXhJGCp95mQCew,2504
7
6
  hestia_earth/models/requirements.py,sha256=eU4yT443fx7BnaokhrLB_PCizJI7Y6m4auyo8vQauNg,17363
8
- hestia_earth/models/version.py,sha256=pAjI0uPlS9PobHdqZ_gfWUEgMfjtQh6Isw1ziaZ56XM,20
7
+ hestia_earth/models/version.py,sha256=W2oEKo0XnkfdajDeGfA4Oj7EmvTx7uRJIBq9awNmQsM,19
9
8
  hestia_earth/models/agribalyse2016/__init__.py,sha256=WvK0qCQbnYtg9oZxrACd1wGormZyXibPtpCnIQeDqbw,415
10
9
  hestia_earth/models/agribalyse2016/fuelElectricity.py,sha256=FraWAl06a8OSqbAiHYYLv9e4fYZkVw42S9wikfjeTdw,4377
11
10
  hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=qRkDqpEt3WwleMfHdxMi2nezLmCAxa1TlJZ0IPHDTtI,2584
@@ -304,6 +303,7 @@ hestia_earth/models/ipcc2019/belowGroundBiomass.py,sha256=NOp8WaX1NJk0TawwJRGzdr
304
303
  hestia_earth/models/ipcc2019/belowGroundCropResidue.py,sha256=M9--7akmPWo7gfxEYnKobsJ0HyDzfAzRxLmrCt3Pg1Y,3505
305
304
  hestia_earth/models/ipcc2019/biocharOrganicCarbonPerHa.py,sha256=1N4dsiRY_pyLvPcq3g8uBiAiVwSScLFocS9FFBxRW1s,12580
306
305
  hestia_earth/models/ipcc2019/biomass_utils.py,sha256=NkTPGMl-0tqvhUZKZ1rxW0XTBnZOvgFJki_IPzEEyu0,15796
306
+ hestia_earth/models/ipcc2019/burning_utils.py,sha256=uq3ndASMuyMjDZLCqIcIRo2gHZnh0yi01HnLWhleaTA,1822
307
307
  hestia_earth/models/ipcc2019/carbonContent.py,sha256=XhXDu6DRQxANBsRsCEgw4f0UJDOgWsvhVyEwK1-4YT0,7263
308
308
  hestia_earth/models/ipcc2019/ch4ToAirAquacultureSystems.py,sha256=n1hG-p67BTXkJATvX1em6255WY0mJxk7SojzBwebtnQ,3385
309
309
  hestia_earth/models/ipcc2019/ch4ToAirEntericFermentation.py,sha256=piSmwF1G5mYO32_WWncq_k5PaJ0EWrYguVEl_vns6-Q,12167
@@ -344,7 +344,7 @@ hestia_earth/models/ipcc2019/no3ToGroundwaterCropResidueDecomposition.py,sha256=
344
344
  hestia_earth/models/ipcc2019/no3ToGroundwaterExcreta.py,sha256=BV7kdeGlDbSQASBtYZuLNTQktrteaMWGJzIbG97flH0,4319
345
345
  hestia_earth/models/ipcc2019/no3ToGroundwaterInorganicFertiliser.py,sha256=zww-PDlLdz3XbrlXfW7F8nWzP3Iud1uLW-mRo8HZf2o,3250
346
346
  hestia_earth/models/ipcc2019/no3ToGroundwaterOrganicFertiliser.py,sha256=AHCYaj_al-cLFtvWHhxZLlrZfpjIyWg2rKR435qqGxM,3184
347
- hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=Yja5IxLgc-oRnKHCW7f1Yezr4Kb0uvjG3U5YBG_gCI8,33472
347
+ hestia_earth/models/ipcc2019/nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=SFBZqhczOKsEQEm-xURnFwL9qL1a4W_JZgyiMR9cnhU,32446
348
348
  hestia_earth/models/ipcc2019/noxToAirInorganicFertiliser.py,sha256=nBBiKzGMUYtHkU49AKBxQ7OdD61cb9_Ehe7ixFWKHR4,4336
349
349
  hestia_earth/models/ipcc2019/noxToAirOrganicFertiliser.py,sha256=yONOR8ppiOXQlPPz68GQ2_3MFzvnOQTJTHpJ956ubW0,4008
350
350
  hestia_earth/models/ipcc2019/organicCarbonPerHa.py,sha256=qYR1iB95Uz841xPe727ZYUtrRhg_Unbktf1YEjZHqyU,8000
@@ -353,7 +353,7 @@ hestia_earth/models/ipcc2019/organicCarbonPerHa_tier_2.py,sha256=2kw9bhkR4o4ZSeC
353
353
  hestia_earth/models/ipcc2019/organicCarbonPerHa_utils.py,sha256=DDP3nY-QVRU10FkFihNbnF66-Oa6O6Tkn7ycnetN110,9924
354
354
  hestia_earth/models/ipcc2019/organicSoilCultivation_utils.py,sha256=S5XaM7142_ShxFFXPZ4HaOdofRzMYucWc--5udxuin4,5361
355
355
  hestia_earth/models/ipcc2019/pastureGrass.py,sha256=V1PRJ17dYw0p9lvuyRVFuYzJrpmNOs0FjhNUXOuUkyU,10202
356
- hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=so5AFrr_0eKXkUoyBpYhHgSXhTQ5z2XADahm2At4RR0,14285
356
+ hestia_earth/models/ipcc2019/pastureGrass_utils.py,sha256=hAZQvG6VdY3KxVe2yiHoYNpGHRdnHApUZSuxUAZcGi0,14310
357
357
  hestia_earth/models/ipcc2019/utils.py,sha256=s3khA5nJ0rpFsrwWoIGW0y3OYrYA5Iw2GTxN86gO_K8,5890
358
358
  hestia_earth/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  hestia_earth/models/ipcc2019/animal/fatContent.py,sha256=rnFergteN5rwH9KLyVQR7iolh5Onj2gF785DnLIbIHI,994
@@ -472,7 +472,7 @@ hestia_earth/models/linkedImpactAssessment/utils.py,sha256=uxRu5thfTDGpCNIuv3Nak
472
472
  hestia_earth/models/mocking/__init__.py,sha256=-mJ_zrVWZSGc3awWW2YJfXAK3Nku77sAUgmmFa99Xmo,733
473
473
  hestia_earth/models/mocking/build_mock_search.py,sha256=p15ccEUmkmLp1RiGNznxMz3OFHbI8P1-29ExuohiQN8,1355
474
474
  hestia_earth/models/mocking/mock_search.py,sha256=uvklojTAbjDI7Jw43jGAUDcTHk1R3A3CWiYBJZI6rao,1493
475
- hestia_earth/models/mocking/search-results.json,sha256=p952Ct-tBlBsZZCWvszxcEg2Fkv2UpbLLE3QBoZrZtc,103986
475
+ hestia_earth/models/mocking/search-results.json,sha256=GkF0-G5knBN2WLLW9S7cJU0Eadu3uK7aqPKWLEuZpso,104040
476
476
  hestia_earth/models/pooreNemecek2018/__init__.py,sha256=nPboL7ULJzL5nJD5q7q9VOZt_fxbKVm8fmn1Az5YkVY,417
477
477
  hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py,sha256=FoiRk-bULfC9VbhT7L-wgjehrUkG_74XiG2WnW1Rc-U,2402
478
478
  hestia_earth/models/pooreNemecek2018/belowGroundCropResidue.py,sha256=r7Wqo5v29NrKfhDd0g1QCharR2k6H5XFyAsKZ6pvYKY,2321
@@ -649,7 +649,7 @@ hestia_earth/models/utils/pesticideAI.py,sha256=DQIAjgkWjKPyuMLUvnEgVkeQGCEOBjyJ
649
649
  hestia_earth/models/utils/practice.py,sha256=EceuaGZjClr6fvgIV2MvsuD9jXJayTBTKCzp98oTGnU,1079
650
650
  hestia_earth/models/utils/product.py,sha256=MfkTtuitTUbBJoM3AHymcjnYzWux6FxnIzS-Q4xXtkY,11767
651
651
  hestia_earth/models/utils/productivity.py,sha256=KIyrIuGcf8QgdBY54i7i038ZPXGqArM6mCzi2vwU3pI,601
652
- hestia_earth/models/utils/property.py,sha256=bgQNSXNdJsc0iqmm96LCHrq7In75xZyzYrnhcy8iHr8,5457
652
+ hestia_earth/models/utils/property.py,sha256=bJlMTCbxrH_WIo16h6uX_OdRAjJH7KAdNUOQj7jJZLE,5562
653
653
  hestia_earth/models/utils/site.py,sha256=5S-53PHQnstr4LVveRuNhk4kpvGJtR8oc-t3OsxRyms,4128
654
654
  hestia_earth/models/utils/source.py,sha256=D_QlW7Ul_NV1iOucMNE3szT64b1RdSdecIEm6OukYhw,2459
655
655
  hestia_earth/models/utils/temperature.py,sha256=ljlG4-yCgFFb6LRZweb18cZKLrr7K2mqd4E4Hz_D1f8,476
@@ -658,7 +658,7 @@ hestia_earth/models/utils/time_series.py,sha256=vuv033qUZ1gAw3T3wlLNG7vJmXCCsHEz
658
658
  hestia_earth/models/utils/transformation.py,sha256=nyT5Mz4_VgFwhkL8JoNX9kxxow0zuxzsYl3W8xOu2p0,370
659
659
  hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=Niv7ZFMBCwThlbCKGOwA17QdkpOUDFrqrFItGNqnZAA,434
660
660
  hestia_earth/models/webbEtAl2012AndSintermannEtAl2012/nh3ToAirOrganicFertiliser.py,sha256=ig_fZeAh8YDYQAJ40Bs7exiVVLRBdMBbBDRWpPubZVA,4185
661
- hestia_earth/orchestrator/__init__.py,sha256=ntPWzdomHMdKejrnUlVPCUrLw0P2C9UIt3jRJD_Gwn4,1402
661
+ hestia_earth/orchestrator/__init__.py,sha256=WYDi4nZhQ1qfydEmsHAt1mEQ_fajQtxc50hMmzL8GtI,1326
662
662
  hestia_earth/orchestrator/log.py,sha256=C45LGnZ_3I2SHqX75JFnkK1yYmfh5mkDLF4GcZRxXo4,2440
663
663
  hestia_earth/orchestrator/utils.py,sha256=5m1q9nWddRMH6zBKcqThhE764ybS_7ya-HDZqcRwreQ,4735
664
664
  hestia_earth/orchestrator/models/__init__.py,sha256=s3JZFLnsCk1LUL4gdOl9ByA45EzNHtlqnW0zUmuQNuM,6168
@@ -675,631 +675,8 @@ hestia_earth/orchestrator/strategies/run/__init__.py,sha256=At0V8CI4vyiSY-Vh2PHM
675
675
  hestia_earth/orchestrator/strategies/run/add_blank_node_if_missing.py,sha256=lAfL-NK-gh2YQnTis2lIyb1uI_fsnwFWS10qwbga43M,2756
676
676
  hestia_earth/orchestrator/strategies/run/add_key_if_missing.py,sha256=t3U-v87XpbtpsvjA_r0Ftm7MhNkGB0kcUSGFlKBIK_I,352
677
677
  hestia_earth/orchestrator/strategies/run/always.py,sha256=D0In6_kr28s-fgqspawgvj5cgFClxGvepZYqtYsjWVE,217
678
- hestia_earth_models-0.74.16.dist-info/licenses/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
679
- tests/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
680
- tests/models/test_cache_nodes.py,sha256=lSSoBGFVXpNv_TePSetls6QbnhfLC7dNLmfiFqT6WuY,1043
681
- tests/models/test_cache_sites.py,sha256=eZkbgAhfA-67GhPgE4lk8byHnYvX2Ate1KPsE6jH1-c,2954
682
- tests/models/test_config.py,sha256=wMzRHRtu_H61haAQpT-UtN6nxOQw-JAFrAf-jiIWkiQ,4578
683
- tests/models/test_emissionNotRelevant.py,sha256=TsIV47lpn7joLGx-LlPVqWbshcLf2c6pUvB3FZwLvwY,1023
684
- tests/models/test_log.py,sha256=AuhnN-G-CrvHu8fGOEsFKwhR7ZXwZsveYr7JT8bSMmg,4059
685
- tests/models/test_resourceUseNotRelevant.py,sha256=z1zY3pJdffongIsBJaLB7WToBrMiE4wYuHSsAbGEJ7w,983
686
- tests/models/test_utils.py,sha256=Caa9sCyz25egPrSlu7FQhjXD2vNcQW9gea_ppUYOsEs,186
687
- tests/models/agribalyse2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
688
- tests/models/agribalyse2016/test_fuelElectricity.py,sha256=u_wNlqngJc8NELPr16kYsYQ-_2PcL8BnrfJucY7dccU,1353
689
- tests/models/agribalyse2016/test_machineryInfrastructureDepreciatedAmountPerCycle.py,sha256=75yJ0yuPbIizpSsHr7CpZnUv01LZbuYsm5s9hE0VL_o,1090
690
- tests/models/akagiEtAl2011/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
691
- tests/models/akagiEtAl2011/test_ch4ToAirCropResidueBurning.py,sha256=HfpljsiisaQux2QUX2Jhgsvwp84E-eUUcdN5T9kMBf8,1142
692
- tests/models/akagiEtAl2011/test_nh3ToAirCropResidueBurning.py,sha256=NAFGO7aSJ6pumlSJ51NWwfRvnneXMe40l5m9pq-cOMU,1142
693
- tests/models/akagiEtAl2011/test_noxToAirCropResidueBurning.py,sha256=3GIergySTs_aiqT8wMMSTu7zDWJ244EwRNOPkU_TLiI,1142
694
- tests/models/akagiEtAl2011/test_pm25ToAirCropResidueBurning.py,sha256=hGnX5WymuO41ddDecjbMiKjdFi20rQNdOr-ErVo1f34,1143
695
- tests/models/akagiEtAl2011/test_so2ToAirCropResidueBurning.py,sha256=kWoTSIMoGIpBR8OgH1LzIqkgvwsTU7mOov5O9ZmlIbE,1142
696
- tests/models/akagiEtAl2011/test_utils.py,sha256=bB-YcpJNcsGX1W6vaPao4_PeLS3Hx78ZCrHCJdqbajk,600
697
- tests/models/aware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
698
- tests/models/aware/test_scarcityWeightedWaterUse.py,sha256=Tl888UE-v5xQCInOXxn291Tkx3Qyz_bKkd5inVwlDNc,2003
699
- tests/models/aware2_0/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
700
- tests/models/aware2_0/test_scarcityWeightedWaterUse.py,sha256=rg4Qi9gt11NI9LA-8Ne2fuq1pe6o-Xtll_ybEw_OGGI,2067
701
- tests/models/chaudharyBrooks2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
702
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandOccupation.py,sha256=zHIig6bQWb9XxAjcS-jRXQZxRfG5DwpTLNk9lCD_KMw,1908
703
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsLandTransformation.py,sha256=lcyMTaNMbIjzZrbPxejujfYyAEj2XOH5Ei9pmAQAi7k,1912
704
- tests/models/chaudharyBrooks2018/test_damageToTerrestrialEcosystemsTotalLandUseEffects.py,sha256=NTc3PZZRc9ZqGpaARdbuzLWR5bB0HCPw5AMdGmwVsRg,704
705
- tests/models/cml2001Baseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
706
- tests/models/cml2001Baseline/test_abioticResourceDepletionFossilFuels.py,sha256=5u9Tv37FVGzYPbUPcIVqZreEfqvdVodWcdzAPdUjKGI,5490
707
- tests/models/cml2001Baseline/test_abioticResourceDepletionMineralsAndMetals.py,sha256=pt-LbFRRd8xGsN5-1dakoXlOy2eEJHfPZcsbhGZeYHI,3926
708
- tests/models/cml2001Baseline/test_eutrophicationPotentialExcludingFate.py,sha256=ZIIx_EiYbUxUoAS7NuQrxqwTFS3rXQm9_1AsqF_bhB8,894
709
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionDuringCycle.py,sha256=FEetPngGAu5wF1e5R6RxsR0G2eVJYKVTl0QS9IdOoy8,4717
710
- tests/models/cml2001Baseline/test_resourceUseEnergyDepletionInputsProduction.py,sha256=KPEC2CXgO78Kkcbi_Iu0AzKRZMYJSfkeEV-kspSyLYA,910
711
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsDuringCycle.py,sha256=kko6cV3YRmcxfYdJ8xQuTeo9Bro9BuBbgGBO2gklxWM,2085
712
- tests/models/cml2001Baseline/test_resourceUseMineralsAndMetalsInputsProduction.py,sha256=_UqFak1-DX6b-brX2xt3zpfYUhjFPRoUMhgF9l3cw3I,912
713
- tests/models/cml2001Baseline/test_terrestrialAcidificationPotentialIncludingFateAverageEurope.py,sha256=t3WBdg_aTYSLfaqeXUDyvQJ8ZqbvKwv9RKaZyRzj61k,925
714
- tests/models/cml2001NonBaseline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
715
- tests/models/cml2001NonBaseline/test_eutrophicationPotentialIncludingFateAverageEurope.py,sha256=Snt0zwI1fF2_ome79rTRZjl5Oc8dZfbcqX8lXwxabVs,910
716
- tests/models/cml2001NonBaseline/test_terrestrialAcidificationPotentialExcludingFate.py,sha256=zytN80ZmXjLBSiXPj_G0aaMyMx1aVukJaGouZQDMLBs,907
717
- tests/models/cycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
718
- tests/models/cycle/test_aboveGroundCropResidueTotal.py,sha256=rsPafhuiPU7bGs3ltoLfNKxn0W8Cvwb8e81YeXmBhlQ,654
719
- tests/models/cycle/test_completeness.py,sha256=Ku1ZSApGaACkXe3ae14yP01C4GssHMwlPG_UPrSytPo,1625
720
- tests/models/cycle/test_cycleDuration.py,sha256=2KExiliuOa7_j88rJuPObJKZqq0xsRnFAb0ZEqc5KEM,846
721
- tests/models/cycle/test_endDate.py,sha256=6JijuD_-Rih-o-k5DMP1T6fEXgc7F9GhjYLojYJmVKA,1013
722
- tests/models/cycle/test_otherSitesArea.py,sha256=Mop7guZXEyX4ZFOBpqzsbu-cuaBFAqfIRZhe-WEvVwc,2131
723
- tests/models/cycle/test_otherSitesUnusedDuration.py,sha256=zQejrYNwq14Pwe3d0zmfhxjdif5s_udbdVCiZcTuC8w,1635
724
- tests/models/cycle/test_post_checks.py,sha256=yeUm-uZ4Om8poct2TgpFQEy-Hg72LNacyQcQ2Qh4Yyw,286
725
- tests/models/cycle/test_pre_checks.py,sha256=ZFQOq6vIe-xMLisvSsJAPjt3XIgKk-x3G5cFJIzfOWc,284
726
- tests/models/cycle/test_siteArea.py,sha256=CFuYLfjTdjaJPwSl1NxpcnRHhTfmbqAtkY6NDWvGoss,1465
727
- tests/models/cycle/test_siteDuration.py,sha256=x98shgDOAPp7Bf8j7R251qzn4oVZyqmtlmwcoG2nVwE,2358
728
- tests/models/cycle/test_siteUnusedDuration.py,sha256=5h9R3guw6ErU_sE5omoiK9Fpke74SmQWsJYWYURE9Fo,1532
729
- tests/models/cycle/test_startDate.py,sha256=KUlGLFrLp5GSSTsnyVOkwyuT-H_0F0uNemA8Sjvtu8k,1750
730
- tests/models/cycle/test_startDateDefinition.py,sha256=42BmsT1I7Jq_YMVN-VNU7a0fIZ2w3i5jgwy4H_r4dNM,920
731
- tests/models/cycle/test_transformations.py,sha256=Ws_8KhNqeHogGFXTQ4qZXQ5Ph2I3ZUaY0yO1itFUHLk,464
732
- tests/models/cycle/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
733
- tests/models/cycle/animal/test_milkYield.py,sha256=E6WLhuSRydREyKmqmOuOPB8VH1nwZwUMcUULshIdj7k,873
734
- tests/models/cycle/animal/test_properties.py,sha256=ND9ltZQie1xXtQvAzoDUkBYGV_N3rw5D5W-irARvO0s,715
735
- tests/models/cycle/animal/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
736
- tests/models/cycle/animal/input/test_hestiaAggregatedData.py,sha256=xCLFFd1WiDu19PQhk5pWS1rZgLeK5iPbUw1HYMkpWLo,1245
737
- tests/models/cycle/animal/input/test_properties.py,sha256=rp-PfGijk-Sbh1NsV5nkf9gh_xZpGocDgWIl8N7VtTo,1983
738
- tests/models/cycle/completeness/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
739
- tests/models/cycle/completeness/test_animalFeed.py,sha256=J52m1kInw8mPE_pwx0j3QGKI8ZpDGeN2TLqUuArn7WA,348
740
- tests/models/cycle/completeness/test_cropResidue.py,sha256=TzPrnvAQA5GzmwL-bYOLgR3wjtMdKuPx55wT_HHfJ6c,592
741
- tests/models/cycle/completeness/test_electricityFuel.py,sha256=TbaSwsx8IIS1xWXhxg798O8xTEQ7MXM4XKlfQBtQBw8,580
742
- tests/models/cycle/completeness/test_excretaManagement.py,sha256=GGKQTZZj_F6EkvTOVjunVixFC584HmsCgPP5H6radc8,345
743
- tests/models/cycle/completeness/test_freshForage.py,sha256=ZsQWEC08ycqQypqjEIiLMrGktPUQhKbw8mc01r5sQi8,576
744
- tests/models/cycle/completeness/test_material.py,sha256=bA1_32wmtdd77cD8vinkIjspZfheQuyeyum1fm-Ei0k,498
745
- tests/models/cycle/completeness/test_seed.py,sha256=NvCh4-YTUVoo2K5tX9h7-Wo7GjZGsRn-Nxn76iTw3sY,1043
746
- tests/models/cycle/completeness/test_soilAmendment.py,sha256=2kXOyux6wVIbjIbsaCFNEN3Ic-RMLtli-pH7fAXZpo4,641
747
- tests/models/cycle/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
748
- tests/models/cycle/input/test_hestiaAggregatedData.py,sha256=ViGBVxCvByMUUvkW-Naqx5zIe0_klJ_HXYaAAZA166I,3119
749
- tests/models/cycle/input/test_properties.py,sha256=5O2ubBE_WSLz5NRtLTGwsE-gADIcw7sZyJqL0w7GYcQ,1962
750
- tests/models/cycle/input/test_value.py,sha256=NR7KHsqnPnw43BB1efT0KPaszY4DKY293Av-lVde-DI,977
751
- tests/models/cycle/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
752
- tests/models/cycle/post_checks/test_cache.py,sha256=5QD8Yk9HbDePHSIXOJUM_ptZCroOQRf53bIXZod6fTA,194
753
- tests/models/cycle/post_checks/test_otherSites.py,sha256=SHCA82MvWy-CsuquvLgmiwAhIKJQONIc07z51QH5RpQ,359
754
- tests/models/cycle/post_checks/test_site.py,sha256=In0Q0Tw3w_hV8_uAnOcL_iS2FoI_75lsq7MdoWLa5js,621
755
- tests/models/cycle/practice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
756
- tests/models/cycle/practice/test_landCover.py,sha256=3Fi-p0-ArgTbrBPnm02vikpFrInIFQuXx7VVpPtjmVI,955
757
- tests/models/cycle/practice/test_value.py,sha256=sYPoTkllrEt2oB92uA2q37FFtOjSX49749Nv1pUvqdw,1315
758
- tests/models/cycle/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
759
- tests/models/cycle/pre_checks/test_otherSites.py,sha256=IEWvG2hwmladHctZUy6jTg01ZnCvWJUtPgD4GHKcumQ,502
760
- tests/models/cycle/pre_checks/test_site.py,sha256=2JTrsOXVGfNn7FlLiX7DPNs6AHdeZuVvjNZP6SCjEII,694
761
- tests/models/cycle/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
762
- tests/models/cycle/product/test_currency.py,sha256=r7TA0FDDS9U50-FolEMXESi4pvSmwXnQxAHrQh0lRjA,1222
763
- tests/models/cycle/product/test_economicValueShare.py,sha256=sFS-gKt6oglqeKuDqHsPfZ90cEROOIdydFsOu4E85eo,4624
764
- tests/models/cycle/product/test_price.py,sha256=zO_IYKXAih4lDpbLMBGualUwUm1vwqLq32qw46H94mI,839
765
- tests/models/cycle/product/test_primary.py,sha256=UfLOOxUkDyeSOmDv4NyN6v5Yf0RO9etZNT797fbCbpA,1862
766
- tests/models/cycle/product/test_properties.py,sha256=7pcBH_Ny8JeQ2dWXBU-ZSmY5iYl0f_qFejp8Vk5e1H8,1142
767
- tests/models/cycle/product/test_revenue.py,sha256=H_LxjvMEyyr8dr8SAC3zWezGsGcD4lglVt26eT8QoL8,849
768
- tests/models/cycle/product/test_value.py,sha256=IfkcE8kgrvXg_iIbnoJ3n0CIjlfgg_lHkILQ8u38HVE,963
769
- tests/models/dammgen2009/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
770
- tests/models/dammgen2009/test_noxToAirExcreta.py,sha256=NeUaj7eb597prutS0ynUdsnlNWB-t_6CHJZJu8iGNBU,1618
771
- tests/models/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
772
- tests/models/data/test_hestiaAggregatedData.py,sha256=m72rayilqxzJ3SzamDdIQ7ZVAPU3HeNnDjAcd3Clg-I,780
773
- tests/models/deRuijterEtAl2010/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
774
- tests/models/deRuijterEtAl2010/test_nh3ToAirCropResidueDecomposition.py,sha256=kS1nUBVohOSCb386g6Wq7iVclmx0haekUDYo7VQ4NCA,2030
775
- tests/models/ecoalimV9/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
776
- tests/models/ecoalimV9/test_cycle.py,sha256=NMQqd3vYRvbL6WAodJsJNo6YnW0z67-VtG3vEIK7RYY,747
777
- tests/models/ecoalimV9/test_impact_assessment.py,sha256=5h9jx7wSPah_FvRDyT-NEejRKlXc5ZmtVucHfkxVMQ8,862
778
- tests/models/ecoinventV3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
779
- tests/models/ecoinventV3/test_cycle.py,sha256=jOX-1Xmp8rFzGammioA3zPwPq-w5CS3GeEJ5vUoX0JU,2030
780
- tests/models/ecoinventV3AndEmberClimate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
781
- tests/models/ecoinventV3AndEmberClimate/test_cycle.py,sha256=sHCrAGyJ6GCOjlElFpH4NiSQPVn_v7932ovIGS0ORkQ,875
782
- tests/models/edip2003/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
783
- tests/models/edip2003/test_ozoneDepletionPotential.py,sha256=z0kimdTxzSr8_K5eScbkxq2SB9nbBp41IHqVNR4Nh4Y,688
784
- tests/models/emepEea2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
785
- tests/models/emepEea2019/test_co2ToAirFuelCombustion.py,sha256=r2WNtK-vT3xPmX3HFKRIFJdO_P02Kh7E_UzhUfsaqGU,1178
786
- tests/models/emepEea2019/test_n2OToAirFuelCombustionDirect.py,sha256=hf048kpFbnWECPbfX8jBuTM_SuIzeIXzhMo_oWEnwlo,1184
787
- tests/models/emepEea2019/test_nh3ToAirExcreta.py,sha256=lTPftCJinvokmgUcUikl8hN_axFa8OyCTXvL0PaSRFg,1111
788
- tests/models/emepEea2019/test_nh3ToAirFuelCombustion.py,sha256=I6TSbWMhOBYOpl2ytozgmVljtsPqLEQs0cWg6lZRF60,1178
789
- tests/models/emepEea2019/test_nh3ToAirInorganicFertiliser.py,sha256=f623Pp6XTt9YPDr2QymAJEQ_yfx0_TZGndmawD8ZX98,2134
790
- tests/models/emepEea2019/test_noxToAirFuelCombustion.py,sha256=9d7xsCThu0sS8nU7DymCB6Gp1CzMxRPY1FJZEiBjiVk,1178
791
- tests/models/emepEea2019/test_pm10ToAirAnimalHousing.py,sha256=xGlQeJkdP638zbHivxAqvliZCRpcogMFZYVCMWw6j3c,715
792
- tests/models/emepEea2019/test_pm25ToAirAnimalHousing.py,sha256=cs3UaJ7ucCryOaQy0sbL9AiuC8l_N7uywmPZHcr3pC0,715
793
- tests/models/emepEea2019/test_so2ToAirFuelCombustion.py,sha256=qG3AGLK5fNUJI1L_94fslHuiD6Z_YtmAjuDt5Q_4eOs,1178
794
- tests/models/emepEea2019/test_tspToAirAnimalHousing.py,sha256=4MNDsxIeUk5_3IvZwEZslxgoPNyQN9OQFDNY3uGNX6E,714
795
- tests/models/emepEea2019/test_utils.py,sha256=MUIeHgcCHLhbYWgleKIiKqO2Q4RX321J53YpOt9cogA,7060
796
- tests/models/environmentalFootprintV3_1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
797
- tests/models/environmentalFootprintV3_1/test_environmentalFootprintSingleOverallScore.py,sha256=iGAKlxFhgDTkumTVMNkr-vXghL5xhIhyRqugLU4nM8k,5690
798
- tests/models/environmentalFootprintV3_1/test_freshwaterEcotoxicityPotentialCtue.py,sha256=WE-DcerljCjXMYE4f3Sv5ZCVHP0oTjbWkOGuvaa4p10,926
799
- tests/models/environmentalFootprintV3_1/test_marineEutrophicationPotential.py,sha256=NkB-k3kTObU6AGiNTB-9-9uBaoU-02Ex_DPjlRhJEaU,804
800
- tests/models/environmentalFootprintV3_1/test_photochemicalOzoneCreationPotentialHumanHealthNmvocEq.py,sha256=Z4KGhYmnao0J1rC_jY9P_8Lu9UKe-_RyrdO5k56EIsg,1022
801
- tests/models/environmentalFootprintV3_1/test_scarcityWeightedWaterUse.py,sha256=GoDbPo6OtPoAjG7IVUgmwSXQLooBX3XuQeZYlji8gLE,1099
802
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandOccupation.py,sha256=67YdlYnvVWFDZ3avHSz3bpCLkHAwYfU3j4ZNcwN5DK0,6162
803
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexLandTransformation.py,sha256=3qQ2V6nbK8TZ7iMOW9jznsSasBhMsSpDNigdiFaHZPo,7347
804
- tests/models/environmentalFootprintV3_1/test_soilQualityIndexTotalLandUseEffects.py,sha256=ugM3qfvCuNQbzF5IPkEQQYF2V4IHxg3GQsXWqU9wqFE,2614
805
- tests/models/epa2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
806
- tests/models/epa2014/test_no3ToGroundwaterExcreta.py,sha256=ESVz4UURvQfhjGBTxjuAV_bymMBcvGNfLAkYMvNup9U,1217
807
- tests/models/fantkeEtAl2016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
808
- tests/models/fantkeEtAl2016/test_damageToHumanHealthParticulateMatterFormation.py,sha256=yeN5w1_xKed10nHIlkb8dEOLcZ81TEAI41YvgnkB9n4,726
809
- tests/models/faostat2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
810
- tests/models/faostat2018/test_coldCarcassWeightPerHead.py,sha256=RImhLygwrJ2RoEHjDwhuymvLEitOtNleP_lLoBhiNOs,1736
811
- tests/models/faostat2018/test_coldDressedCarcassWeightPerHead.py,sha256=hZVKMtf-F5Iz7igZVahDJoqzfm2VtcIlwWBPCry7kqw,1594
812
- tests/models/faostat2018/test_faostat_utils.py,sha256=25Y6N4kdbBXno0PwosaC94NRW3W2FIyjS4-WoIV9Xmc,1679
813
- tests/models/faostat2018/test_liveweightPerHead.py,sha256=Qp4iKZ6Ofq1rGQL8ngESAx2JSPR_97TK4wOymmikdfA,4781
814
- tests/models/faostat2018/test_readyToCookWeightPerHead.py,sha256=pMDcONs0WUvANcJ6_OPF7TBwMF45JGMxFRPNPtHLqVI,1570
815
- tests/models/faostat2018/test_seed.py,sha256=tUXoNVveX0m0ed9UXB4zXxIZsPxktXyUXlbWuUKG0sQ,1705
816
- tests/models/faostat2018/test_utils.py,sha256=G4pOEwcM5k6FRbkE_4x6_G8vQxzDexNZnlj01_LHlt8,916
817
- tests/models/faostat2018/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
818
- tests/models/faostat2018/product/test_price.py,sha256=zehnEQjwggit9su5jd5q3TTlyNxcswbxJCNaKaw1ZI0,3903
819
- tests/models/frischknechtEtAl2000/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
820
- tests/models/frischknechtEtAl2000/test_ionisingRadiationKbqU235Eq.py,sha256=sy_nP0EYoaZuz_UBdgybivpYX8yZmUny6vQKXN5WQAw,4697
821
- tests/models/geospatialDatabase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
822
- tests/models/geospatialDatabase/test_awareWaterBasinId.py,sha256=f9y70Yz5C3wX7mmc1KwC50gk_PWoD1iEZPRMGMbqPtc,869
823
- tests/models/geospatialDatabase/test_clayContent.py,sha256=GqFAPIOkXfDpJFkI-vK6l3hK0Ap36lLCWGhXCly-DME,1797
824
- tests/models/geospatialDatabase/test_croppingIntensity.py,sha256=p7OQZOKuxcEhokFqIE4jj6GU3YwR9GtQqNwlhOGy7uI,1006
825
- tests/models/geospatialDatabase/test_drainageClass.py,sha256=X75v6f8N5i40grULUNMvNOu_UC27VoahuW6BaQb19LY,1015
826
- tests/models/geospatialDatabase/test_ecoClimateZone.py,sha256=ad0BBOhjl6uMUP_-QhAHEG3kTo7x3EaXuEahbbnx10E,1119
827
- tests/models/geospatialDatabase/test_ecoregion.py,sha256=xPEXQKXpF4ghpVwuyZWC-4mmN9qywF-s_QKkmU40H70,868
828
- tests/models/geospatialDatabase/test_erodibility.py,sha256=UW6SZS1nY3rzr2TqRcFDoq6a5KJ6ox-8L0k-im23R0s,1013
829
- tests/models/geospatialDatabase/test_heavyWinterPrecipitation.py,sha256=1xv7L_b3ochbcu6y6TQrTUL0ZLr6aR44kAPsEN_1kAE,1026
830
- tests/models/geospatialDatabase/test_histosol.py,sha256=neoBruV0gRGm2PheAZiuTjIFiqzQss-FRUENjjM3zmc,1170
831
- tests/models/geospatialDatabase/test_longFallowRatio.py,sha256=VoYURFuOnlC8ozxcMLTzv99MGlymlVXd596T5MKVvOU,1004
832
- tests/models/geospatialDatabase/test_nutrientLossToAquaticEnvironment.py,sha256=ZtoNdI_dB3Nk79Ts9JJrlda7z6HRE2cwCQHC2DiWCsY,1034
833
- tests/models/geospatialDatabase/test_organicCarbonPerKgSoil.py,sha256=sx9raq5YGuyVjZ5GfNeo36LXNT5zfvn3W-kDWeoaJWI,1636
834
- tests/models/geospatialDatabase/test_potentialEvapotranspirationAnnual.py,sha256=6s4XDmKi__njKE_3tFMIAHr0a1w7X4t8uFRtihN_cm4,706
835
- tests/models/geospatialDatabase/test_potentialEvapotranspirationLongTermAnnualMean.py,sha256=KzIXuYeO5IZ8l4tKsIEaWcFeV_vSPDSpR6xiuvt_x4o,1003
836
- tests/models/geospatialDatabase/test_potentialEvapotranspirationMonthly.py,sha256=iu8HWAwl52fWDQJ_Nz5AZIAzbuMAjQfiQwxCHlciI-o,762
837
- tests/models/geospatialDatabase/test_precipitationAnnual.py,sha256=OhN7dbLZUG8ofvV7C56RKE_hGFXGtOuzXYz3EwFcQyg,744
838
- tests/models/geospatialDatabase/test_precipitationLongTermAnnualMean.py,sha256=wGGKXGemg3OEgDRRXy52oFf5p8jU57iraTgQMWDzusQ,1033
839
- tests/models/geospatialDatabase/test_precipitationMonthly.py,sha256=FTmnMXqwxuV_FwNzx8ZJsF5DCdaOdXPNV9UQ5gFKALs,748
840
- tests/models/geospatialDatabase/test_region.py,sha256=Q3doDB8gEUxxKMXYCagfTkCZdcuqnKHYuwjQelMkVJk,880
841
- tests/models/geospatialDatabase/test_sandContent.py,sha256=7H-GNxyn4EGQJd3J3r_SdtSfpPMqR-IlmLo188KAWSU,1797
842
- tests/models/geospatialDatabase/test_siltContent.py,sha256=DNXa7Ih4TWe3zmBJIAgzZpdyjSRo77hwErkoBluIGaw,1194
843
- tests/models/geospatialDatabase/test_slope.py,sha256=OQBjH1K1VDgbZ5B9hSy-oPzPnaqYU8Bkb2Cvd-KMqa0,1007
844
- tests/models/geospatialDatabase/test_slopeLength.py,sha256=56iCm-qn41NpeVHU9dKtAUIrbuEYGbQMOa3sg5dJ5X0,1013
845
- tests/models/geospatialDatabase/test_soilPh.py,sha256=sTKmdZajx-wnyvDLbemJor_fXmqGtcUybfshl-pfO40,1636
846
- tests/models/geospatialDatabase/test_temperatureAnnual.py,sha256=1hW0fHUlFOAWiPqYZm4ZbTGqjpOAmLb1mkucnAaTrIQ,742
847
- tests/models/geospatialDatabase/test_temperatureLongTermAnnualMean.py,sha256=Wrz9dbDvXM0OgBA3mXpzY0WZk-yqIp980JRKenxFqno,1031
848
- tests/models/geospatialDatabase/test_temperatureMonthly.py,sha256=eUaI1TZ-9sXFxWR2UoKBbca8dzW21zp5jGcfbooTt3M,746
849
- tests/models/geospatialDatabase/test_totalNitrogenPerKgSoil.py,sha256=fZuFjIJ_-bF8HqoNfzA0odmABiSgnttlGQw2Rphqu70,1632
850
- tests/models/geospatialDatabase/test_totalPhosphorusPerKgSoil.py,sha256=N5Vqf3YKlxHxWRe1PP3Kpbd30bhPOsB8eYr2IGS7quk,1026
851
- tests/models/geospatialDatabase/test_utils.py,sha256=IM7tBigyzMDEctSyXfR2H7GzaX15UtOCpROrbroN8sc,1182
852
- tests/models/geospatialDatabase/test_waterDepth.py,sha256=v1y6OcEdSOKu5wlIOYD9UctAx2k7ODP3eLf0WHZZz5w,954
853
- tests/models/globalCropWaterModel2008/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
854
- tests/models/globalCropWaterModel2008/test_rootingDepth.py,sha256=lSjN_3AHoqajnQ2JfeuzLReL9au1d0uiCG2NZbvFXkM,2688
855
- tests/models/haversineFormula/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
856
- tests/models/haversineFormula/transport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
857
- tests/models/haversineFormula/transport/test_distance.py,sha256=tNYMl4d6nlrztjiqQVDS1PWrAFCcycbalYAUxqKjfr4,963
858
- tests/models/hestia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
859
- tests/models/hestia/test_aboveGroundCropResidue.py,sha256=J0fJlrGZ4lIygmizS52bvGwpxOUb28QrCtv3MW3v_dg,1426
860
- tests/models/hestia/test_aboveGroundCropResidueTotal.py,sha256=rcd8QGcHkvnqeXeUFIAIhvAsLfr5fFoJc6-ZAPmhT7I,1312
861
- tests/models/hestia/test_brackishWater.py,sha256=_ofSKiJuaejsRLYqPUxRWmEnsuebi3SCMj24awLKA5k,988
862
- tests/models/hestia/test_cationExchangeCapacityPerKgSoil.py,sha256=pcwEtPjfIHiSc0ZVYaHCpSe_0czsiZZe9B6LtBs7gwQ,1077
863
- tests/models/hestia/test_coldCarcassWeightPerHead.py,sha256=9dFhdxP4jazE1L8bB5H2WHl8G81kXsXTwe068VENJJ8,1436
864
- tests/models/hestia/test_coldDressedCarcassWeightPerHead.py,sha256=5UwhLh0DjPlOcRFmhK6OOdYPaYuahfwhkv1PdMt0Fbw,1450
865
- tests/models/hestia/test_concentrateFeed.py,sha256=knFM7SlKZhvmRu9T6T5H1fitFAZBuEBdxiBQpnekn4M,2012
866
- tests/models/hestia/test_cropResidueManagement.py,sha256=zjHY0dlrJN7pqlRIs3rpssuwqOFJtjv4El3V39QpoFs,2021
867
- tests/models/hestia/test_croppingIntensity.py,sha256=YIBeAj3HSpLTKKjTNpQyy273w36xKSnv2lUbeO_-cb0,1566
868
- tests/models/hestia/test_default_emissions.py,sha256=6dabk2cXkl0sGDj-HeUKWpyGN572FvwS3Yd0lZsOUow,1073
869
- tests/models/hestia/test_default_resourceUse.py,sha256=KgusAaL1jJl7WyeV_c0kitBexP1LEUXKlSHtGFhIU4I,1088
870
- tests/models/hestia/test_energyContentLowerHeatingValue.py,sha256=sjFrRFNMGvZy8i5WWqfR3Z_92wd9lUTtdZv0YFXidR8,1222
871
- tests/models/hestia/test_excretaKgMass.py,sha256=tY4he1xRDHZi976slnFra-4lRqWwogx2fXkpXfJxpOY,2924
872
- tests/models/hestia/test_excretaKgN.py,sha256=7yuF9-nrwfkcmU_VsQtFBYSO92RqEDtUU9kdL0ERiUk,1091
873
- tests/models/hestia/test_excretaKgVs.py,sha256=3dNFATeYM5LI1y3Q3m5cbazvNp-zMKLwtEDqcI3Dvhk,1094
874
- tests/models/hestia/test_feedConversionRatio.py,sha256=LgO9Tl4yHKh0XyTe9dXqt1ccqY2UFcrJh5fIUfFMq9w,2132
875
- tests/models/hestia/test_flowingWater.py,sha256=0-70Iyr0HKQHHC5jFEF9LUQQZ23spOo5tFWXQ8kfR7w,1372
876
- tests/models/hestia/test_freshWater.py,sha256=v2UD69csKrniKP3MXkOEHxQeE6O3-lvIViCvLA7Zgws,984
877
- tests/models/hestia/test_histosol.py,sha256=7g-3wQPZok2O8mExcnKZxO_T2Ye_h3UHv3HG3Kn8orM,888
878
- tests/models/hestia/test_inorganicFertiliser.py,sha256=v2Zs1Ig-ChOaq9gXuurcBt12izkH2bRUUuzW6rh3rqQ,643
879
- tests/models/hestia/test_irrigatedTypeUnspecified.py,sha256=bluZADFagxfXW4QyI0CIJzG97D2V33w333Z9Vwjqo0M,2015
880
- tests/models/hestia/test_landCover.py,sha256=dk5mnmCNv6gamx-xf0-_uUR31kBNavL8T9_FOsSwMZE,4234
881
- tests/models/hestia/test_landCover_utils.py,sha256=o5LJ2PwTmUkxKvdHXQsdltrxeyt5kCxwtMtZXMrXqNA,6891
882
- tests/models/hestia/test_landOccupationDuringCycle.py,sha256=0IVJH7jL8q6Gu4gVo-ENYNw8aetOb-nhzvRXsFqMBEQ,2428
883
- tests/models/hestia/test_landTransformation100YearAverageDuringCycle.py,sha256=3qa4rWUFqP1VM5-vm_182rhiBYJDxPqJwWtBqJ5K028,956
884
- tests/models/hestia/test_landTransformation20YearAverageDuringCycle.py,sha256=mFCru8NoHGYD6j1qNmmfbzhzJQhTNrhqdn1yJdsnp8E,1038
885
- tests/models/hestia/test_liveAnimal.py,sha256=3K9cL1fwr6LlBl1_D8zIaeCOuiExqkDEU7BXx1JK_dk,2139
886
- tests/models/hestia/test_longFallowRatio.py,sha256=OVd6NByAXeCAOx9ux_m8IJwnEF-fqIaBOoKFSGWhyO0,1513
887
- tests/models/hestia/test_management.py,sha256=ROWfDX-2aeeQXaflLPzOpiC6Qi5lsbMldBbFAlWKAUQ,2755
888
- tests/models/hestia/test_materialsAndSubstrate.py,sha256=szM6aBBc1_9MDQFM1-OiW4SOKvEIO6mYYEpjHB-wI9g,1430
889
- tests/models/hestia/test_milkYield.py,sha256=m7SRiKb_u8SDF7Q5gX39AKr4bsrNqibXgMgzSmJJEPA,1778
890
- tests/models/hestia/test_netPrimaryProduction.py,sha256=--q6NB90gmpeJNBR16l3AgBsXGXwww_d1vOcWiMa-k8,1110
891
- tests/models/hestia/test_organicCarbonPerHa.py,sha256=PsJl7IVwg1WgW34heyZRQ5VAk-2U8MaF8lGaApCjqtY,3209
892
- tests/models/hestia/test_organicCarbonPerKgSoil.py,sha256=pHG4WrBW6j-NZp0sJ1wrk8UrUuEL9lu3fujhc4RjHn8,1089
893
- tests/models/hestia/test_organicCarbonPerM3Soil.py,sha256=lJ35Qsn-D1d6r_eR-SBTs68-_1l3_dIbaQKLUnfoc1Q,1089
894
- tests/models/hestia/test_organicMatterPerKgSoil.py,sha256=WorZv3aGr4F5pnEwGbHdPqn-nmg9ydxF5v9uUBcWH1c,1089
895
- tests/models/hestia/test_organicMatterPerM3Soil.py,sha256=x4qELmNSKQFTlt0mc6FrPlk-U0w_jPxZIlO5TNR6YTQ,1089
896
- tests/models/hestia/test_pToSurfaceWaterAquacultureSystems.py,sha256=Wb3tWZpxOwL80bJ8-Gcv4rXRnA7gKpaUfLyiLXMIXeY,1745
897
- tests/models/hestia/test_pastureGrass.py,sha256=L1xwPFXEzMVOKJho49NPFJXThdCHRbUdIP134kqZim4,1024
898
- tests/models/hestia/test_pastureSystem.py,sha256=rYfngWC5-j2Tcdicjq9Ck92-ok5wjhPIXrincXVIU-M,1591
899
- tests/models/hestia/test_potentialEvapotranspirationAnnual.py,sha256=xJhWAfy8ZMTzSTp_EZbMW-hTtCpk0VeOo_ymEdd52Wg,1026
900
- tests/models/hestia/test_potentialEvapotranspirationMonthly.py,sha256=Dhz6bY8b8hVry-ltBOAVXZvKAmKsJ3GJ00iBa9F-lV4,1025
901
- tests/models/hestia/test_precipitationAnnual.py,sha256=8oTKVVyHtL7ltgOxG-rNFlWt0ixDPPLScOHzeOrp_vA,998
902
- tests/models/hestia/test_precipitationMonthly.py,sha256=k1htrs1It8cSy14cvGr834liFzE9WDFbb5K8uuYBjFg,997
903
- tests/models/hestia/test_rainfallAnnual.py,sha256=IPk652_NLAPOfhVeRHkdm6MKluVLftyByM9PtvWI76M,988
904
- tests/models/hestia/test_rainfallMonthly.py,sha256=B-5RlUE8m5lYGwzcWtOWUIeGNaVk7ozcPiDq8FkxdrM,987
905
- tests/models/hestia/test_readyToCookWeightPerHead.py,sha256=SBfxdfBuw1jhyvcsiboTtDE91W27dkWJuKGXgGy-f7A,1436
906
- tests/models/hestia/test_residueBurnt.py,sha256=24pd9RtF9KzrJDpuA_jD8funJg8FneA4lnvVtvVTAUU,1273
907
- tests/models/hestia/test_residueIncorporated.py,sha256=3yFfv13x9uHKz8HbAYMwW9fAZZlVaui6cZu6pnA1RF4,1720
908
- tests/models/hestia/test_residueLeftOnField.py,sha256=asOZqi2PtKXESa2aCtcb_DORukmYfLvFtvi_LiCzFp8,1291
909
- tests/models/hestia/test_residueRemoved.py,sha256=FZ2zfI-uEDWXRs2tSg2B6qszphgY1pX-piGZTC4Xc40,1069
910
- tests/models/hestia/test_salineWater.py,sha256=a-JNyzcAPlP-VAQnJbJ6igYWkZ0GCJT_CbpslChYUjc,987
911
- tests/models/hestia/test_seed_emissions.py,sha256=dCUuJBkhwNFBhhcypQN7eMqrWZ9iGCnypoidO5DfQYw,921
912
- tests/models/hestia/test_slope.py,sha256=ahlhaznJXuU4jxBMZXAEdWUA8Am7WyF4GvNvyX1SdxM,658
913
- tests/models/hestia/test_slopeLength.py,sha256=O3KXO8mze_PzW1IzV3KPO2YK5QN-a9FWhCkcIG-TWtI,670
914
- tests/models/hestia/test_soilClassification.py,sha256=B4HXGXBXmQKdC5a5bTzxetuFJGkLh4Rz-pgDXUFhSrI,3594
915
- tests/models/hestia/test_soilMeasurement.py,sha256=hLJ1wlYIopFzDd4bSuHV64vR2jo4v4Js7Rgso71BX7o,4381
916
- tests/models/hestia/test_stockingDensityAnimalHousingAverage.py,sha256=ZKLKU75FoYHiKIXqDuXPpfPN06InLA8ZHJFtkkLBhOY,1311
917
- tests/models/hestia/test_temperatureAnnual.py,sha256=vYqcZu2efQgWfCKXTCTse_9trmMzmBwPz6IN81NzRoI,994
918
- tests/models/hestia/test_temperatureMonthly.py,sha256=3fuyr-bBmRAb8f9LRJg9W02DcgQ-eIIF2OaXo_aWJYs,993
919
- tests/models/hestia/test_totalNitrogenPerKgSoil.py,sha256=vecubyhWVSjwTASZZc3dGLk64AwMtirTNlOe7eXybL8,1163
920
- tests/models/hestia/test_unknownPreSeasonWaterRegime.py,sha256=ZilBXNREiinmub5LG4sdigVPIva4hMDuNl5MyUDo-Q8,1221
921
- tests/models/hestia/test_waterDepth.py,sha256=LR56IBuXYmO1RMkRc__Wbr4McfGgzioWQm15-Tnramw,1121
922
- tests/models/hestia/test_waterSalinity.py,sha256=SDpWeEvj0FnM_6CQINFz0fHrruxnC9Xm6cxCnpeWgR8,1310
923
- tests/models/impact_assessment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
924
- tests/models/impact_assessment/test_allocationMethod.py,sha256=HkUt6oWdEyFSdxMpx8y_Oxk0nO2Fi9B_kUZcVte9tzg,1223
925
- tests/models/impact_assessment/test_emissions.py,sha256=nygoe5JeuQ1rbMQSqAr8oBSm6jC4ygZb2XNHyEx85lo,990
926
- tests/models/impact_assessment/test_irrigated.py,sha256=3elSWEN1NE05JO1OMfJ7uf0JmU-fqLpazCvS6FVxMQE,377
927
- tests/models/impact_assessment/test_oganic.py,sha256=Ei73bkB2MzKlr3jZmg8Cimxw_ImJSBdB3xKBn6ZCRx8,375
928
- tests/models/impact_assessment/test_post_checks.py,sha256=B-KVdkWaG8v-9aT1fNDQ9sml3q9I5XPo38NKxear1nY,310
929
- tests/models/impact_assessment/test_pre_checks.py,sha256=1oXCdhldG7O7fntwbUqbCheVhuHgf5N3BionfEGC7Nc,308
930
- tests/models/impact_assessment/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
931
- tests/models/impact_assessment/post_checks/test_cycle.py,sha256=hyXqTi-VvQ2eR4w6NVexfdiNnJtmbF0CNPJ5AGqfo-k,727
932
- tests/models/impact_assessment/post_checks/test_remove_cache_fields.py,sha256=yd7EN50e-7ZQ3hjeghanOWit20LnoUseP2y1la-KieQ,191
933
- tests/models/impact_assessment/post_checks/test_remove_no_value.py,sha256=PekEoZL307Qr_bS2tDnPzL3nKHRL9yJGt35JQzizVo4,354
934
- tests/models/impact_assessment/post_checks/test_site.py,sha256=RgwyUHp6cj79PcSF2tCefvgh-W4y--rpnlKUQwTsfq0,710
935
- tests/models/impact_assessment/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
936
- tests/models/impact_assessment/pre_checks/test_cycle.py,sha256=zQ2Cshx-QBSkyGIKA7wrpMc4kGPGVJlUEnDEZhzH87M,967
937
- tests/models/impact_assessment/pre_checks/test_site.py,sha256=QzmFXb9o1DK5D1yI8hYRPRcN6iBxoR0GXkEvdJdSu2o,832
938
- tests/models/impact_assessment/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
939
- tests/models/impact_assessment/product/test_economicValueShare.py,sha256=JbWlwBZe4Q1VX_PDzwNnWr-GQYthZuY2mdj1DWcf5I0,1001
940
- tests/models/impact_assessment/product/test_value.py,sha256=EFQFHM7OE4K9NrlhOaKj-opkv6HO8rSvS1L5Ux4jLmU,988
941
- tests/models/ipcc2006/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
942
- tests/models/ipcc2006/test_aboveGroundCropResidueRemoved.py,sha256=5F7eU4qWYfTZAzjUsuUOE5rA2vZ0x6e6Bm10PgmG9Zg,1177
943
- tests/models/ipcc2006/test_aboveGroundCropResidueTotal.py,sha256=U5WQG7KYcCfJips2mghw7UtL87mmQUaAyKxN9tYD6fk,1887
944
- tests/models/ipcc2006/test_belowGroundCropResidue.py,sha256=cFqLDFy5pcgOyzKC9l-RClEP6CWCdVNnq48S90SITVM,1720
945
- tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionDirect.py,sha256=pgUznkTiyLwhMVHzFE40wzwvtY40OsPQp1QWTsaPDqU,1815
946
- tests/models/ipcc2006/test_n2OToAirCropResidueDecompositionIndirect.py,sha256=cxn5rX_pZqbl7m8rhJARuyjG2P5O-BQbufeEcTmO06k,1357
947
- tests/models/ipcc2006/test_n2OToAirExcretaDirect.py,sha256=tm6Lm90_4qEkCU6UIFsOD6yhrMrq69lkF1LvCjXPjE4,2132
948
- tests/models/ipcc2006/test_n2OToAirExcretaIndirect.py,sha256=712I87Wkpp4KcHfHaK1kgfD6nfHGo3iZqKIwfMG9a6A,1282
949
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=Z385htV4XyfBuXf8-fkz27-Yae8aNp5uxm3KQDNFWrA,1692
950
- tests/models/ipcc2006/test_n2OToAirInorganicFertiliserIndirect.py,sha256=wmasF-q-IwMbEfnKzCHBGqnSQtY8Xg0OohccvofnwQY,1283
951
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=L6J9s9Xp__zIS1xzz0WUg83fpdOo8c9t6wWrNeQMuM8,1688
952
- tests/models/ipcc2006/test_n2OToAirOrganicFertiliserIndirect.py,sha256=NEt5s9hQ5bGk3YuqOMVOeWdBzLOXbScU-D1JsiAFNBQ,1678
953
- tests/models/ipcc2013ExcludingFeedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
954
- tests/models/ipcc2013ExcludingFeedbacks/test_gwp100.py,sha256=Od9ALNCag5pCVJnp2pIXOenadJLhKD4X4DDmLcgET2A,875
955
- tests/models/ipcc2013IncludingFeedbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
956
- tests/models/ipcc2013IncludingFeedbacks/test_gwp100.py,sha256=4HydDKiZDpxtgqgjpAg4cTVQu-jM-_tdDdJFmNNrwSc,875
957
- tests/models/ipcc2019/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
958
- tests/models/ipcc2019/test_aboveGroundBiomass.py,sha256=zzsE1zr8qYWgc1EWNrCZggjkJyIoVwbkfE9c1MVn7uA,7608
959
- tests/models/ipcc2019/test_aboveGroundCropResidueTotal.py,sha256=GMp6NCg1v4AjiwntN1C575BhxgZv_e_EG5Hv1buGKrA,1798
960
- tests/models/ipcc2019/test_belowGroundBiomass.py,sha256=Cu41RM63R-xti0qi_mLD0J5TClo61OkjsR4FI3caNxs,7579
961
- tests/models/ipcc2019/test_belowGroundCropResidue.py,sha256=no71pfxgOhn_tEWc_EwuWvlKRtHFqlIqNIvnP7cj0Tc,2568
962
- tests/models/ipcc2019/test_biocharOrganicCarbonPerHa.py,sha256=8Y5dwe_ZHSKxijLn3CMA6U5uQxHeBXYWsd93nPT16d4,3825
963
- tests/models/ipcc2019/test_biomass_utils.py,sha256=I2q4pDGAD0aY_kpZCMPJoC-KbRYxdzY1rhr4xtJFWIA,3592
964
- tests/models/ipcc2019/test_carbonContent.py,sha256=_GWF5nGy-PxiqBZ5V7W_sHMz75YRzmxr79R-sZZg7yk,4146
965
- tests/models/ipcc2019/test_ch4ToAirAquacultureSystems.py,sha256=hG1zunH2gCeix8fxxkoGfl_I0GRyAcLbwEtwWVE9i5M,1925
966
- tests/models/ipcc2019/test_ch4ToAirEntericFermentation.py,sha256=nmmxxJFX_VFOgvNxmj4q825vVEtEq-B61DVNo3inirs,8567
967
- tests/models/ipcc2019/test_ch4ToAirExcreta.py,sha256=bWDTY3WPg2DcU6Y_P185Xitn9_KiNkaxVmRIiOLvusY,2517
968
- tests/models/ipcc2019/test_ch4ToAirFloodedRice.py,sha256=YRyxNaGPAgsCJBRXhwhEsZ6r44dawHMSN-Qmi-yS0xI,1025
969
- tests/models/ipcc2019/test_ch4ToAirOrganicSoilCultivation.py,sha256=7AzKbCrNa3C2miC98ALCtlkIBMV12cOTSIvxxHjLSgw,1759
970
- tests/models/ipcc2019/test_co2ToAirAboveGroundBiomassStockChange.py,sha256=FUGI1_KoXqmP_24AZGWyG_GQDtyA80Ll5aDjML0QQTY,4369
971
- tests/models/ipcc2019/test_co2ToAirBelowGroundBiomassStockChange.py,sha256=WOzi2DtIDlE_xVu8TLjiPKXKR_7QbpfON9oBsSw860Q,4304
972
- tests/models/ipcc2019/test_co2ToAirBiocharStockChange.py,sha256=8k8Z9icwEZex-UcwGtdvcGp97NIOmMx5dpk728QYy1A,2731
973
- tests/models/ipcc2019/test_co2ToAirCarbonStockChange_utils.py,sha256=wCEtrbMl6zef8V-n_Ci_rtlQAlfuKm3khUVltr8eAcc,2173
974
- tests/models/ipcc2019/test_co2ToAirLimeHydrolysis.py,sha256=r7QmCH0YURS41JZxH2mFAC0J29WqmdkKG9EoEgv27AA,1350
975
- tests/models/ipcc2019/test_co2ToAirOrganicSoilCultivation.py,sha256=w4MBn2bYwyiv001xEU2RI9Q8L2Eu9lFC0CoxBcOzkWU,1761
976
- tests/models/ipcc2019/test_co2ToAirSoilOrganicCarbonStockChange.py,sha256=UmKJPWVyHXZhpFrh-Rl20ypGSKrTup4A1vmiwT0w31E,5511
977
- tests/models/ipcc2019/test_co2ToAirUreaHydrolysis.py,sha256=2u4_jtekmVzLTwKpNr1fVcAzgegm17Fh9h59JRXFpOM,1030
978
- tests/models/ipcc2019/test_croppingDuration.py,sha256=1oRW1QaEwQvBadyVhaDi-jlkjuNqodyAinl88TdPmiY,1879
979
- tests/models/ipcc2019/test_ligninContent.py,sha256=eIKEN__ab-0R52EhlhPSBiHnmTl6xOf1XbI33O-W9A4,4146
980
- tests/models/ipcc2019/test_n2OToAirAquacultureSystemsIndirect.py,sha256=WnUJGP-f_wUK7JDQCwm5iE2GaZbjXgpXIQEc_HtYOkw,1518
981
- tests/models/ipcc2019/test_n2OToAirCropResidueBurningDirect.py,sha256=Zg21yPx5lsf1lwbEzBNvyG2-06Qq5MUVDhteLcukp94,1528
982
- tests/models/ipcc2019/test_n2OToAirCropResidueBurningIndirect.py,sha256=zDuT0ZB0gtOMdNYLrXA8JxErMgfKqPCE1NNBxlUUiuI,1518
983
- tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionDirect.py,sha256=vKbWQNZAGPtsqonM-Cc3n3hNitft0hcjn2TNrTFC1iY,2729
984
- tests/models/ipcc2019/test_n2OToAirCropResidueDecompositionIndirect.py,sha256=DD-DXCrKoZ5MT_uSI_DVDMe8W49MHcjxv3FI5Vb9WyM,1524
985
- tests/models/ipcc2019/test_n2OToAirExcretaDirect.py,sha256=-ddwSZia_QQXSrCbIrv_uQMUO3X9_WNk2WtKF8gSYTM,1627
986
- tests/models/ipcc2019/test_n2OToAirExcretaIndirect.py,sha256=_x2yv87LnmlFzbS_JL3lhzrt-D1coc3g7XfXLdcANow,1507
987
- tests/models/ipcc2019/test_n2OToAirFuelCombustionIndirect.py,sha256=poR0qHIRCutFLPrvJZWYuMl6lZ0_8H2wE-57r8AHQ2I,1514
988
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserDirect.py,sha256=uSdklDRTxYfMo3J6lMxUJeIeinLHvY_MRZiN9NdHmdA,2718
989
- tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py,sha256=UBG8cbUDg9C4K-3U2sXnAd4VDNXQ0gLpDA-LF4ma2Ok,1519
990
- tests/models/ipcc2019/test_n2OToAirNaturalVegetationBurningIndirect.py,sha256=LUN1kAn1JZ-ztzfbx6t3W31xiyOnTiZoAyaX5iPW-Og,1524
991
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserDirect.py,sha256=ofEcYrwvvXfoZHRWaaMtKMK2NbEtX_67laDeu_lDTXg,2714
992
- tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py,sha256=IegWAWxyTJQZQu3LLj9knsB3mN4cEqJxuaszVok9YE4,1517
993
- tests/models/ipcc2019/test_n2OToAirOrganicSoilBurningIndirect.py,sha256=o6wnoNTVHpagLflYUwPUJ4A33tLWZvaFNDNjl9vCq4M,1518
994
- tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationDirect.py,sha256=VrBvbs9AVrRDwjGQAYfr_5rpB-fas0QQBGwQJBEax0o,1766
995
- tests/models/ipcc2019/test_n2OToAirOrganicSoilCultivationIndirect.py,sha256=7qVxZs2fsKDjX7bO6UvBBhfVAXRak7Z3M-1NfJqrf6A,1522
996
- tests/models/ipcc2019/test_n2OToAir_indirect_emissions_utils.py,sha256=nX9wprnWGmNKr7wdT38te9st99fjhte0B2KrzITnBt4,655
997
- tests/models/ipcc2019/test_nh3ToAirInorganicFertiliser.py,sha256=xmRHSTmyh--EZX29Z5NHD4LqEZl7Lkc5HntBCXlIRHE,1537
998
- tests/models/ipcc2019/test_nh3ToAirOrganicFertiliser.py,sha256=Z4a20I2UnZdzm6FqHnlHRXXVCY993_SHT7nG-zAhx-c,1104
999
- tests/models/ipcc2019/test_nitrogenContent.py,sha256=rKl_05PCC0OSsAhG0cHJOqnt9LsCaFnRpJorkm1TShA,3704
1000
- tests/models/ipcc2019/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=4__3HDUDWt5KjQGcXEFXHBgP_jT0rxvIzpBLH_mP9WE,1729
1001
- tests/models/ipcc2019/test_no3ToGroundwaterExcreta.py,sha256=6KoXEF1-UE8FttESJ6qFz9QvSPrfUzLmx13CeM2qnDc,2185
1002
- tests/models/ipcc2019/test_no3ToGroundwaterInorganicFertiliser.py,sha256=e7REnQ9r9a8xroq5aPp0NIzmkad_6MyTuceRTYoKdkE,1613
1003
- tests/models/ipcc2019/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e1ZViD12qB3bLdH3TJw3GbBP8iqMen-UJbcFkytb3VQ,1609
1004
- tests/models/ipcc2019/test_nonCo2EmissionsToAirNaturalVegetationBurning.py,sha256=Edv07swcBbP1PhM5nPV6P2FFTkMfGWj1M4pWP2aZ0a0,3306
1005
- tests/models/ipcc2019/test_noxToAirInorganicFertiliser.py,sha256=NZBSBJLM_j2PEpHRON2ysgKNF8x5sHfQVoAKQdGsfzk,1537
1006
- tests/models/ipcc2019/test_noxToAirOrganicFertiliser.py,sha256=LR5pjV5vRbgSSQAw8kYRp_ij4CHInzgaDS6EggQuBiw,1104
1007
- tests/models/ipcc2019/test_organicCarbonPerHa.py,sha256=g_uOqzj6EiyvoAZRpd4PakMYQ7Vfn0QiDGLCTVz92A8,15607
1008
- tests/models/ipcc2019/test_organicCarbonPerHa_tier_1.py,sha256=6DzuqTllZ_Zv3Xuic-3ZIaIik1rYd2eQZk7nysbLCxk,20687
1009
- tests/models/ipcc2019/test_organicCarbonPerHa_tier_2.py,sha256=VYNtsuFDURzqvKH1_5_6_lSQrqTxWnLdopN5ULfrzMg,5486
1010
- tests/models/ipcc2019/test_organicCarbonPerHa_utils.py,sha256=jK7wO0dLKODwp_fwY-kp8cfWsDJ1MVXxasGUfqbVFkA,813
1011
- tests/models/ipcc2019/test_pastureGrass.py,sha256=6B8ZmuI1w4rA4wGduWx0l6e0BgGz8b2knTUIcT0GDOg,2725
1012
- tests/models/ipcc2019/animal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1013
- tests/models/ipcc2019/animal/test_fatContent.py,sha256=Emp8jGudRGA_dJaLMR5Jxsv3Gc57rMAnP0CDqswrmlM,775
1014
- tests/models/ipcc2019/animal/test_hoursWorkedPerDay.py,sha256=gFgCd5hXS_fBhu1f8hbZCci4uTGdpFLjIuER73LY_4A,782
1015
- tests/models/ipcc2019/animal/test_liveweightGain.py,sha256=KmRZyrjrXZcgff1QFtfu1WphNuJW_nHx1GguD8xB2ls,779
1016
- tests/models/ipcc2019/animal/test_liveweightPerHead.py,sha256=nfNAcUEIPQeKyjKYttI5W6hiHBMXLZ9Vbz0nfj81ZvA,782
1017
- tests/models/ipcc2019/animal/test_milkYieldPerAnimal.py,sha256=98rslTxLk92smiUfxRfxB6kjmQAm6085GV9NqWCGpVo,713
1018
- tests/models/ipcc2019/animal/test_pastureGrass.py,sha256=uNGGciRzONxgI9i5h9zm3MFHXxJaVZXkzkjffjjz0BI,2045
1019
- tests/models/ipcc2019/animal/test_pregnancyRateTotal.py,sha256=3M4cpH0rM0fLR86bwtBQbkUhuflj0ebaQpPgHtAFZxo,783
1020
- tests/models/ipcc2019/animal/test_trueProteinContent.py,sha256=3O2w_PsVEki_piIHO-Wa6m28f5SAHWHsSk27nYDQDuM,783
1021
- tests/models/ipcc2019/animal/test_weightAtMaturity.py,sha256=-lP4Sx1s11Wyo4Vm1it3SdIpNP43TZWmwOWttrAd_N8,705
1022
- tests/models/ipcc2021/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1023
- tests/models/ipcc2021/test_gwp100.py,sha256=r3pDw_TUcOrNlNRWtFAN3CBWfG5FCkHExypVqg0sZVk,857
1024
- tests/models/jarvisAndPain1994/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1025
- tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py,sha256=aMCuR9fmGDmum7VqLb1oBOsTCjBz5O9XQn2DWtP8HVM,1057
1026
- tests/models/koble2014/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1027
- tests/models/koble2014/test_cropResidueManagement.py,sha256=QwmMcVpOoW7Pedowldd0GFdnvE6lesGEfWGGMO2TQbQ,621
1028
- tests/models/koble2014/test_residueBurnt.py,sha256=XneISYwqiVlHORshGg-0K9t4zZ_GJqjoedTOIhoTB8E,730
1029
- tests/models/koble2014/test_residueLeftOnField.py,sha256=gzydTRiQOp_qJ4cZx1OFrrW22Ex_R5r2qP8c4Te_XHc,777
1030
- tests/models/koble2014/test_residueRemoved.py,sha256=CDJmrOLkJMDM6-kySjguBNINKudFbgmWKPtkHGvqxfc,732
1031
- tests/models/koble2014/test_utils.py,sha256=Xf4f5KgxJeM6VeM-2r6hYgbOitszTc_gXq0_XyZ1350,1666
1032
- tests/models/lcImpactAllEffects100Years/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1033
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsClimateChange.py,sha256=lQvoqIOuW-rxNjnzpNzwAjI1RRwNq4Y-YcpwGuKfCdk,910
1034
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=rW-LcDvpdaPVCa_DcJLo5VkZ3tSiYJrk5dfte0hI-8o,876
1035
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=dzQFWhmlou00CmcAqgojGejgLeaJt3MN_5sHcLu6qig,929
1036
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=1grJLVJN9PISDQboYWq8oLg1bXlO2Xy9gfBBnb6J1Xw,698
1037
- tests/models/lcImpactAllEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=yqJX3vyCa5puBkpDlINGQACuTGhaVsPhyf1ybyg6fv0,709
1038
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealth.py,sha256=4cqsbgDbYCNN-ZUIjh13lEiOKYcauupTlAjr-ieg5jI,682
1039
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthClimateChange.py,sha256=5U0CoxC1_bZXhQd4UhjujOY9Na6Xn9UN5knWyq3iLkc,901
1040
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=Y4tIkql72iK1eEWXrfw5Y5vqekh4zCHgcUSAbNxBG90,871
1041
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=UuGPZtD2lhg_SEy3kRXHmNXgN8qeD65v3JenA00Ul2E,874
1042
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py,sha256=ESjjjMY5ZHVcLxchVm6LSsYnaAsXMZzD_Qjhpx26lHI,922
1043
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=qS5eWsybHytBdOK2BgHsZ8zv0COkvUNRhjURSNbVX-Q,923
1044
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=IaZf3iaefqSQ0Dq9FWXABLOWt5QiVKO421leLNte8FU,923
1045
- tests/models/lcImpactAllEffects100Years/test_damageToHumanHealthWaterStress.py,sha256=Z6h3hVwRcq_WIgIPeHH_Y3o78OnDe88iFUKIGV27Naw,1123
1046
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=exx_aaK1cIvS9Ob7yOUoTDM8yvJoRj0mU8w74HzS8IM,868
1047
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=AmJQx8JUyrJTUCz0K6Kk-rhWEmVAglpnExqp96WiZ9o,921
1048
- tests/models/lcImpactAllEffects100Years/test_damageToMarineEcosystemsPdfYear.py,sha256=RhRoV2EAnwQLwZzb5Ay0bdyq4jMo0Kevx6d-hr0kv04,694
1049
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=4iSyzwa6TyZsT2l92YRFEnGw5uEssruJlH_ybGLDhGs,919
1050
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=g8KAYMUY4lg6hX1u1QiDXH00CzhQVGufyRIm09FUYOw,699
1051
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=hnjOQM1mDBHttF5WFAEv7aQ0xvANjkNNfnOuv1tUH0w,933
1052
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=6DTXBT30KS_WwulPottaFwkRWCZMFuilEljRlry-LSI,930
1053
- tests/models/lcImpactAllEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=LXSn7ml-0s7oiVV3G32WleEtRI8Oa5sL4g5LZq30g9U,878
1054
- tests/models/lcImpactAllEffectsInfinite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1055
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsClimateChange.py,sha256=aM5nFN9nCTIwO6hW8w71Ca1ZLcvzrB8Blv94eeXwLaU,910
1056
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=zNcs8s3YeB_-TwUFXn2m2gqTLmwiCwZZrvqofjbKdTc,876
1057
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=1Fc_FA4Mn4XsCiBIx4CWBpHwWDhCcIWyDWMgP04Z9WQ,929
1058
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=BdXvh5pq865O9hCt3IqXxiuN3NTdbl57dyenIcCAaU0,698
1059
- tests/models/lcImpactAllEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=y6VDfOn3SW8rRV3gtmqJN19WLPMMpNjpFLemc_HAwKE,709
1060
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealth.py,sha256=vI8cmBDdTA0TYnMVo8HjblejdYEHauAsmcnDU2hV9FE,682
1061
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthClimateChange.py,sha256=mDDoBsrVxNTqYS5g4vS2OxQTaTYhUCTjBR0FCEvyEjs,901
1062
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=-kAWLWLgoX5c_yZcTjpJIARcAI2giR-CF5Bg8E3AIlY,871
1063
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=8SuvsOxRFsqPjxi5fPEnR08IM5UMmIclxTVsF9o2IyE,874
1064
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py,sha256=BvzTCtoVnZhoWTwtxJlre-Quxr9WPqoP1VQekee7x54,922
1065
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=5ul0EfMQCSkTc5nIGYsq7C-PDPPfpqxXqNT16JBl3XQ,923
1066
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=qBfN8RSSy-hwhC6YyvnolWNOiKBWw3-npUyoSEsSRGk,923
1067
- tests/models/lcImpactAllEffectsInfinite/test_damageToHumanHealthWaterStress.py,sha256=b2hc7HxFZwjcI2qp1hOsTO_d7u6W-7FpsGa6XuoRmGg,1123
1068
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=ZVahoCQ4k9hIcdhIrpwbl2Z-yF5s2gT4khM4v6nWJcM,868
1069
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=Sv4XCePlCapw6JH_WO_u3tIlAEYxBSIUwaOO-nyqS-w,921
1070
- tests/models/lcImpactAllEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py,sha256=wjamPtwmn8Q8qxX-W16Xg3fo83opxP61RYtcgrgm54I,694
1071
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=GztN8I5bnrBOQE72nhDwcpldzTQsLfbJKqR7Q_UOsKs,919
1072
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=wE7sULK-gImHAFm38WppvQS_65XBE0reIHnP9bfxBNk,699
1073
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=uF4wSJch3GkaM0D1i9gC7Ft0-cKh8HvnMvjvhcLUABk,933
1074
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=O2ztvwgZglPvemFH-vRmNBaYkAJd_nPmapI0mcdrJqo,930
1075
- tests/models/lcImpactAllEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=Lt2sCyXRoSXmHl4zy5XpVs3Vp78I_T2A94a1NSWKfnY,878
1076
- tests/models/lcImpactCertainEffects100Years/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1077
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=s0Z80qa9Q-TY8r5CwR3uY8u314GrpWL_-tcj-W0nXPQ,880
1078
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=Pg39ZxRyDEetw9liYK4aqH-04CY0NqNHERoCxez7jHY,933
1079
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=puTFzn8PieD7WWit3XUT4Eiv95mTPbkFqODTe8MxSlA,702
1080
- tests/models/lcImpactCertainEffects100Years/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=gwgFGmPESPY8HixMHTxgzv4ydwcGZWsisvX7yGFT2Xw,713
1081
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealth.py,sha256=DqC2ZnIKdEcxapXGTH0IrcU08zt9-xNN3XsdgFu5oMo,686
1082
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthClimateChange.py,sha256=kEVI8nhjpS9hGxEwHUB-k-c4AL0xmS8EeeDe8W7p5qQ,905
1083
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=mspjkXyPM0LzFtTaIyMvd34_BjzQfgMnH1660B6WxJQ,875
1084
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=BgSj5_aSllXI-m0IBjkqlafKvbiv3niiJ8EcVOjbCZI,878
1085
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthParticulateMatterFormation.py,sha256=8YWTf1XqFDbLhTLkT2ypTMgWxMu99zLqFDV7oSAdG3w,926
1086
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=lfhivccH4pcZ0egdgymjPGp4hsmlqJw7Z373dxCUGd4,927
1087
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=P8m67mn7O9pkgZJTgOjTRwnFl1jd23s2E_u_UUEZpHE,927
1088
- tests/models/lcImpactCertainEffects100Years/test_damageToHumanHealthWaterStress.py,sha256=DtcIgLm84bmBwJPuDU3Pc0vgtuLjo5oU058VLVrepto,1127
1089
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=6jAqcrxbFj2VRMQwWYHMq5jbJBvpQxaPpK6Oo5GKwzo,872
1090
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=DIew2Y1_XPUoy3t4_QTsxQ3r4f3I7_WafOhBuPwADZs,925
1091
- tests/models/lcImpactCertainEffects100Years/test_damageToMarineEcosystemsPdfYear.py,sha256=naOfNwc3gLB9twNqvSPDWvqBe4XEHmUfR3THAFZIhYY,698
1092
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=l68qsrGhLXEUF3bGfK-yTlRGIsjAXgRbMMiKwYOPOBA,923
1093
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=r2jTfPMIwXVKw9Wvye9s_MYb5SoJ--wWBUe9H5iJ56k,703
1094
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=PJ424-ixS0ksGZyYzJ5JbvHsz00RH-AYBMcyE66URSM,951
1095
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=V_fc5Ie7872q6yDn6b7hQZ0tu9S5jAUI6Q3-uAap13w,934
1096
- tests/models/lcImpactCertainEffects100Years/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=7_LXUNJ9Wfi2RPbAKPlGdumnr8TStFkSTJmhr-9IQ0k,882
1097
- tests/models/lcImpactCertainEffectsInfinite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1098
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py,sha256=WmYUwwBF6uqpKMDvrwN_YGEODIXy0CNxZJ8cb370Q8k,880
1099
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsFreshwaterEutrophication.py,sha256=qn3LcMu6dq1gmfBqreV_Zg4UJeQsVF5THAi8_UkD6JA,933
1100
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsPdfYear.py,sha256=0usO9HXYR1rC7B1TKOGmqHUVNo1bQeATS2j46k5Tgn4,702
1101
- tests/models/lcImpactCertainEffectsInfinite/test_damageToFreshwaterEcosystemsWaterStress.py,sha256=bUPhgYfm5gRdIhy-b4uOEWjQvAFyvgpKOzQlo2RYH14,713
1102
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealth.py,sha256=X00OGYm1NB4pWUZSJc7LOFXDqNW2WSf118bRFQrLz3g,686
1103
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthClimateChange.py,sha256=q32dealVrYJhSek7wrQ15oOHasFRLBJWQKFhJkApj9A,905
1104
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityCancerogenic.py,sha256=kN-DFr3i7PvyP8UmOCiepDXUGhpnqrD4ZvPdIiGzZyI,875
1105
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthHumanToxicityNonCancerogenic.py,sha256=jzSaXB-clCi73VepQcdlpWg44v4G4QdGtknLy_bhY5k,878
1106
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthParticulateMatterFormation.py,sha256=y4zaOY8hGiOyXVCAFGIxNJIWnNVM_D694MtaIEWuXiM,926
1107
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthPhotochemicalOzoneFormation.py,sha256=CKZWzLRxTssQ05wG0Js_amq-gpTSXYK17TwksquSeKs,927
1108
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthStratosphericOzoneDepletion.py,sha256=hQVwzBCJn46TIQOoPa8iiACuBnRwTIGb6JlaMqNSyrY,927
1109
- tests/models/lcImpactCertainEffectsInfinite/test_damageToHumanHealthWaterStress.py,sha256=iO90kXBpzqqyCNLfRzCKll9ypKtod1DRZpqXyYLqi44,1127
1110
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEcotoxicity.py,sha256=gFTTIokvjUA2vqj6GUq8rjBWCk7CdvNJfwcO42HR_EQ,872
1111
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsMarineEutrophication.py,sha256=C3GZxpFNFBICV5VUnwyzB5HtUueKi0-tlWoB2becNYw,925
1112
- tests/models/lcImpactCertainEffectsInfinite/test_damageToMarineEcosystemsPdfYear.py,sha256=JrAFceWNBNsN1W-QCHv7czNCFH_yyLpP1nW1_VwEJFY,698
1113
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsClimateChange.py,sha256=JgpvpVyAflXzhRT076Tw5IkYSs1L7P6VtGldjvcL1m8,923
1114
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPdfYear.py,sha256=PHxzeQJfH5mJeine0eCSNGxH4P2y2l7z4g6nsuKWaQY,703
1115
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsPhotochemicalOzoneFormation.py,sha256=d_rysPRtlmb_sjX-e857qNxL9sQK0m8RP3zRwTjM6Ko,951
1116
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialAcidification.py,sha256=rdiAapP73gXosOBZ2loTEbeBBASFUtdifbZwYYB8SLA,934
1117
- tests/models/lcImpactCertainEffectsInfinite/test_damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py,sha256=UJJ0raY5leOqtBpBlIGRZSUYqA5mNt-xmq5Eos_nysg,882
1118
- tests/models/linkedImpactAssessment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1119
- tests/models/linkedImpactAssessment/test_emissions.py,sha256=07z9LW5Ir3uL8odeU6puaeb9ZsgGclfWX3_h13cxeio,752
1120
- tests/models/linkedImpactAssessment/test_freshwaterWithdrawalsInputsProduction.py,sha256=97b0f6O2UqOVrZhepolm5a8rIKj91gBKskzTY0CZ4lg,905
1121
- tests/models/linkedImpactAssessment/test_landOccupationInputsProduction.py,sha256=IvTDXk7lgizb8cQiX6qEXoX7d6VxYY4LjTMnPkpP9ck,898
1122
- tests/models/linkedImpactAssessment/test_landTransformation100YearAverageInputsProduction.py,sha256=MI68INMpL849oe9z3PbKFLbZYVNklCIsK3sWKygL81s,924
1123
- tests/models/linkedImpactAssessment/test_landTransformation20YearAverageInputsProduction.py,sha256=oDhG5G0h6VfVbPBCVnZpvRNSEA7gIR-y1SH_q_Lqck0,923
1124
- tests/models/pooreNemecek2018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1125
- tests/models/pooreNemecek2018/test_aboveGroundCropResidueTotal.py,sha256=m-cpFULarm0Ee4MV-OvhYPRg7W2_mvbrqHkjDZgcQsw,1660
1126
- tests/models/pooreNemecek2018/test_belowGroundCropResidue.py,sha256=A6EOD2B6frN0UtuUTP3GwZ7bNEtEudQfztHXjdiDwdQ,1655
1127
- tests/models/pooreNemecek2018/test_ch4ToAirAquacultureSystems.py,sha256=p_n0NZim2DsHGTWp20pkwSF1R0L3Lv-HDf-DitvHKhg,2492
1128
- tests/models/pooreNemecek2018/test_excretaKgN.py,sha256=HExbvxYBDumOg0u6wkXZ9F_2rW0vxgsTDaEp9lj6Nos,4054
1129
- tests/models/pooreNemecek2018/test_excretaKgVs.py,sha256=VQCfF6y7oPQAQ7DgwPHWoeFcgVSuLzhU2G0VgEfECOo,3252
1130
- tests/models/pooreNemecek2018/test_freshwaterWithdrawalsDuringCycle.py,sha256=TQEYds8imjMNHqjApn0MIMuPbx5HtZtVABb_Ds5T7ZY,2044
1131
- tests/models/pooreNemecek2018/test_landOccupationDuringCycle.py,sha256=-sji2CbHeZ9lHACVizGPFNK_wZr2A_NmGt_r9_gbz9k,2037
1132
- tests/models/pooreNemecek2018/test_longFallowDuration.py,sha256=kelZajIbKyvVm1vX_grRZy0IUrtejGI5GPn03qbElnw,925
1133
- tests/models/pooreNemecek2018/test_n2OToAirAquacultureSystemsDirect.py,sha256=Dvgnk1tOxJteXzULyDr0dVbqkYe_TYnjGJcAK2kZujk,1977
1134
- tests/models/pooreNemecek2018/test_n2ToAirAquacultureSystems.py,sha256=h2x3_9d2ZzFpjnE3LcZUqCzO6SsiT5iPHYmI-F61AnY,1970
1135
- tests/models/pooreNemecek2018/test_nh3ToAirAquacultureSystems.py,sha256=bHeAq-GZ05dVVmhbffJTgkteVER0Ls59o6sIQwjnITQ,2715
1136
- tests/models/pooreNemecek2018/test_no3ToGroundwaterCropResidueDecomposition.py,sha256=QYskm3b8sDNzJbdNRot0lPf0TRfeNFRDtD1dU6qI3cE,931
1137
- tests/models/pooreNemecek2018/test_no3ToGroundwaterExcreta.py,sha256=xnzhoB_PvahzvcbKvjb5_T16iD6B1zY96SUC7XwxmuM,914
1138
- tests/models/pooreNemecek2018/test_no3ToGroundwaterInorganicFertiliser.py,sha256=gMHL0DwYK3KmqXpDkpogugpbxvW3spd7RVaTuJ1V9S8,926
1139
- tests/models/pooreNemecek2018/test_no3ToGroundwaterOrganicFertiliser.py,sha256=e7d_qqdz7fhAYOr9M9PYhUAijSWtPXBn9D_0V2uVkJw,924
1140
- tests/models/pooreNemecek2018/test_noxToAirAquacultureSystems.py,sha256=h5kwdh7HSY4twaHYVLfamnNrd3PS1eJiDBBWC2Arjdk,1971
1141
- tests/models/pooreNemecek2018/test_nurseryDensity.py,sha256=uRKvWqI94YghWGdGLoRuDIQFlebALoVE6IguK_8_p90,921
1142
- tests/models/pooreNemecek2018/test_nurseryDuration.py,sha256=PFUlx-mjZBGvyAax8m6GR61Ak9CxjMvAMAojmA39WUk,922
1143
- tests/models/pooreNemecek2018/test_plantationDensity.py,sha256=CCNloLCmTUADDya0nCPV7qqdGksCczCJck9dwNboD9s,924
1144
- tests/models/pooreNemecek2018/test_plantationLifespan.py,sha256=Pcbnhbt_HVfEet12ndIyUu9yuFhTiworu-3vYNGlAVY,925
1145
- tests/models/pooreNemecek2018/test_plantationProductiveLifespan.py,sha256=ifvjTXJxmbS3GH4a7S9T2mgPseajX8WL4KQ5lT_2Rus,935
1146
- tests/models/pooreNemecek2018/test_rotationDuration.py,sha256=tD2E91beAXdyT-xf5QSqc7kp5UPDDEaCE-FgsoSGorg,923
1147
- tests/models/pooreNemecek2018/test_saplingsDepreciatedAmountPerCycle.py,sha256=seT7-ip5lSjglaM2Wbaf4qsNrc2W_RYnafef4mQlc8U,1668
1148
- tests/models/pooreNemecek2018/test_utils.py,sha256=oqKCNVw6LOAa4jJFadQCL8ysUbUiVCnm0XBOdqa2BVA,742
1149
- tests/models/poschEtAl2008/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1150
- tests/models/poschEtAl2008/test_terrestrialAcidificationPotentialAccumulatedExceedance.py,sha256=QWULOJSMLIswcFP0tBnW7w1OB5OG2b9videSVqvy8dk,1286
1151
- tests/models/poschEtAl2008/test_terrestrialEutrophicationPotentialAccumulatedExceedance.py,sha256=Ynrcr5zzZZOsNc4-InV7gzNOQvpSMr_yQVDNmp6kAGg,1285
1152
- tests/models/recipe2016Egalitarian/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1153
- tests/models/recipe2016Egalitarian/test_damageToFreshwaterEcosystemsSpeciesYear.py,sha256=OC8WjzPuyz5fd_E-LxFbOg3sasVc6LMJ9UK-jAKO7LU,697
1154
- tests/models/recipe2016Egalitarian/test_damageToHumanHealth.py,sha256=fWjzC9r6itihyW6AdmDkotbhML_0KavXernOpnK1SmY,677
1155
- tests/models/recipe2016Egalitarian/test_damageToMarineEcosystemsSpeciesYear.py,sha256=XnlWbwiE9lc_bkG8_c-h_5imeYUAwLBHXSIz6VmZJdc,693
1156
- tests/models/recipe2016Egalitarian/test_damageToResourceAvailability.py,sha256=7YSkVphBPY77HErUiLp7ptZscpaFuckoCdcgF2BE9oQ,842
1157
- tests/models/recipe2016Egalitarian/test_damageToTerrestrialEcosystemsSpeciesYear.py,sha256=As_o4mOpwldTXyGEeLnL-020lIfOrI69MHkgtlUNRpY,698
1158
- tests/models/recipe2016Egalitarian/test_ecosystemDamageOzoneFormation.py,sha256=Wcbl2zeuJ7vxYhduBfOHMmHUi1a-43Mua6WRI3z6sis,1023
1159
- tests/models/recipe2016Egalitarian/test_fossilResourceScarcity.py,sha256=hyZkV2WncRJNjOD-EWwWRmy1g7xo049sZTRu3yYXjyA,836
1160
- tests/models/recipe2016Egalitarian/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=Q0TLBlJDPg9uGpbBoVs2d0pejGLcvhInlvzg2z_LD3o,858
1161
- tests/models/recipe2016Egalitarian/test_freshwaterEutrophicationPotential.py,sha256=k-4fwA0-kgHP9h2GlIrF4aetNusY-n-tkSEE2vsw9Lc,897
1162
- tests/models/recipe2016Egalitarian/test_humanCarcinogenicToxicity.py,sha256=ub08h1OGxyecYZaWWNdPiPEBw3e1Gr9WlL8QcwqbI9U,839
1163
- tests/models/recipe2016Egalitarian/test_humanDamageOzoneFormation.py,sha256=9RxboNK0hzWkUYCJt8Rj0P0hyepEjJ-OwxA9bErfbmg,1019
1164
- tests/models/recipe2016Egalitarian/test_humanNonCarcinogenicToxicity.py,sha256=CobtY6GgVj92xe7CNrruET_YdByaUhjvrkBmaFXF7po,842
1165
- tests/models/recipe2016Egalitarian/test_marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=sTC6Dy8avXaZHDO52jopR3GzaeOeLzAwIJ33yPCFk1U,854
1166
- tests/models/recipe2016Egalitarian/test_marineEutrophicationPotential.py,sha256=w30r3PHSCViMb6n8M1_bK3nnoSHtnDZ8qSOHJ2tbcfU,893
1167
- tests/models/recipe2016Egalitarian/test_ozoneDepletionPotential.py,sha256=YDvUYno81915ISr4BcS0r7OXOh2ie1Kl80j8fSrHUP4,1017
1168
- tests/models/recipe2016Egalitarian/test_terrestrialAcidificationPotential.py,sha256=m2hpElRK0LcYqlI2miNtNJoKSUo6h0yYfwpUwBGC7nk,897
1169
- tests/models/recipe2016Egalitarian/test_terrestrialEcotoxicityPotential14Dcbeq.py,sha256=xJ8LnpNKk-ukIejasgb4idmSSg3zcW-8rkK6-o4DKC4,852
1170
- tests/models/recipe2016Hierarchist/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1171
- tests/models/recipe2016Hierarchist/test_damageToFreshwaterEcosystemsSpeciesYear.py,sha256=KxsU-qCoQEmGcgLIqGAYq2cXguOOWjpLod3mAfnYyyA,697
1172
- tests/models/recipe2016Hierarchist/test_damageToHumanHealth.py,sha256=frm4oAkoFTjJUdaE0l0hSXoq_7NQe7um87zf4mnhxOM,677
1173
- tests/models/recipe2016Hierarchist/test_damageToMarineEcosystemsSpeciesYear.py,sha256=drX3PxmmLtvRDQFuLxxP8TUh9m69Pdwx-fJZnm6UJgk,693
1174
- tests/models/recipe2016Hierarchist/test_damageToResourceAvailability.py,sha256=vu7gxLRqmf80oPNrWcvEUzE4P8YrVimCBz8BlRl80XU,842
1175
- tests/models/recipe2016Hierarchist/test_damageToTerrestrialEcosystemsSpeciesYear.py,sha256=riGtkM8GSBRHbf6jSWjT9xTmccqLmOkgiQkw-5ej8yM,698
1176
- tests/models/recipe2016Hierarchist/test_ecosystemDamageOzoneFormation.py,sha256=2NnDVeJ1qsh0aWhg0vHlFrmU6P_2JCmF0wVJ3m1XMxg,1023
1177
- tests/models/recipe2016Hierarchist/test_fossilResourceScarcity.py,sha256=J2RgxafNzOQsBJJRpD9GyiHD_QpytacD0OaisJyfcRk,836
1178
- tests/models/recipe2016Hierarchist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=IxbG4wgBi8idCYvI30f6RY3T1twZzgduPJp-kakILes,858
1179
- tests/models/recipe2016Hierarchist/test_freshwaterEutrophicationPotential.py,sha256=c-G6dgAgRkPoIQVY8EKnx2WodmCjxJccJomF6eINJ7k,897
1180
- tests/models/recipe2016Hierarchist/test_humanCarcinogenicToxicity.py,sha256=QCfzPShgv5NaBoMFmjTEdZiTUmw2HQ1yaWHzurwaWOI,839
1181
- tests/models/recipe2016Hierarchist/test_humanDamageOzoneFormation.py,sha256=ZYiuP7vg3pGLfUPv0PYuJqGMSLGQi5DSsyoCrH8mPzo,1019
1182
- tests/models/recipe2016Hierarchist/test_humanNonCarcinogenicToxicity.py,sha256=cXbwObXWhycsje-KGOa7pwYEsGmAX6sYTuxcemMnqMs,842
1183
- tests/models/recipe2016Hierarchist/test_marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=F6JNYLQHsUfInaqjliw5Bu9YskJ7SMJvpXCHt1OT3Go,854
1184
- tests/models/recipe2016Hierarchist/test_marineEutrophicationPotential.py,sha256=KLyXWpbyigbbUBaPV3HILvDhqFuTu-ge_FHCG1kZa7o,893
1185
- tests/models/recipe2016Hierarchist/test_ozoneDepletionPotential.py,sha256=KMhdv-ewZ9pU4k3p-Y5pjrH_ZJWSmAuSRRwhVCMRc9U,1017
1186
- tests/models/recipe2016Hierarchist/test_terrestrialAcidificationPotential.py,sha256=_h0R4ag_PeuaeFyRFbxNUpB8waJH4Nv3XRQcAOyu1Pw,897
1187
- tests/models/recipe2016Hierarchist/test_terrestrialEcotoxicityPotential14Dcbeq.py,sha256=-rb91OC-KjEW4YlcMOVCYhO_wPqnx8loJcP2UDp7Ynw,852
1188
- tests/models/recipe2016Individualist/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1189
- tests/models/recipe2016Individualist/test_damageToFreshwaterEcosystemsSpeciesYear.py,sha256=DAfrTzT9t51ODVkyEGzD0lEg6koQZ_0z7KLeUmqlnEw,699
1190
- tests/models/recipe2016Individualist/test_damageToHumanHealth.py,sha256=HpOS-TxOiukT1RHQAEhBguEnTmfaSuvWCjsI-568m8E,679
1191
- tests/models/recipe2016Individualist/test_damageToMarineEcosystemsSpeciesYear.py,sha256=ZLz3ebLBtMmhZrvcZqXG6mlQ1g9akVZsQUU8BzXb2nA,695
1192
- tests/models/recipe2016Individualist/test_damageToResourceAvailability.py,sha256=73TNQ-TcoMXGJLrKvld_W0OWlDDeZUGVfIFApwOGslo,844
1193
- tests/models/recipe2016Individualist/test_damageToTerrestrialEcosystemsSpeciesYear.py,sha256=aBhBR5jpxSaL6mhTnR2iGE1PeIHAlPoEhjZ_OTCeciI,700
1194
- tests/models/recipe2016Individualist/test_ecosystemDamageOzoneFormation.py,sha256=PidB5pfeE-LrpyW8h4sVWsYcqIrvKZBTxVB8xi2Vj7I,1025
1195
- tests/models/recipe2016Individualist/test_fossilResourceScarcity.py,sha256=p3DtmRD_PszTbyFSIdVs9sdZfqqJRkRfJ_XtNqHYmCw,838
1196
- tests/models/recipe2016Individualist/test_freshwaterAquaticEcotoxicityPotential14Dcbeq.py,sha256=DT1GK9RUFFOeJcKk8opNn_1f_UvLOX0cHCuw9iWJLq4,860
1197
- tests/models/recipe2016Individualist/test_freshwaterEutrophicationPotential.py,sha256=JpNLtURR6KXMZ6fjHyyq2zEUG0nqZCX1PlgjUcmsOj8,899
1198
- tests/models/recipe2016Individualist/test_humanCarcinogenicToxicity.py,sha256=MSvllkdxrGA3AA6fYZGvk3NcC93-XyQ8PQICUtyF54g,841
1199
- tests/models/recipe2016Individualist/test_humanDamageOzoneFormation.py,sha256=3A-RMc0dUJME_ge5SlO42ZBqY_Cwvd4lL68dV1XhQ-s,1021
1200
- tests/models/recipe2016Individualist/test_humanNonCarcinogenicToxicity.py,sha256=33UcHpzKYoT4pu2xHdIlZbNvXiLkQG4USrDiZBFNjPs,844
1201
- tests/models/recipe2016Individualist/test_marineAquaticEcotoxicityPotential14Dcbeq.py,sha256=pwRfMd40Wpo4ooZyTwWNIYZB8qdycrgu8DJGJB0E4kI,856
1202
- tests/models/recipe2016Individualist/test_marineEutrophicationPotential.py,sha256=KbBsi267jmYvepDKDIpduSL8I-Y-nLz8f-JMBJJbQ4c,895
1203
- tests/models/recipe2016Individualist/test_ozoneDepletionPotential.py,sha256=D66KmXju3d3U5KPEaBDquGpYmBWJfC6Kk6FdF54QlhY,1019
1204
- tests/models/recipe2016Individualist/test_terrestrialAcidificationPotential.py,sha256=0Hcpg_abyI-nv2GgI3dnL1dDtpRZNvLdnbtTPkNbNEw,899
1205
- tests/models/recipe2016Individualist/test_terrestrialEcotoxicityPotential14Dcbeq.py,sha256=AGJg-x-PgbqcbmYDWqdd2F7ZRlcVgH4hpdWGLx-7wX8,854
1206
- tests/models/schererPfister2015/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1207
- tests/models/schererPfister2015/test_nErosionSoilFlux.py,sha256=MnxRFXK0TQ7nNdTQyIh41ShV3F2dP8l_myuAICeQCQE,2209
1208
- tests/models/schererPfister2015/test_pErosionSoilFlux.py,sha256=YbQEZGQjdppamcUmuGDgUyJXkO4pkjmCq_lllPC6HoY,2209
1209
- tests/models/schererPfister2015/test_pToDrainageWaterSoilFlux.py,sha256=57MVRyiEU0g8pp6uRQiVo6l2w3OgBPyfv6oqdSIyrZ0,1060
1210
- tests/models/schererPfister2015/test_pToGroundwaterSoilFlux.py,sha256=lOTL-ue6hEbQsKIss6VsN7bJME5UCB3pTbqbLtMp9rk,1064
1211
- tests/models/schererPfister2015/test_pToSurfaceWaterSoilFlux.py,sha256=1VJo9q-Kb2OboK2RMp3-bkP6lXfkFbqMz1ACJC75FWw,1441
1212
- tests/models/schmidt2007/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1213
- tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py,sha256=5VSxT6sEbNp6c4Y07WzJGFDwVnjJbziG9HmbJNF6r6A,1454
1214
- tests/models/schmidt2007/test_h2SToAirWasteTreatment.py,sha256=7UH5nCZJaVbjMLTksSYSFvKtr98ulZwT4TxKhZDhXQw,1454
1215
- tests/models/schmidt2007/test_n2OToAirWasteTreatmentDirect.py,sha256=xgikZTGcDqiYdT4b1lR-2g7SQEIenV2-RSzeB68dqRM,1460
1216
- tests/models/schmidt2007/test_nh3ToAirWasteTreatment.py,sha256=22x5Hc0keF41LYMKvARrJvmPtOjIKJ6vCrF2d8AOyAc,1454
1217
- tests/models/schmidt2007/test_utils.py,sha256=rmtOV3xiFynjgx8lQNGsJqquG8HDxz3LDmh1efN8AkI,1278
1218
- tests/models/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1219
- tests/models/site/test_defaultMethodClassification.py,sha256=MoG9inlu5GrNL2QJpO0AWJZpc4682zDnO8-0mVgeV88,667
1220
- tests/models/site/test_defaultMethodClassificationDescription.py,sha256=7Dg40MLSZnW1X3ZXg2dXMzc1hUqIUIuiga5KX9cVscU,767
1221
- tests/models/site/test_grouped_measurement.py,sha256=k63n5rWhamlztPw9-NAPQ6oYL8g5mZGWu4UoFl4RnEM,657
1222
- tests/models/site/measurement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1223
- tests/models/site/measurement/test_value.py,sha256=i6w7X0Qb9utIGeopjQLz4S3tBrXVVFzZTh2q1JSxXu0,1001
1224
- tests/models/site/post_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1225
- tests/models/site/post_checks/test_cache.py,sha256=g34PQgfyzYveRT-gVKJl0euyBp-Kav8JnBVk-bod1WA,191
1226
- tests/models/site/post_checks/test_country.py,sha256=LENeyFF5V440H06l-gYxl9fozBmOsp1W1nAu9kBu80o,239
1227
- tests/models/site/pre_checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1228
- tests/models/site/pre_checks/test_cache_geospatialDatabase.py,sha256=YMBowk5qBKPzvZfRUmABfCU1BhGVeIvv4Xo782Crqec,658
1229
- tests/models/site/pre_checks/test_cache_years.py,sha256=sU0OhXGa4wC2DKduzlcxQVc51srS0Oks3L1gh1nJGf8,756
1230
- tests/models/site/pre_checks/test_country.py,sha256=f96w3K1kxt-2_D39P7ekhdAyytXOeZR-blQvXL5hTlo,439
1231
- tests/models/stehfestBouwman2006/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1232
- tests/models/stehfestBouwman2006/test_n2OToAirCropResidueDecompositionDirect.py,sha256=NF0wADubo9boAuYMtUGH30s4tieHE8LNrf547JgmlAE,677
1233
- tests/models/stehfestBouwman2006/test_n2OToAirExcretaDirect.py,sha256=9j-gLUiZfrkZO8KnuwVancRD1r31159t5VpBlMk-W6s,660
1234
- tests/models/stehfestBouwman2006/test_n2OToAirInorganicFertiliserDirect.py,sha256=oQcRo1M6uITvObqFMqwnzM2XwrlgKD3NjBYmhFyK3mQ,672
1235
- tests/models/stehfestBouwman2006/test_n2OToAirOrganicFertiliserDirect.py,sha256=oPYq5Lww7394wyC8zS6sXLzy-1-OK-hOuYAFjwdpt4o,670
1236
- tests/models/stehfestBouwman2006/test_noxToAirCropResidueDecomposition.py,sha256=phZN3OctVS5rpoTE3RhZBKs0RXlJFGS4fKbYwkI5QHU,671
1237
- tests/models/stehfestBouwman2006/test_noxToAirExcreta.py,sha256=XUxRxHhGI_VxU5sLmRY0s7EzPDHbushQxGWBHTxif3w,654
1238
- tests/models/stehfestBouwman2006/test_noxToAirInorganicFertiliser.py,sha256=2nxv9IzhDco2Dh_DRvfHUPbd_o9G-Ay0COdkUA7VXzM,666
1239
- tests/models/stehfestBouwman2006/test_noxToAirOrganicFertiliser.py,sha256=eTvdT7XwE143cSLZFrqNTHnQdokEHuWRMhZLGjesM20,664
1240
- tests/models/stehfestBouwman2006GisImplementation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1241
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirCropResidueDecomposition.py,sha256=EuZVgW8lvWHGtxgLpHEOGxvxwYg5XQQxF7byOHYCIoo,696
1242
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirExcreta.py,sha256=fy8fPAotwR6v5bhb36LA5NoEMvh8I3-7oo1P8NkG8ZM,671
1243
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirInorganicFertiliser.py,sha256=tIcmfti3-cobJnZ9ahbhl99Qps5ed4qKOHgnKvSaUGo,683
1244
- tests/models/stehfestBouwman2006GisImplementation/test_noxToAirOrganicFertiliser.py,sha256=FDLhKuzGNcAHw2LEebbj4UUlS-ZQL0Id-L5phUv70lc,681
1245
- tests/models/transformation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1246
- tests/models/transformation/input/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1247
- tests/models/transformation/input/test_excreta.py,sha256=OQPybwORO_7MX2sG4cZretOnm3EJisl48nUVHGhIfR0,1556
1248
- tests/models/transformation/input/test_max.py,sha256=6hhQnTcwZDLXDbS64LniIwtHCRoafkUIlEjuYneEsGI,929
1249
- tests/models/transformation/input/test_min.py,sha256=3fahLGGPLaEfpiObzotpxdHh3q6af1Zd5kPXqlI6B4Y,929
1250
- tests/models/transformation/input/test_properties.py,sha256=I_orffwtM8j_NXobf4beW4nblCpQsYgpx8DqYrYxPpw,936
1251
- tests/models/transformation/input/test_sd.py,sha256=xbAO_L3kOrLqUtzrRQCwf8fPpBP01n7dUwM0rj3nI3g,928
1252
- tests/models/transformation/input/test_value.py,sha256=YUrCqryVFVBdTiwDbOUEmsDna1RHiOXrvDzaMg6npbM,931
1253
- tests/models/transformation/product/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1254
- tests/models/transformation/product/test_excreta.py,sha256=Q9OQpk8qVPv3alIz2i5XQ2RVp3hYbhBggnV_M9Y1ztk,1945
1255
- tests/models/usetoxV2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1256
- tests/models/usetoxV2/test_freshwaterEcotoxicityPotentialCtue.py,sha256=eq7Gcmfya9g0eOKKkuBhz8vq7xi_CmZ_LTSxueBwZt4,835
1257
- tests/models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1258
- tests/models/utils/test_array_builders.py,sha256=_ZxbKVReS9U2s6PhnXRqSKCsa9j-2Bxl8p_Fr7KHMBk,8418
1259
- tests/models/utils/test_background_emissions.py,sha256=0C7sl0UWIN9V_gcjB7HM6alMO72T4vj80Xf8uJ2xeOI,465
1260
- tests/models/utils/test_blank_node.py,sha256=F5pCV-5bKxqsrubjN1W-PACltBljF7z84_7lFBcDFJs,32871
1261
- tests/models/utils/test_cache_sources.py,sha256=xcGMVbYoV23YC4HLBTL_4qZP1ME2cp3DFebgJMxI2TE,721
1262
- tests/models/utils/test_crop.py,sha256=d508vQdtB_Q_6hEahNueXed5PaEiLeN7ScbwZIKCiDI,862
1263
- tests/models/utils/test_cropResidue.py,sha256=RmOgKEdnhvw9uJbSSLmGyeztFXqiqf7UwDfwrC64ArI,904
1264
- tests/models/utils/test_cropResidueManagement.py,sha256=RQt8lexeJzCyxZceIutgDpw7BpcqmjsUB0C0yZC2QpY,930
1265
- tests/models/utils/test_currency.py,sha256=BPsojPsY9QW2aj8vgbjkPQXU8GU6wDwwtPZ3HdC4KTU,277
1266
- tests/models/utils/test_dataCompleteness.py,sha256=Dx3qRUfEW6xqXPdaitJBny8bkfE6rdZvRO9EynuaPMc,1727
1267
- tests/models/utils/test_ecoClimateZone.py,sha256=Pzy1wuCqkz4Ftms-6eCxdYg1sdOVu8bobTNVd-TUm3U,4280
1268
- tests/models/utils/test_emission.py,sha256=N7Vk_CMsU5wy73nh_VoHtXDsp02R1oGalFwppYD8Bzo,1941
1269
- tests/models/utils/test_feedipedia.py,sha256=S7c1W4bJ5xWXPh42pPbl3R7lDX_iEeaEtFaPXgB7hgE,906
1270
- tests/models/utils/test_impact_assessment.py,sha256=XeIBY2-a-GQDrIjBlEupqUAOonrHVgpVSmw4nc7mql8,1582
1271
- tests/models/utils/test_indicator.py,sha256=JaG6K3oXyhEEG9acqrTgqd5e2Tt_llLTFbiLvp4G87Y,694
1272
- tests/models/utils/test_input.py,sha256=oUjgIYrqPf-KxgJB1mjbPlj95MbBp-4gQygQTJpI4rI,2441
1273
- tests/models/utils/test_liveAnimal.py,sha256=bntT4vULWsDF2DOigtiMjpS0gJS5ipalPsfrk-JxC-I,986
1274
- tests/models/utils/test_measurement.py,sha256=GjR4JzcGDHeBWdHQxxuV84BA7yOtWWIBiOgZXPpJkgI,3746
1275
- tests/models/utils/test_practice.py,sha256=_vUJZp1GyRtrH3GES5R00sqGz3Bho6hngqaN_0p5hOk,618
1276
- tests/models/utils/test_product.py,sha256=heEJiDMGP4h7iHEz0ukQ_7-5VxLLOJdSrQ9PFqwvRyI,2302
1277
- tests/models/utils/test_property.py,sha256=n69G6f2LimZopjh3l-0n4cjrKusy4GWH4XsOwOmfXKc,624
1278
- tests/models/utils/test_site.py,sha256=6jy4iCKAlxo_r1T0sXlkVTSIGT9C1r6qk9rfLCMmHo8,3115
1279
- tests/models/utils/test_source.py,sha256=P40VGf1Yr-cMUPQ4k3OT4AdWPsX2R5xTmhnRzGRQvo4,2018
1280
- tests/models/utils/test_term.py,sha256=M5Sa26v2gzQYbZ4H_fo7DspnaCx__-WtL-MULGapCWk,3509
1281
- tests/models/utils/test_time_series.py,sha256=LMhRPf8rp3nAriKAC-2K3FDkrMWntRTUUCERw7Lt68g,2686
1282
- tests/models/webbEtAl2012AndSintermannEtAl2012/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1283
- tests/models/webbEtAl2012AndSintermannEtAl2012/test_nh3ToAirOrganicFertiliser.py,sha256=qi2FNXS5Af2WDtm7nq_FsprH3BfCF0XxnE0XHmC4aIY,2244
1284
- tests/orchestrator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1285
- tests/orchestrator/test_models.py,sha256=uElZTnDKJeI-HWyfWQCWl74p93uP6qBIfDBXGxJnUgs,2045
1286
- tests/orchestrator/test_orchestrator.py,sha256=dlO4CKn04m__SZhDtvy1npvQUavVNhdcRe4Unj7wg6g,742
1287
- tests/orchestrator/test_utils.py,sha256=Sqysl2ocifLUeSbgGUdeRn0Sof0xVEeH4dgoXfe18yw,3050
1288
- tests/orchestrator/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1289
- tests/orchestrator/models/test_transformations.py,sha256=5s6Ts6_DzNvvxpgtqoA2YTnsTJFr_6xbwTNUkQmWr14,1441
1290
- tests/orchestrator/models/emissions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1291
- tests/orchestrator/models/emissions/test_deleted.py,sha256=55WOjXR2oeKxdRgXmJg4DgIY3f0asPMvez8b5fkT7LI,767
1292
- tests/orchestrator/strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1293
- tests/orchestrator/strategies/merge/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1294
- tests/orchestrator/strategies/merge/test_merge_append.py,sha256=T6_y3qDb4ZmZixzSZMNCYD-dbkIHFfvpayXo1K9-lNA,800
1295
- tests/orchestrator/strategies/merge/test_merge_default.py,sha256=iEia74Z7RflmxDZ3XzubN9yR8n5DR_CDSMyLIW1e8PU,198
1296
- tests/orchestrator/strategies/merge/test_merge_list.py,sha256=ANt7EZotwkm4dxaCRvrVUZnAo2T3Xk5zEfbDkA3nQVc,9855
1297
- tests/orchestrator/strategies/merge/test_merge_node.py,sha256=yCaIKFFdJcIANidQBJb95f50OPgm9wwTsuTEzhHumA0,3203
1298
- tests/orchestrator/strategies/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1299
- tests/orchestrator/strategies/run/test_add_blank_node_if_missing.py,sha256=K4xg4UAXfNhSaLyknKVPO7MGBF44Z_gD7CuZ_pe28gU,3512
1300
- tests/orchestrator/strategies/run/test_add_key_if_missing.py,sha256=hKwvk1ohcBVnQUCTiDhRW99J0xEa29BpwFi1KC0yWLE,329
1301
- tests/orchestrator/strategies/run/test_always.py,sha256=w5-Dhp6yLzgZGAeMRz3OrqZbbAed9gZ1O266a3z9k7w,134
1302
- hestia_earth_models-0.74.16.dist-info/METADATA,sha256=ycs7RzeRYtoGzBHHnfIw5MRX0sEEkYYcXRGbAznZPlY,4254
1303
- hestia_earth_models-0.74.16.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
1304
- hestia_earth_models-0.74.16.dist-info/top_level.txt,sha256=1dqA9TqpOLTEgpqa-YBsmbCmmNU1y56AtfFGEceZ2A0,19
1305
- hestia_earth_models-0.74.16.dist-info/RECORD,,
678
+ hestia_earth_models-0.75.0.dist-info/licenses/LICENSE,sha256=TD25LoiRJsA5CPUNrcyt1PXlGcbUGFMAeZoBcfCrCNE,1154
679
+ hestia_earth_models-0.75.0.dist-info/METADATA,sha256=dVOwqWqPoiQJbRImucOowYdxG3G0eqNMuY7rv9U1Pp8,4049
680
+ hestia_earth_models-0.75.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
681
+ hestia_earth_models-0.75.0.dist-info/top_level.txt,sha256=q0QxKEYx9uLpAD5ZtC7Ypq29smEPfOzEAn7Xv8XHGOQ,13
682
+ hestia_earth_models-0.75.0.dist-info/RECORD,,