hestia-earth-models 0.50.0__py3-none-any.whl → 0.51.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hestia-earth-models might be problematic. Click here for more details.

Files changed (58) hide show
  1. hestia_earth/models/agribalyse2016/fuelElectricity.py +7 -4
  2. hestia_earth/models/agribalyse2016/machineryInfrastructureDepreciatedAmountPerCycle.py +14 -5
  3. hestia_earth/models/cycle/input/ecoinventV3.py +10 -2
  4. hestia_earth/models/cycle/input/hestiaAggregatedData.py +5 -2
  5. hestia_earth/models/emepEea2019/co2ToAirFuelCombustion.py +5 -2
  6. hestia_earth/models/emepEea2019/n2OToAirFuelCombustionDirect.py +5 -2
  7. hestia_earth/models/emepEea2019/nh3ToAirExcreta.py +10 -4
  8. hestia_earth/models/emepEea2019/noxToAirFuelCombustion.py +5 -2
  9. hestia_earth/models/emepEea2019/so2ToAirFuelCombustion.py +5 -2
  10. hestia_earth/models/emepEea2019/utils.py +22 -3
  11. hestia_earth/models/environmentalFootprintV3/{freshwaterEcotoxicityPotentialPaf.py → freshwaterEcotoxicityPotentialCtue.py} +2 -2
  12. hestia_earth/models/geospatialDatabase/aware.py +5 -4
  13. hestia_earth/models/geospatialDatabase/ecoregion.py +5 -4
  14. hestia_earth/models/geospatialDatabase/region.py +7 -11
  15. hestia_earth/models/geospatialDatabase/utils.py +39 -25
  16. hestia_earth/models/geospatialDatabase/waterDepth.py +5 -4
  17. hestia_earth/models/impact_assessment/__init__.py +3 -3
  18. hestia_earth/models/ipcc2019/ch4ToAirExcreta.py +4 -2
  19. hestia_earth/models/ipcc2019/croppingDuration.py +1 -1
  20. hestia_earth/models/ipcc2019/n2OToAirInorganicFertiliserIndirect.py +106 -0
  21. hestia_earth/models/ipcc2019/n2OToAirOrganicFertiliserIndirect.py +108 -0
  22. hestia_earth/models/ipcc2019/utils.py +37 -0
  23. hestia_earth/models/jarvisAndPain1994/__init__.py +13 -0
  24. hestia_earth/models/jarvisAndPain1994/n2ToAirExcreta.py +53 -0
  25. hestia_earth/models/koble2014/aboveGroundCropResidue.py +44 -21
  26. hestia_earth/models/koble2014/utils.py +5 -1
  27. hestia_earth/models/log.py +19 -0
  28. hestia_earth/models/mocking/search-results.json +301 -252
  29. hestia_earth/models/pooreNemecek2018/aboveGroundCropResidueTotal.py +15 -8
  30. hestia_earth/models/pooreNemecek2018/plantationProductiveLifespan.py +18 -6
  31. hestia_earth/models/pooreNemecek2018/rotationDuration.py +15 -5
  32. hestia_earth/models/pooreNemecek2018/utils.py +4 -2
  33. hestia_earth/models/schmidt2007/__init__.py +13 -0
  34. hestia_earth/models/schmidt2007/ch4ToAirWasteTreatment.py +60 -0
  35. hestia_earth/models/schmidt2007/utils.py +16 -0
  36. hestia_earth/models/transformation/input/excreta.py +4 -2
  37. hestia_earth/models/transformation/product/excreta.py +2 -2
  38. hestia_earth/models/usetoxV2/{freshwaterEcotoxicityPotentialPaf.py → freshwaterEcotoxicityPotentialCtue.py} +2 -2
  39. hestia_earth/models/utils/term.py +6 -0
  40. hestia_earth/models/version.py +1 -1
  41. {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/METADATA +2 -2
  42. {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/RECORD +58 -44
  43. tests/models/emepEea2019/test_utils.py +17 -3
  44. tests/models/environmentalFootprintV3/{test_freshwaterEcotoxicityPotentialPaf.py → test_freshwaterEcotoxicityPotentialCtue.py} +1 -1
  45. tests/models/geospatialDatabase/test_region.py +4 -5
  46. tests/models/geospatialDatabase/test_utils.py +10 -1
  47. tests/models/ipcc2019/test_n2OToAirInorganicFertiliserIndirect.py +48 -0
  48. tests/models/ipcc2019/test_n2OToAirOrganicFertiliserIndirect.py +48 -0
  49. tests/models/jarvisAndPain1994/__init__.py +0 -0
  50. tests/models/jarvisAndPain1994/test_n2ToAirExcreta.py +37 -0
  51. tests/models/koble2014/test_aboveGroundCropResidue.py +13 -0
  52. tests/models/schmidt2007/__init__.py +0 -0
  53. tests/models/schmidt2007/test_ch4ToAirWasteTreatment.py +45 -0
  54. tests/models/schmidt2007/test_utils.py +39 -0
  55. tests/models/usetoxV2/{test_freshwaterEcotoxicityPotentialPaf.py → test_freshwaterEcotoxicityPotentialCtue.py} +1 -1
  56. {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/LICENSE +0 -0
  57. {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/WHEEL +0 -0
  58. {hestia_earth_models-0.50.0.dist-info → hestia_earth_models-0.51.1.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@ from unittest.mock import patch
2
2
  import json
3
3
  from tests.utils import fixtures_path, fake_new_indicator
4
4
 
5
- from hestia_earth.models.usetoxV2.freshwaterEcotoxicityPotentialPaf import MODEL, TERM_ID, run
5
+ from hestia_earth.models.usetoxV2.freshwaterEcotoxicityPotentialCtue import MODEL, TERM_ID, run
6
6
 
7
7
  class_path = f"hestia_earth.models.{MODEL}.{TERM_ID}"
8
8
  fixtures_folder = f"{fixtures_path}/{MODEL}/{TERM_ID}"