ecoengine 3.2.2__tar.gz → 3.2.4__tar.gz

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.
Files changed (80) hide show
  1. {ecoengine-3.2.2 → ecoengine-3.2.4}/PKG-INFO +3 -3
  2. {ecoengine-3.2.2 → ecoengine-3.2.4}/pyproject.toml +3 -3
  3. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/MP_RTPInSeriesSystem.py +2 -10
  4. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/SP_RTPInParallelSystem.py +11 -17
  5. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/SP_RTPInSeriesSystem.py +3 -10
  6. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/PKG-INFO +3 -3
  7. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/requires.txt +2 -2
  8. {ecoengine-3.2.2 → ecoengine-3.2.4}/README.md +0 -0
  9. {ecoengine-3.2.2 → ecoengine-3.2.4}/setup.cfg +0 -0
  10. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/__init__.py +0 -0
  11. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/constants/__init__.py +0 -0
  12. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/constants/constants.py +0 -0
  13. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/__init__.py +0 -0
  14. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/DryBulbTemperatures_ByClimateZone.csv +0 -0
  15. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/InletWaterTemperatures_ByClimateZone.csv +0 -0
  16. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/WeatherStation_ClimateZone_Lookup.csv +0 -0
  17. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/ZipCode_ClimateZone_Lookup.csv +0 -0
  18. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/__init__.py +0 -0
  19. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/climate_data/kGperkWh_ByClimateZone.csv +0 -0
  20. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/__init__.py +0 -0
  21. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/apartment.json +0 -0
  22. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/elementary_school.json +0 -0
  23. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/food_service_a.json +0 -0
  24. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/food_service_b.json +0 -0
  25. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/junior_high.json +0 -0
  26. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/mens_dorm.json +0 -0
  27. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/motel.json +0 -0
  28. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/multi_family.json +0 -0
  29. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/nursing_home.json +0 -0
  30. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/office_building.json +0 -0
  31. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/senior_high.json +0 -0
  32. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/load_shapes/womens_dorm.json +0 -0
  33. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/__init__.py +0 -0
  34. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/maps.json +0 -0
  35. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH3_SP_bounds.pkl +0 -0
  36. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH3_SP_capacity_interpolator.pkl +0 -0
  37. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH3_SP_power_in_interpolator.pkl +0 -0
  38. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH4_MP_bounds.pkl +0 -0
  39. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH4_MP_capacity_interpolator.pkl +0 -0
  40. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/GenericHPWH4_MP_power_in_interpolator.pkl +0 -0
  41. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/data/preformanceMaps/pkls/__init__.py +0 -0
  42. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/interfaces/EcosizerEngine.py +0 -0
  43. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/interfaces/Simulator.py +0 -0
  44. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/interfaces/__init__.py +0 -0
  45. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/__init__.py +0 -0
  46. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/Building.py +0 -0
  47. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/ClimateZone.py +0 -0
  48. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/UtilityCostTracker.py +0 -0
  49. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/building/__init__.py +0 -0
  50. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/__init__.py +0 -0
  51. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/Controls.py +0 -0
  52. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/PerformanceMap.py +0 -0
  53. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/WaterHeater.py +0 -0
  54. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/heating/__init__.py +0 -0
  55. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/EnergyTank.py +0 -0
  56. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/MixedStorageTank.py +0 -0
  57. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/SlugOverlayTank.py +0 -0
  58. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/StorageTank.py +0 -0
  59. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/StratifiedTank.py +0 -0
  60. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/components/storage/__init__.py +0 -0
  61. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/DHWSystem.py +0 -0
  62. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/InstantWHSystem.py +0 -0
  63. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/MPNoRecircSystem.py +0 -0
  64. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/__init__.py +0 -0
  65. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/ParallelLoopSystem.py +0 -0
  66. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/RecircSystem.py +0 -0
  67. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingDualFuelSystem.py +0 -0
  68. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingERTrdOffSystem.py +0 -0
  69. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/SwingSystem.py +0 -0
  70. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/recirc_systems/__init__.py +0 -0
  71. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/MultiPassRTPSystem.py +0 -0
  72. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/RTPSystem.py +0 -0
  73. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/SinglePassRTPSystem.py +0 -0
  74. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/rtp_systems/__init__.py +0 -0
  75. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/dhwsystems/utils.py +0 -0
  76. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/simulation/SimulationRun.py +0 -0
  77. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine/objects/simulation/__init__.py +0 -0
  78. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/SOURCES.txt +0 -0
  79. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/dependency_links.txt +0 -0
  80. {ecoengine-3.2.2 → ecoengine-3.2.4}/src/ecoengine.egg-info/top_level.txt +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecoengine
3
- Version: 3.2.2
3
+ Version: 3.2.4
4
4
  Requires-Python: >=3.11
5
5
  Requires-Dist: numpy<3.0,>=2.4
6
6
  Requires-Dist: scipy<2.0,>=1.17
7
- Requires-Dist: plotly<8.0,>=7.0
8
- Requires-Dist: kaleido>=1.3.0
7
+ Requires-Dist: plotly==4.12.0
8
+ Requires-Dist: kaleido==0.2.1
9
9
  Provides-Extra: docs
10
10
  Requires-Dist: sphinx>=6; extra == "docs"
11
11
  Requires-Dist: furo; extra == "docs"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ecoengine"
7
- version = "3.2.2"
7
+ version = "3.2.4"
8
8
  requires-python = ">=3.11"
9
9
 
10
10
  # Ranges are bounded on purpose, and the shared ones are kept in sync with
@@ -31,8 +31,8 @@ requires-python = ">=3.11"
31
31
  dependencies = [
32
32
  "numpy>=2.4,<3.0",
33
33
  "scipy>=1.17,<2.0",
34
- "plotly>=7.0,<8.0",
35
- "kaleido>=1.3.0",
34
+ "plotly==4.12.0",
35
+ "kaleido==0.2.1"
36
36
  ]
37
37
 
38
38
  [project.optional-dependencies]
@@ -234,16 +234,8 @@ class MP_RTPInSeriesSystem(MultiPassRTPSystem):
234
234
  control_map = control_map,
235
235
  drawdown_fract = self.storage_tank.drawdown_fract,
236
236
  )
237
- result = {
238
- "min_capacity_kbtuh": comparison_system._minimum_capacity_kbtuh,
239
- "min_storage_storageT_gal": comparison_system._minimum_storage_storageT_gal,
240
- }
241
- if result["min_capacity_kbtuh"] >= nominal_capacity_kbtuh and result["min_storage_storageT_gal"] >= nominal_storage_gal:
242
- # redirect user to base model
243
- self.fallback_system = comparison_system
244
- return
245
- else:
246
- raise e
237
+ self.fallback_system = comparison_system
238
+ return
247
239
 
248
240
  # ------------------------------------------------------------------
249
241
  # Gas backup sizing helpers
@@ -287,23 +287,17 @@ class SP_RTPInParallelSystem(SinglePassRTPSystem):
287
287
  control_map = control_map,
288
288
  load_shift_fract_total_vol = 1.0,
289
289
  )
290
- result = {
291
- "min_capacity_kbtuh": comparison_system._minimum_capacity_kbtuh,
292
- "min_storage_storageT_gal": comparison_system._minimum_storage_storageT_gal,
293
- }
294
- if result["min_capacity_kbtuh"] >= nominal_capacity_kbtuh and result["min_storage_storageT_gal"] >= nominal_storage_gal:
295
- # redirect user to base model
296
- self.fallback_system = comparison_system
297
- return
298
- else:
299
-
300
- raise ValueError(
301
- "The primary system is already adequately sized: "
302
- f"outage duration was {sim_run.outage_minutes} min "
303
- f"(threshold {self._MIN_OUTAGE_MIN} min) and max temperature deficit "
304
- f"was {max_deficit_f:.2f} °F (threshold {self._MIN_DEFICIT_F:.1f} °F). "
305
- "No gas backup is required."
306
- )
290
+
291
+ self.fallback_system = comparison_system
292
+ return
293
+
294
+ # raise ValueError(
295
+ # "The primary system is already adequately sized: "
296
+ # f"outage duration was {sim_run.outage_minutes} min "
297
+ # f"(threshold {self._MIN_OUTAGE_MIN} min) and max temperature deficit "
298
+ # f"was {max_deficit_f:.2f} °F (threshold {self._MIN_DEFICIT_F:.1f} °F). "
299
+ # "No gas backup is required."
300
+ # )
307
301
 
308
302
  # The amount of storage (supply temp gallons) the gas is able to keep in a worst case scenario
309
303
  design_inlet = self._require_design_inlet_temp(building)
@@ -227,16 +227,9 @@ class SP_RTPInSeriesSystem(SinglePassRTPSystem):
227
227
  control_map = control_map,
228
228
  load_shift_fract_total_vol = 1.0,
229
229
  )
230
- result = {
231
- "min_capacity_kbtuh": comparison_system._minimum_capacity_kbtuh,
232
- "min_storage_storageT_gal": comparison_system._minimum_storage_storageT_gal,
233
- }
234
- if result["min_capacity_kbtuh"] >= nominal_capacity_kbtuh and result["min_storage_storageT_gal"] >= nominal_storage_gal:
235
- # redirect user to base model
236
- self.fallback_system = comparison_system
237
- return
238
- else:
239
- raise e
230
+
231
+ self.fallback_system = comparison_system
232
+ return
240
233
 
241
234
 
242
235
 
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecoengine
3
- Version: 3.2.2
3
+ Version: 3.2.4
4
4
  Requires-Python: >=3.11
5
5
  Requires-Dist: numpy<3.0,>=2.4
6
6
  Requires-Dist: scipy<2.0,>=1.17
7
- Requires-Dist: plotly<8.0,>=7.0
8
- Requires-Dist: kaleido>=1.3.0
7
+ Requires-Dist: plotly==4.12.0
8
+ Requires-Dist: kaleido==0.2.1
9
9
  Provides-Extra: docs
10
10
  Requires-Dist: sphinx>=6; extra == "docs"
11
11
  Requires-Dist: furo; extra == "docs"
@@ -1,7 +1,7 @@
1
1
  numpy<3.0,>=2.4
2
2
  scipy<2.0,>=1.17
3
- plotly<8.0,>=7.0
4
- kaleido>=1.3.0
3
+ plotly==4.12.0
4
+ kaleido==0.2.1
5
5
 
6
6
  [docs]
7
7
  sphinx>=6
File without changes
File without changes