You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Please check if the PR fulfills these requirements
2
+
-[ ] CHANGELOG.md is updated
3
+
-[ ] Docs have been added / updated if applicable
4
+
-[ ] Any new packages have been added to the [compat] section of Project.toml
5
+
-[ ] REopt version number is updated in Project.toml and CHANGELOG.md if merging into master (do this right before or right after merging)
6
+
-[ ] Tests for the changes have been added. These tests should compare against expected values that are calculated independently of running REopt. Tests should also include garbage collection (see other tests for examples).
7
+
-[ ] Any new REopt outputs and required inputs have been added to the corresponding Django model in the REopt API
8
+
9
+
### Replace this with a description of the changes (can just copy from CHANGELOG.md)
GHP evaluations must load in the [`GhpGhx.jl`](https://github.com/NREL/GhpGhx.jl) package separately because it has a more [restrictive license](https://github.com/NREL/GhpGhx.jl/blob/main/LICENSE.md) and is not a registered Julia package.
26
26
27
-
First add the GhpGhx.jl package to the project's dependencies from the package manager (`]`):
27
+
Install gcc via homebrew (if running on a Mac).
28
+
29
+
Add the GhpGhx.jl package to the project's dependencies from the package manager (`]`):
0 commit comments