Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Commit of all tests adapted to removal of geometry point from loop/geometrypointstring.

Related to Issue [MWDAM-2764]

    • -187
    • +199
    ./MacroStabilityCommon/PlLinesToWaternetConverterTests.cs
    • -3
    • +3
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
    • -2
    • +2
    ./MacroStabilityCommon/MacroStabilityIoTests.cs
    • -30
    • +18
    ./TestHelpers/DamEngineDataTestFactory.cs
    • -2
    • +2
    ./MacroStabilityInwards/BishopGridCreatorTests.cs
    • -28
    • +28
    ./MacroStabilityCommon/MacroStabilityCommonHelperTests.cs
    • -210
    • +166
    ./Common/SoilProfile2DHelperTests.cs
  1. … 22 more files in changeset.
Unwanted validation error (about exponent m) returns by macrostability is avoided

Related to Issue [MWDAM-2762]

    • -0
    • +17
    ./MacroStabilityCommon/ConversionHelperTests.cs
  1. … 1 more file in changeset.
Only code refactoring

Related to Issue [MWDAM-2638]

    • -6
    • +1
    ./MacroStabilityCommon/MacroStabilityIoTests.cs
  1. … 1 more file in changeset.
Waternet line associated to an empty PL line (no points) is not created

Related to Issue [MWDAM-2733]

    • -22
    • +1
    ./MacroStabilityCommon/PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Reduction of PL3/PL4 implemented when the aquifer intersects the surface line (i.e. the ditch)

Related to Issue [MWDAM-2691]

  1. … 4 more files in changeset.
Removed Geometry2DSectionAssembler.cs

Related to Issue [MWDAM-2160]

    • -46
    • +0
    ./Assemblers/TestData/ProfileOutput.xml
    • -119
    • +0
    ./Assemblers/Geometry2DSectionAssemblerTest.cs
  1. … 2 more files in changeset.
Remove code for reading sti files.

Related to Issue [MWDAM-2160]

    • -1
    • +1
    ./Assemblers/Geometry2DSectionAssemblerTest.cs
Remove code for reading sti files.

Related to Issue [MWDAM-2160]

    • -1
    • +1
    ./Assemblers/TestData/ProfileOutput.xml
    • -2
    • +0
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
  1. … 25 more files in changeset.
In-between aquifers situated at the left side of DikeToeAtPolder are not taken into account.

Unit tets added.

Related to Issue [MWDAM-2720]

    • -70
    • +141
    ./MacroStabilityCommon/PlLinesToWaternetConverterTests.cs
  1. … 3 more files in changeset.
Waternet lines for in-between aquifer cluster with vertical part is improved by connecting the points to create a unique line

Related to Issue [MWDAM-2716]

    • -59
    • +40
    ./Common/SoilProfile2DHelperTests.cs
  1. … 1 more file in changeset.
Fix unit test

Related to Issue [MWDAM-2474]

    • -1
    • +1
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
  1. … 1 more file in changeset.
Determination of the top and bottom aquifers improved in case of cluster.

Unit tests added.

Related to Issue [MWDAM-2716]

    • -14
    • +65
    ./Common/SoilProfile2DHelperTests.cs
  1. … 1 more file in changeset.
Determination of the boundaries of the in-between aquifers improved to deal with in-between aquifers cutting the not vertical geometry limit.

Unit test added.

Related to Issue [MWDAM-2716]

    • -90
    • +164
    ./Common/SoilProfile2DHelperTests.cs
    • -1
    • +16
    ./MacroStabilityCommon/PlLinesToWaternetConverterTests.cs
  1. … 4 more files in changeset.
Reimplemented remove shift.

Related to Issue [MWDAM-2677]

    • -12
    • +12
    ./MacroStabilityCommon/MacroStabilityCommonHelperTests.cs
  1. … 7 more files in changeset.
Removed RRatio from Test data.

Related to Issue [MWDAM-2711]

    • -2
    • +0
    ./MacroStabilityCommon/ConversionHelperTests.cs
Reverted remove shift until UI is OK.

Related to Issue [MWDAM-2677]

    • -12
    • +12
    ./MacroStabilityCommon/MacroStabilityCommonHelperTests.cs
  1. … 9 more files in changeset.
Removed using shift as that should be a task in the UI, not in the engine.

Related to Issue [MWDAM-2677]

    • -12
    • +12
    ./MacroStabilityCommon/MacroStabilityCommonHelperTests.cs
  1. … 8 more files in changeset.
Connect DamEngine with Mac Kernel.

Related to Issue [MWDAM-2575]

    • -0
    • +4
    ./MacroStabilityCommon/ConversionHelperTests.cs
  1. … 2 more files in changeset.
Clean-up in MStabParameters.cs : obsolete parameters removed

Related to Issue [MWDAM-2565]

    • -20
    • +0
    ./MacroStabilityCommon/ConversionHelperTests.cs
  1. … 6 more files in changeset.
Adapted to review: obsolete parameter IsTangentLinesAutomatic for Bishop removed

Related to Issue [MWDAM-2665]

    • -1
    • +0
    ./MacroStabilityInwards/BishopGridCreatorTests.cs
  1. … 3 more files in changeset.
The shift of the geometry compared to the surface line is implemented and tested.

Related to Issue [MWDAM-2677]

    • -13
    • +13
    ./MacroStabilityCommon/MacroStabilityCommonHelperTests.cs
  1. … 7 more files in changeset.
New choice (Automatic) added for Tangent line definition of UpliftVan, connected to the automatic method of Mac kernel

Related to Issue [MWDAM-2659]

    • -12
    • +12
    ./MacroStabilityInwards/UpliftVanGridCreatorTests.cs
    • -4
    • +12
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
    • -1
    • +1
    ./MacroStabilityCommon/MacroStabilityIoTests.cs
  1. … 6 more files in changeset.
Search area input is improved for Bishop (to fit the input of the MAC kernel) by using a new input parameter "BishopSearchAreaDetermination" (Automatic or Specified) which replaces the search method for grid and the search method for tangent lines.

Unit tests updated.

Related to Issue [MWDAM-2665]

    • -1
    • +1
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
    • -20
    • +19
    ./MacroStabilityInwards/BishopGridCreatorTests.cs
    • -1
    • +1
    ./MacroStabilityInwards/UpliftVanGridCreatorTests.cs
    • -1
    • +1
    ./MacroStabilityCommon/MacroStabilityIoTests.cs
  1. … 12 more files in changeset.
Expected number of messages updated with new number

Related to Issue [MWDAM-2639]

    • -2
    • +2
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
Determination of the tangent lines levels for Specified is reverted because needed by Mac kernel

Related to Issue [MWDAM-2639]

    • -1
    • +1
    ./MacroStabilityInwards/UpliftVanGridCreatorTests.cs
    • -1
    • +1
    ./MacroStabilityInwards/BishopGridCreatorTests.cs
  1. … 2 more files in changeset.
Determination of the tangent lines (automatic or on boundary lines) is corrected (was reversed).

Unit tests added.

Related to Issue [MWDAM-2639]

    • -0
    • +164
    ./MacroStabilityInwards/BishopGridCreatorTests.cs
    • -131
    • +175
    ./MacroStabilityInwards/UpliftVanGridCreatorTests.cs
    • -80
    • +86
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
  1. … 7 more files in changeset.
The determination of the position of the Uplift Van grid with specified size is improved by using the point with the lowest uplift factor as grid boundary

Related to Issue [MWDAM-2608]

    • -139
    • +106
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
    • -1
    • +1
    ./MacroStabilityInwards/UpliftVanGridCreatorTests.cs
  1. … 10 more files in changeset.
2 refinement steps are used for the grid and the tangent lines.

Unit tests updated with new calculated values.

Related to Issue [MWDAM-2609]

    • -28
    • +28
    ./MacroStabilityInwards/MacroStabilityInwardsKernelWrapperTests.cs
  1. … 2 more files in changeset.
Convert soilProfile1D to soilProfile2D for Standard and SemiTimeDependent in CreateWaternetLineForPhreaticLine.

Related to Issue [MWDAM-2623]

    • -15
    • +22
    ./MacroStabilityCommon/PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Also check values when Grid is Automatic

Related to Issue [MWDAM-2600]

    • -18
    • +46
    ./MacroStabilityInwards/UpliftVanGridCreatorTests.cs