-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #5314 - Add Tank Element Control Logic field to WaterHeaterHeatPump #5321
Conversation
clang-format is tripping. diff --git a/src/gltf/GltfMaterialData.hpp b/src/gltf/GltfMaterialData.hpp
index 531ad5aea7..675ad6783c 100644
--- a/src/gltf/GltfMaterialData.hpp
+++ b/src/gltf/GltfMaterialData.hpp
@@ -36,7 +36,7 @@ namespace gltf {
/** Standard constructor */
constexpr GltfMaterialData(std::string_view materialName, int r, int g, int b, double a, bool isDoubleSided = false)
- : m_materialName(materialName), m_r(r), m_g(g), m_b(b), m_a(a), m_isDoubleSided(isDoubleSided) {};
+ : m_materialName(materialName), m_r(r), m_g(g), m_b(b), m_a(a), m_isDoubleSided(isDoubleSided){};
static std::vector<GltfMaterialData> buildMaterials(const model::Model& model);
//@} OpenStudio/src/gltf/GltfMaterialData.hpp Line 39 in b01d323
|
And once again, we get an issue where an older VT test is now failing due to new VT rules... pfff. At some point we really should fix it by stopping VT at the target version |
b01d323
to
5ff2efd
Compare
5ff2efd
to
d42f008
Compare
…l / FT for WaterHeaterHeatPump
… NOT the E+ default for WaterHeaterHeatPumpWrappedCondenser
d42f008
to
2e37401
Compare
CI Results for 2e37401:
|
K, tests are clean on the ubuntus, and this is simple enough. I'm going to merge it, because we're piling PRs, and especially PRs with IDD changes, and with CI that's unreliable it's annoying |
Pull request overview
Pull Request Author
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.