MacroStabilityInwardsInputValidatorTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged from release 17.3: Incorporated edge case: - Improved algorithm to also take the soil profile coordinates into account when discretizing the surfaceline to prevent the resolution of the surfaceline discretization to be too course for the validation - Added testcase Related to Issue [WTI-1593]

    • -1
    • +59
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated edge case: - Improved algorithm to also take the soil profile coordinates into account when discretizing the surfaceline to prevent the resolution of the surfaceline discretization to be too course for the validation - Added testcase Related to Issue [WTI-1593]

    • -1
    • +59
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2559: - Final cleanup test

paired with ~kleijn

Related to Issue [WTI-1593]

    • -7
    • +9
    ./MacroStabilityInwardsInputValidatorTest.cs
Merged from release 17.3: Incorporated comments review 2559: - Final cleanup test

paired with ~kleijn

Related to Issue [WTI-1593]

    • -7
    • +9
    ./MacroStabilityInwardsInputValidatorTest.cs
Merged from release 17.2: Incorporated comments review 2559: - Final cleanup test

paired with ~kleijn

Related to Issue [WTI-1593]

    • -7
    • +9
    ./MacroStabilityInwardsInputValidatorTest.cs
Incorporated comments review 2556: - Made tolerances for 2D profile similar as the 1D profile and adjusted tests - Cleaned up sourcefile, improved clipping logic -- Added tests to verify clipping Related to Issue [WTI-1593]

    • -7
    • +37
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2556: - Made tolerances for 2D profile similar as the 1D profile and adjusted tests - Cleaned up sourcefile, improved clipping logic -- Added tests to verify clipping Related to Issue [WTI-1593]

    • -7
    • +37
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.3: Incorporated comments review 2556: - Made tolerances for 2D profile similar as the 1D profile and adjusted tests - Cleaned up sourcefile, improved clipping logic -- Added tests to verify clipping Related to Issue [WTI-1593]

    • -7
    • +37
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments tester: - Improved algorithm: instead of determining (Euclidean) distance between segments and points of the surfaceline, do: -- Discretize the surfaceline while it's clipped to the soil profile definition -- Look for the maximum Y coordinate of the soil profile on each discretized X coordinate of the surfaceline - Added and improved tests Related to Issue [WTI-1593]

    • -9
    • +203
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Incorporated comments tester: - Improved algorithm: instead of determining (Euclidean) distance between segments and points of the surfaceline, do: -- Discretize the surfaceline while it's clipped to the soil profile definition -- Look for the maximum Y coordinate of the soil profile on each discretized X coordinate of the surfaceline - Added and improved tests Related to Issue [WTI-1593]

    • -9
    • +203
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.3: Incorporated comments tester: - Improved algorithm: instead of determining (Euclidean) distance between segments and points of the surfaceline, do: -- Discretize the surfaceline while it's clipped to the soil profile definition -- Look for the maximum Y coordinate of the soil profile on each discretized X coordinate of the surfaceline - Added and improved tests Related to Issue [WTI-1593]

    • -9
    • +203
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2525: - Improved test names - Updated XMLDocs Related to Issue [WTI-1593]

    • -14
    • +25
    ./MacroStabilityInwardsInputValidatorTest.cs
Merged from release 17.3: Incorporated comments review 2525: - Improved test names - Updated XMLDocs Related to Issue [WTI-1593]

    • -14
    • +25
    ./MacroStabilityInwardsInputValidatorTest.cs
Incorporated comments review 2525: - Improved test names - Updated XMLDocs Related to Issue [WTI-1593]

    • -14
    • +25
    ./MacroStabilityInwardsInputValidatorTest.cs
Merged from release 17.3: Incorporated comments review 2522: - Improved tests - Improved algorithm: instead of selecting X,Y coordinates at X for each layer, determine the intersections of the profile at X and retrieve its Y-coordinates Related to Issue [WTI-1593]

    • -5
    • +170
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2522: - Improved tests - Improved algorithm: instead of selecting X,Y coordinates at X for each layer, determine the intersections of the profile at X and retrieve its Y-coordinates Related to Issue [WTI-1593]

    • -5
    • +170
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2522: - Improved tests - Improved algorithm: instead of selecting X,Y coordinates at X for each layer, determine the intersections of the profile at X and retrieve its Y-coordinates Related to Issue [WTI-1593]

    • -5
    • +170
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2518: - Improved tests - Renamed functions and updated XMLDocs Related to Issue [WTI-1592]

    • -13
    • +3
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 20 more files in changeset.
Merged from release 17.3: Incorporated comments review 2523: - Improved tests - Updated XMLDocs

Related to Issue [WTI-1592]

    • -13
    • +3
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 19 more files in changeset.
Incorporated comments review 2518: - Improved tests - Renamed functions and updated XMLDocs Related to Issue [WTI-1592]

    • -13
    • +3
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 20 more files in changeset.
Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Changed validation: take the maximum Y coordinate for each X coordinate and compare these with the surface line instead of determining if there's any layer on the surface line

Related to Issue [WTI-1593]

    • -0
    • +20
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Changed validation: take the maximum Y coordinate for each X coordinate and compare these with the surface line instead of determining if there's any layer on the surface line

Related to Issue [WTI-1593]

    • -0
    • +20
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Merged from release 17.3: Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Changed validation: take the maximum Y coordinate for each X coordinate and compare these with the surface line instead of determining if there's any layer on the surface line

Related to Issue [WTI-1593]

    • -0
    • +20
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 1 more file in changeset.
Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline: - Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point - Added testcases for the validator Related to Issue [WTI-1592]

    • -0
    • +38
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 3 more files in changeset.
Merged from 17.3 release:

Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline:

- Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point

- Added testcases for the validator

Related to Issue [WTI-1592]

    • -0
    • +38
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 3 more files in changeset.
Merged from release 17.2:

Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline:

- Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point

- Added testcases for the validator

Related to Issue [WTI-1592]

    • -0
    • +38
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 3 more files in changeset.
Improvements after review. WTI-1588

    • -1
    • +1
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 27 more files in changeset.
Adapted MacroStabilityInwardsInput (only holds manual assessment level). WTI-1562

    • -14
    • +14
    ./MacroStabilityInwardsInputValidatorTest.cs
Adapted MacroStabilityInwardsInput (only holds manual assessment level). WTI-1562

    • -4
    • +9
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 2 more files in changeset.
Note: one test will fail, because the 17.3 full test project is not updated yet according to the new database structure of 17.2 with the zoning columns

Merged revision(s) 12917-12925 from branches/Release/17_2

Related to Issue [WTI-1469]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@12929 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b950cab1950cda19858d053390169aa21089ee07

Former-commit-id: 9841a9ecb876e2c8ea68c8991856cb16e4eed247

    • -1
    • +58
    ./MacroStabilityInwardsInputValidatorTest.cs
  1. … 86 more files in changeset.