Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Waternet line for in-between aquifer changed into 2 lines instead of a close boundary to be correctly displayed in STIX file.

Related to Issue [MWDAM-2242]

    • -54
    • +67
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Added check on surfaceline being strict ascending

Related to Issue [MWDAM-2132]

    • -0
    • +10
    ./MacroStabilityCommonHelperTests.cs
  1. … 4 more files in changeset.
Adapted to review: exception is raised when no bottom aquifer present

Related to Issue [MWDAM-2225]

    • -32
    • +22
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Obsolete code removed and unit tests updated

Related to Issue [MWDAM-2246]

    • -1
    • +13
    ./PlLinesToWaternetConverterTests.cs
  1. … 2 more files in changeset.
Added test if surfaceline is fully above bottom of soilprofile2D before combining them

Related to Issue [MWDAM-2132]

    • -0
    • +11
    ./MacroStabilityCommonHelperTests.cs
  1. … 4 more files in changeset.
Fix some SonarCloud issues

Related to Issue [MWDAM-2132]

  1. … 2 more files in changeset.
Added (failing and ignored) test for combining a soilProfile2D with a surfaceline cutting the top boundary of the soilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +23
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Added (failing and ignored) test for combining a soilProfile2D with a surfaceline fully below the top boundary of the soilProfile2D

Related to Issue [MWDAM-2132]

    • -2
    • +25
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Added (failing and ignored) test for combining a soilProfile2D with a surfaceline fully above the top boundary of the soilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +23
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement cut right of geometry in CombineSoilProfile2DWithSurfaceLine()

Test ignored, because Work in Progress

Related to Issue [MWDAM-2132]

    • -1
    • +31
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement extend right of geometry in CombineSoilProfile2DWithSurfaceLine()

Related to Issue [MWDAM-2132]

    • -0
    • +26
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement extend left of geometry in CombineSoilProfile2DWithSurfaceLine()

Related to Issue [MWDAM-2132]

    • -0
    • +26
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Implement cut left of geometry in CombineSoilProfile2DWithSurfaceLine()

Related to Issue [MWDAM-2132]

    • -0
    • +30
    ./MacroStabilityCommonHelperTests.cs
  1. … 1 more file in changeset.
Added test for combining SoilProfile2D with matching surfaceline

Related to Issue [MWDAM-2132]

    • -0
    • +34
    ./MacroStabilityCommonHelperTests.cs
Use dedicated surfaceline for MacroStabilityCommon/MacroStabilityCommonHelperTests

Related to Issue [MWDAM-2132]

  1. … 1 more file in changeset.
Assert.Multiple called when possible

Related to Issue [MWDAM-2225]

    • -35
    • +53
    ./PlLinesToWaternetConverterTests.cs
Unused PL lines are not added to the headline list of the waternet

Related to Issue [MWDAM-2225]

    • -115
    • +114
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Adapted to review:

- Unit tests testing the position of the bottom aquifer and in-between aquifer are done calling DetermineLayerBoundaryPoints instead of CreateWaternetBasedOnPlLines

- Unit test for CreateWaternetBasedOnPlLines with 2D profile improved using more complex 2D profile

Related to Issue [MWDAM-2209]

    • -393
    • +292
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Adapted to review

Related to Issue [MWDAM-2201]

    • -4
    • +13
    ./PlLinesToWaternetConverterTests.cs
  1. … 4 more files in changeset.
Added test MacroStabilityCommonHelperTests.GivenSoilGeometryProbabilityWithSoilProfile1DAndSurfaceLineWhenCombiningThenSoilProfile2DIsCreated()

Made most MacroStabilityCommonHelper methods static

Related to Issue [MWDAM-2132]

    • -0
    • +64
    ./MacroStabilityCommonHelperTests.cs
  1. … 5 more files in changeset.
Waternet line for PL2 is created only if penetration length > 0

Related to Issue [MWDAM-2215]

  1. … 1 more file in changeset.
Semi time dependent waternet type implemented.

Related to Issue [MWDAM-2215]

    • -85
    • +101
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
"Full hydrostatic" waternet type implemented for 1D profile

Related to Issue [MWDAM-2211]

    • -47
    • +55
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
"Full hydrostatic" waternet type implemented

Related to Issue [MWDAM-2211]

    • -24
    • +29
    ./PlLinesToWaternetConverterTests.cs
  1. … 1 more file in changeset.
Waternet type "Hydrostatic" implemented including unit tests

Related to Issue [MWDAM-2209]

  1. … 4 more files in changeset.
Waternet type "Linear" implemented including unit tests

Related to Issue [MWDAM-2201]

    • -38
    • +47
    ./PlLinesToWaternetConverterTests.cs
  1. … 4 more files in changeset.
Issues in sonar cloud solved

Related to Issue [MWDAM-2154]

  1. … 3 more files in changeset.
Issues in sonar cloud solved

Related to Issue [MWDAM-2154]

  1. … 2 more files in changeset.
Waternet improved by:

- assigning PL4 to all in-betweens aquifer clusters and to the complete cluster

- assigning PL1 to a waternet line which is the bottom of the soil layers “in which the phreatic plane lies”

- removing unnecessary points from the waternet lines

Related to Issue [MWDAM-2154]

    • -93
    • +236
    ./PlLinesToWaternetConverterTests.cs
  1. … 3 more files in changeset.
Cleanup and reformat

Related to Issue [MWDAM-2132]

    • -20
    • +20
    ./PlLinesToWaternetConverterTests.cs
  1. … 18 more files in changeset.