Skip to content

Commit

Permalink
[HOTFIX] pypi opyplus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Sep 26, 2024
1 parent 60383f8 commit b98e3ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
16 changes: 6 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ eppy = "^0.5.63"
tqdm = "^4.66.5"
xlsxwriter = "^3.2.0"
# GitHub Repositories direct dependencies
opyplus = {git = "https://github.com/AlejandroCN7/opyplus.git", branch = "master"}
opyplus = "^2.0.7"

# -------------------------------------------------------------------------- #
# Optional dependencies #
Expand Down
4 changes: 2 additions & 2 deletions sinergym/config/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ModelJSON(object):
:param weather_files: Available weather files for each episode.
:param _weather_path: EPW path origin for apply weather to simulation in current episode.
:param _ddy_path: DDY path origin for get DesignDays and weather Location.
:param _idd: IDD opyplus object to set up Epm.
:param _idd: IDD eppy object to set up Epm.
:param _variables: Output:Variable(s) information about building model.
:param _meters: Output:Meter(s) information about building model.
:param _actuators: Actuators information about building model.
Expand All @@ -33,7 +33,7 @@ class ModelJSON(object):
:param max_ep_store: Number of episodes directories will be stored in experiment_path.
:param config: Dict config with extra configuration which is required to modify building model (may be None).
:param building: Building model (Dictionary extracted from JSON).
:param ddy_model: opyplus Epm object with DDY model.
:param ddy_model: eppy object with DDY model.
:param weather_data: opyplus WeatherData object with EPW data.
:param zone_names: List of the zone names available in the building.
:param schedulers: Information in Dict format about all building schedulers.
Expand Down

0 comments on commit b98e3ef

Please sign in to comment.