hestia-earth-models 0.54.2__py3-none-any.whl → 0.55.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 (91) hide show
  1. hestia_earth/models/cycle/completeness/{other.py → seed.py} +5 -5
  2. hestia_earth/models/cycle/completeness/{soilAmendments.py → soilAmendment.py} +4 -4
  3. hestia_earth/models/cycle/product/economicValueShare.py +2 -2
  4. hestia_earth/models/environmentalFootprintV3/freshwaterEcotoxicityPotentialCtue.py +1 -1
  5. hestia_earth/models/geospatialDatabase/drainageClass.py +2 -2
  6. hestia_earth/models/ipcc2019/co2ToAirLimeHydrolysis.py +3 -1
  7. hestia_earth/models/ipcc2019/organicCarbonPerHa.py +14 -15
  8. hestia_earth/models/lcImpactAllEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  9. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  10. hestia_earth/models/lcImpactAllEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  11. hestia_earth/models/lcImpactAllEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  12. hestia_earth/models/lcImpactAllEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  13. hestia_earth/models/lcImpactAllEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  14. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  15. hestia_earth/models/lcImpactAllEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  16. hestia_earth/models/lcImpactAllEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  17. hestia_earth/models/lcImpactAllEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  18. hestia_earth/models/lcImpactCertainEffects100Years/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  19. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  20. hestia_earth/models/lcImpactCertainEffects100Years/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  21. hestia_earth/models/lcImpactCertainEffects100Years/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  22. hestia_earth/models/lcImpactCertainEffects100Years/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  23. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToFreshwaterEcosystemsFreshwaterEcotoxicity.py +1 -1
  24. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityCancerogenic.py +1 -1
  25. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToHumanHealthHumanToxicityNonCancerogenic.py +1 -1
  26. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToMarineEcosystemsMarineEcotoxicity.py +1 -1
  27. hestia_earth/models/lcImpactCertainEffectsInfinite/damageToTerrestrialEcosystemsTerrestrialEcotoxicity.py +1 -1
  28. hestia_earth/models/mocking/search-results.json +76 -64
  29. hestia_earth/models/pooreNemecek2018/excretaKgN.py +2 -2
  30. hestia_earth/models/pooreNemecek2018/excretaKgVs.py +2 -2
  31. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterCropResidueDecomposition.py +1 -1
  32. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterExcreta.py +1 -1
  33. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterInorganicFertiliser.py +1 -1
  34. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterOrganicFertiliser.py +1 -1
  35. hestia_earth/models/pooreNemecek2018/no3ToGroundwaterSoilFlux.py +1 -1
  36. hestia_earth/models/recipe2016Egalitarian/ecosystemDamageOzoneFormation.py +1 -1
  37. hestia_earth/models/recipe2016Egalitarian/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  38. hestia_earth/models/recipe2016Egalitarian/humanCarcinogenicToxicity.py +1 -1
  39. hestia_earth/models/recipe2016Egalitarian/humanDamageOzoneFormation.py +1 -1
  40. hestia_earth/models/recipe2016Egalitarian/humanNonCarcinogenicToxicity.py +1 -1
  41. hestia_earth/models/recipe2016Egalitarian/marineAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  42. hestia_earth/models/recipe2016Egalitarian/terrestrialEcotoxicityPotential14Dcbeq.py +1 -1
  43. hestia_earth/models/recipe2016Hierarchist/ecosystemDamageOzoneFormation.py +1 -1
  44. hestia_earth/models/recipe2016Hierarchist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  45. hestia_earth/models/recipe2016Hierarchist/humanCarcinogenicToxicity.py +1 -1
  46. hestia_earth/models/recipe2016Hierarchist/humanDamageOzoneFormation.py +1 -1
  47. hestia_earth/models/recipe2016Hierarchist/humanNonCarcinogenicToxicity.py +1 -1
  48. hestia_earth/models/recipe2016Hierarchist/marineAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  49. hestia_earth/models/recipe2016Hierarchist/terrestrialEcotoxicityPotential14Dcbeq.py +1 -1
  50. hestia_earth/models/recipe2016Individualist/ecosystemDamageOzoneFormation.py +1 -1
  51. hestia_earth/models/recipe2016Individualist/freshwaterAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  52. hestia_earth/models/recipe2016Individualist/humanCarcinogenicToxicity.py +1 -1
  53. hestia_earth/models/recipe2016Individualist/humanDamageOzoneFormation.py +1 -1
  54. hestia_earth/models/recipe2016Individualist/humanNonCarcinogenicToxicity.py +1 -1
  55. hestia_earth/models/recipe2016Individualist/marineAquaticEcotoxicityPotential14Dcbeq.py +1 -1
  56. hestia_earth/models/recipe2016Individualist/terrestrialEcotoxicityPotential14Dcbeq.py +1 -1
  57. hestia_earth/models/schmidt2007/utils.py +1 -1
  58. hestia_earth/models/site/pre_checks/cache_geospatialDatabase.py +1 -1
  59. hestia_earth/models/stehfestBouwman2006/n2OToAirCropResidueDecompositionDirect.py +1 -1
  60. hestia_earth/models/stehfestBouwman2006/n2OToAirExcretaDirect.py +1 -1
  61. hestia_earth/models/stehfestBouwman2006/n2OToAirInorganicFertiliserDirect.py +1 -1
  62. hestia_earth/models/stehfestBouwman2006/n2OToAirOrganicFertiliserDirect.py +1 -1
  63. hestia_earth/models/stehfestBouwman2006/n2OToAirSoilFlux.py +1 -1
  64. hestia_earth/models/stehfestBouwman2006/noxToAirCropResidueDecomposition.py +1 -1
  65. hestia_earth/models/stehfestBouwman2006/noxToAirExcreta.py +1 -1
  66. hestia_earth/models/stehfestBouwman2006/noxToAirInorganicFertiliser.py +1 -1
  67. hestia_earth/models/stehfestBouwman2006/noxToAirOrganicFertiliser.py +1 -1
  68. hestia_earth/models/stehfestBouwman2006/noxToAirSoilFlux.py +1 -1
  69. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirCropResidueDecomposition.py +1 -1
  70. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirExcreta.py +1 -1
  71. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirInorganicFertiliser.py +1 -1
  72. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirOrganicFertiliser.py +1 -1
  73. hestia_earth/models/stehfestBouwman2006GisImplementation/noxToAirSoilFlux.py +1 -1
  74. hestia_earth/models/usetoxV2/freshwaterEcotoxicityPotentialCtue.py +1 -1
  75. hestia_earth/models/utils/cycle.py +3 -3
  76. hestia_earth/models/utils/measurement.py +1 -1
  77. hestia_earth/models/utils/pesticideAI.py +2 -2
  78. hestia_earth/models/utils/product.py +2 -0
  79. hestia_earth/models/version.py +1 -1
  80. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/METADATA +2 -2
  81. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/RECORD +91 -91
  82. tests/models/cycle/completeness/{test_other.py → test_seed.py} +1 -1
  83. tests/models/cycle/completeness/{test_soilAmendments.py → test_soilAmendment.py} +1 -1
  84. tests/models/cycle/product/test_economicValueShare.py +2 -2
  85. tests/models/ipcc2019/test_organicCarbonPerHa.py +32 -4
  86. tests/models/pooreNemecek2018/test_excretaKgN.py +2 -2
  87. tests/models/pooreNemecek2018/test_excretaKgVs.py +2 -2
  88. tests/models/utils/test_source.py +1 -1
  89. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/LICENSE +0 -0
  90. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/WHEEL +0 -0
  91. {hestia_earth_models-0.54.2.dist-info → hestia_earth_models-0.55.0.dist-info}/top_level.txt +0 -0
@@ -12,7 +12,7 @@ search_results = [{
12
12
 
13
13
 
14
14
  def test_list_sources():
15
- assert len(_list_sources()) == 10
15
+ assert len(_list_sources()) == 11
16
16
 
17
17
 
18
18
  @patch(f"{class_path}.search", return_value=search_results)