#2614 do not create logical container neighborhoods#2615
Conversation
src/OSPSuite.Core/Domain/Mappers/NeighborhoodBuilderToNeighborhoodMapper.cs
Outdated
Show resolved
Hide resolved
|
The build has failed from this test |
|
Also |
|
The test if failing due to this error: "Organism|ArterialBlood|Plasma" -> is being set to Logical before the test, therefore, there is a further validation that ends up on this exception: I believe for this particular test we should be excluding this formula: This way the validation will not fail for this test, and still the Validation Messages will be added to the List. |
tests/OSPSuite.Core.IntegrationTests/ModelConstructorIntegrationTests.cs
Outdated
Show resolved
Hide resolved
tests/OSPSuite.Core.IntegrationTests/ModelConstructorIntegrationTests.cs
Outdated
Show resolved
Hide resolved
tests/OSPSuite.Core.IntegrationTests/ModelConstructorIntegrationTests.cs
Outdated
Show resolved
Hide resolved
msevestre
left a comment
There was a problem hiding this comment.
implementation looks perfect to me. One question regarding the tests
Fixes #2614
Description
Prevent neighborhoods with logicalcontainers to be created
Type of change
Please mark relevant options with an
xin the brackets.How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Reviewer checklist
Mark everything that needs to be checked before merging the PR.
This change requires a documentation updateabove is selectedScreenshots (if appropriate):
Questions (if appropriate):