-
Notifications
You must be signed in to change notification settings - Fork 15
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
7.3 Deployment #3415
7.3 Deployment #3415
Conversation
Co-authored-by: Pawel Baran <[email protected]>
…erties of types that have multiple matching types (#3371)
…orted and MatchScore (#3377)
… use Panel properties
@BHoMBot check code-compliance |
@IsakNaslundBh to confirm, the following actions are now queued:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving Diffing_Engine based on the Diffing Testing procedure.
Reviewed for Facades_Engine. Script functions as expected per Facade Engine test procedure |
Reviewed for Lighting_Engine. Script functions as expected per Lighting Engine test procedure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed for Facades using the 9/17 beta artefact, all is behaving as expected per the test procedure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding Environment_Engine only: Tested as per test procedure, test results saved in 'Physics 7.3 testing plan'. No issues found in Environment_Engine that would block a merge.
@BHoMBot just to let you know, I have provided a |
BHoM_Engine
Feature
DistinctSuites
which gets all the unique suites for testing from theContaminantSamples
on aBorehole
;IsValid
method and outputs;IsValid()
;ContaminantProperty
method to return anIContaminantProperty
based onType
;ConsolidateStrata
method that uses a property to combine sequentialStratum
. For example, combiningStratum
with the sameObservedGeology
property.blankGeology
from theCreate
method forStratum
and versioned the method;Geometry()
method forStem
andRetainingWall
IsNull()
method forStem
andRetainingWall
SolidVolume()
method forStem
andRetainingWall
MaterialComposition()
method forStem
andRetainingWall
SetOutlineElements(List<IElement1D> outlineElements1D)
method forStem
OutlineElemets1D()
method forStem
Geometry3D()
method forStem
andRetainingWall
IsQuad
,IsTriangular
,IsRectangular
,IsSquare
to theGeometry
namespace so that it can be used onPolyCurve
s the methods inBH.Engine.Analytical
are unchanged, and just reference theGeometry
methods.Bug
UnitTest
s forExtractAll
,ExtractTop
,ExtractSorted
andMatchScore
to reflect the changes made inSearch_oM
.Edge
existed in the opposite direction to thePanel
would caush an error forPanelToFEMesh
;DiscontinuityPoints()
did not work forPolyCurve
;DiscontinuityPoints()
to include openPolyCurve
s;FEMeshToPanel
andPanelToFEMesh
as the data was empty.PileFoundation
Geometry methodPileFoundation
Geometry
method to useIRegion
Geometry
method for thePileCap
.Compliance
ConsolidateStrata
method;GeometryHash
as the method was completey reworked;.NullOrEmptyCheck
inSerialise
method forIBHoMObject
s to just checknull
forName
properties;CellularSectionFromBase
following changes to theSerialse
method;Hashset<int>
in theCustomData
causing it to fail.ExplictType
forHashset<T>
to avoid failingUnitTest
;URL
unit test that was causing anull
execption;URL
,IsPrototype
andDocumentationURL
unittests;AllTypesIObject()
andVersinoing
from Serialiser_Engine_Tests because the[Ignore]
attribute is not working as inteded for CI;BitMap
as test is not functioning as intended for CI.CellularSectionFromBase
;