src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added info to test when it fails (locally it works fine all the time, on Team City this test fails sometimes).

Related to Issue [MWDAM-1711]

    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
Made sure slip circle data flows from kernel via DamEngine to the interface of DAMEngine.

Related to Issue [MWDAM-1712]

Check if slip circle exists before filling the xml to fix unit test

Related to Issue [MWDAM-1706]

    • -14
    • +24
    ./Deltares.DamEngine.Interface/FillXmlOutputFromDam.cs
fill xml with slip circle results

Related to Issue [MWDAM-1706]

    • -0
    • +37
    ./Deltares.DamEngine.Interface/FillXmlOutputFromDam.cs
    • -2
    • +53
    ./Deltares.DamEngine.Interface.Tests/FillXmlOutputFromDamTests.cs
    • too large
    ./Deltares.DamEngine.Io/DamInput.cs
    • too large
    ./Deltares.DamEngine.Io/DamOutput.cs
    • -1
    • +19
    ./Deltares.DamEngine.Interface/FillDamFromXmlOutput.cs
  1. … 1 more file in changeset.
Added extra precondition to solve failing test.

Related to Issue [MWDAM-1711]

    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
    • -2
    • +3
    ./Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs
Set WorkInProgress tests to Ignore for now in order to be able to get a green Team City DAM project.

Related to Issue [MWDAM-1711]

    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalPulauTekongTests.cs
    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalGrebbedijkTests.cs
    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalIntegrationTests.cs
Fixed the issue by replacing soil as dictionary key by soilname as key for the Aquifer dictionary. Now the aquifers can be found.

Related to Issue [MWDAM-1697]

    • -3
    • +3
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • -0
    • +17
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
    • -2
    • +2
    ./Deltares.DamEngine.Calculators/General/Geometry2DTo1DConverter.cs
    • -0
    • +397
    ./Deltares.DamEngine.IntegrationTests/TestFiles/InputFile.xml
    • -1
    • +1
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
    • -4
    • +4
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -0
    • +3
    ./Deltares.DamEngine.IntegrationTests/Deltares.DamEngine.IntegrationTests.csproj
Update C# wrapper

Related to Issue [MWDAM-1694]

    • -2
    • +2
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
  1. … 26 more files in changeset.
Add error message if sensor data has an invalid (negative) value

Merge from 19.2 branch

Related to Issue [MWDAM-1605]

    • -3
    • +21
    ./Deltares.DamEngine.Data/General/Dike.cs
Revert changes from rev 3339

Related to Issue [MWDAM-1605]

    • -142
    • +0
    ./Deltares.DamEngine.Calculators.Tests/PlLinesCreator/SensorPlLineCreatorBaseTest.cs
    • -20
    • +1
    ./Deltares.DamEngine.Calculators/PlLinesCreator/SensorPlLineCreatorBase.cs
    • -1
    • +0
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Merged solution from 19.2 branch:

Fixed error generated by MStabDamDll:

- Offset the sensor X locations with the origin of the surfaceline

Related to Issue [MWDAM-1605]

    • -0
    • +142
    ./Deltares.DamEngine.Calculators.Tests/PlLinesCreator/SensorPlLineCreatorBaseTest.cs
    • -1
    • +20
    ./Deltares.DamEngine.Calculators/PlLinesCreator/SensorPlLineCreatorBase.cs
    • -0
    • +1
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Incorporated comments CR-DAM55:

- Changed enum values back to original values and fixed failing tests

-- Initialize WaterpressureInterpolationModel for tests that fail and make use of soil layers

-- Initialize the DikeEmbankmentMaterial soil layer with HydroStatic when it is needed

Related to Issue [MWDAM-1650]

    • -2
    • +2
    ./Deltares.DamEngine.Data/Geotechnics/WaterpressureInterpolationModel.cs
    • -1
    • +1
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs
Incorporated comments CR-DAM55:

- Adjust test name as zones are not longer supported

Related to Issue [MWDAM-1650]

    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
Adapted to review comments + added comment for bishop test + some small improvements to code (typo's and correcting signature for CalculateOneTimeEntry). Finally added PipingFactor to enum as we need that for the next step (piping in DamLive).

Related to Issue [MWDAM-1627]

    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalGrebbedijkTests.cs
    • -2
    • +2
    ./Deltares.DamEngine.Data/General/Dike.cs
    • -8
    • +11
    ./Deltares.DamEngine.Calculators/DikesOperational/OperationalCalculator.cs
Small improvement in check (removed obsolete identical precondition).

Related to Issue [MWDAM-1627]

Replace UpliftVanWti Stability Model Type with UpliftVan Stability Model Type

Related to Issue [MWDAM-1685]

    • -1
    • +0
    ./Deltares.DamEngine.Interface.Tests/FillXmlOutputFromDamTests.cs
    • -6
    • +5
    ./Deltares.DamEngine.Interface.Tests/ConversionHelperTests.cs
    • -1
    • +0
    ./Deltares.DamEngine.Data/General/StabilityEnumerations.cs
    • -11
    • +0
    ./Deltares.DamEngine.Interface/ConversionHelper.cs
Set this test to Wip for now.

Related to Issue [MWDAM-1677]

    • -0
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalGrebbedijkTests.cs
Enabled passing 1D Soil profile UpliftVan tests.

Related to Issue [MWDAM-1650]

    • -11
    • +20
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
Adjusted the SoilGeometryProbability:

- All profiles (regardless of 1D or 2D) are passed as a 2D profile. As such, the ToString() representation needs to be updated to prevent failing tests

Related to Issue [MWDAM-1650]

    • -0
    • +5
    ./Deltares.DamEngine.Data/General/SoilGeometryProbability.cs
    • -0
    • +1
    ./Deltares.DamEngine.Data.Tests/Deltares.DamEngine.Data.Tests.csproj
    • -0
    • +95
    ./Deltares.DamEngine.Data.Tests/General/SoilGeometryProbabilityTest.cs
Fixed Piping in v20 too.

Related to Issue [MWDAM-1677]

    • -2
    • +8
    ./Deltares.DamEngine.Data/General/Dike.cs
    • -12
    • +12
    ./Deltares.DamEngine.IntegrationTests/TestFiles/GrebbedijkStability.xml
    • -7
    • +22
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalGrebbedijkTests.cs
    • -0
    • +8
    ./Deltares.DamEngine.Calculators/DikesOperational/OperationalCalculatorTask.cs
    • -1
    • +13
    ./Deltares.DamEngine.Interface/EngineInterface.cs
Updated input file for TestRunMacroStabilityTutorialDesignUpliftVan

Related to Issue [MWDAM-1650]

    • -231
    • +616
    ./Deltares.DamEngine.IntegrationTests/TestFiles/MacroStabilityTutorialDesignInputFile.xml
Updated test TestRunMacroStabilityWithErrorUpliftVan to make it green:

- Adjusted safety factors

- Adjusted naming of the result 2D soil profile (1D soil profile + surfaceline)

Related to Issue [MWDAM-1650]

    • -9
    • +9
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
Updated input file for TestRunMacroStabilityDeltaDijkZoneAreasUpliftVanWith1D

Related to Issue [MWDAM-1650]

    • too large
    ./Deltares.DamEngine.IntegrationTests/TestFiles/DeltaDijkZoneringInwards.xml
Cleanup:

- Extracted function for retrieving the enclosed areas.

Related to Issue [MWDAM-1683]

    • -23
    • +31
    ./Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs
Fixed edge case:

- Updated XMLDocs and function argument types to prevent modification to collections

-- Changed a ToList to an ToArray call to prevent modifications

Related to Issue [MWDAM-1683]

Fixed edge case:

- Updated XMLDocs and function argument types to prevent modification to collections

- Added a filter on the layerdata --> the layer data sometimes generates a surface consisting of two curves (which simply cannot represent a surface, because at least 3 curves are necessary). This behavior becomes relevant when running TestRunMacroStabilityWithErrorUpliftVan

Related to Issue [MWDAM-1683]

    • -10
    • +20
    ./Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs
Fixed edge case:

- Refactored solution: pass a local surface line geometry to prevent rounding off errors from properly recognising the surfaces

Related to Issue [MWDAM-1683]

    • -42
    • +47
    ./Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs
Fixed edge case:

- Fixed test

Related to Issue [MWDAM-1683]

Fixed edge case:

- Added case to deal with horizontal intersections or when the ZCoordinate has rounding errors at intersections

Related to Issue [MWDAM-1683]

    • -0
    • +85
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs
    • -11
    • +35
    ./Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs
Rename function to reflect its functionality

Merged from 19.2 branch

Related to Issue [MWDAM-1579]