InputParameterCalculationServiceTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented RoundedPoint2DCollection in the surface line local geometry. Related to Issue [WTI-673]

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

Former-commit-id: fce476cab7b2e5c41f9f279f153bcca56d967d49

Former-commit-id: e2d7a3102d41ed9609bad3ad214c1e903aebf794

    • -3
    • +3
    ./InputParameterCalculationServiceTest.cs
  1. … 5 more files in changeset.
- Created test utils for Ringtoets.Common.Data -- Moved LimitedPrecisionHelper to new location

Related to Issue [WTI-468]

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

Former-commit-id: d1b35313f1a1d246abf79bb50f6ade7da7fdce38

Former-commit-id: 246506a038b23ea0e9a89c2893df11fcb0c022c5

    • -0
    • +1
    ./InputParameterCalculationServiceTest.cs
  1. … 23 more files in changeset.
- In *PipingCalculation* -> *PipingInput*, changed PipingSoilProfile to StochasticSoilProfile Related to Issue [WTI-483]

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

Former-commit-id: 6978049951fb8b902c09342b93c8fe01daf04fd8

Former-commit-id: ba6a8a91341bf6afe1eadaa1cb80a6edf63f53bd

    • -36
    • +63
    ./InputParameterCalculationServiceTest.cs
  1. … 26 more files in changeset.
* Made summation to 100% of StochasticSoilProfile instances more robust by taking into account limit precision of the double value type and use a tolerance around 100%. * Improved SQL queries to only consider Piping related profiles, instead of all 1D profiles and 2D profiles that happen to have a 'MechanismPointLocation' for extracting a 1D profile from a 2D profile. ** This requires to set a SoilProfileType at PipingSoilProfile construction time in order to properly match read profiles to read stochastic soil profiles in PipingSoilProfilesImporter. ** Updated *.soil databases in test data accordingly with new required rows in Segment, StochasticSoilModel and StochasticSoilProfile tables. Related to Issue [WTI-426]

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

Former-commit-id: 0da134d294da206237cc1200f37412c762021409

Former-commit-id: 63da7f2f96f6c4c6a3eb14b391d0a052828e2b0e

    • -2
    • +2
    ./InputParameterCalculationServiceTest.cs
  1. … 42 more files in changeset.
* Moved GetAccuracy methods to LimitedPrecisionHelper to reuse. Related to Issue [WTI-436]

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

Former-commit-id: 4386ae028e8d42177331ad62889ba8ec1b43546b

Former-commit-id: 8ac8bf19013c640f5bd7c5254eb1d99be18132e5

    • -8
    • +3
    ./InputParameterCalculationServiceTest.cs
  1. … 10 more files in changeset.
Moved PipingSubCalculatorFactoryConfig and PipingSubCalculatorFactoryConfigTest to Ringtoets.Piping.KernelWrapper.TestUtil and Ringtoets.Piping.KernelWrapper.TestUtil.Test. Removed now empty projects Ringtoets.Piping.Service.TestUtil and Ringtoets.Piping.Service.TestUtil.Test. Related to Issue [WTI-382]

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

Former-commit-id: e61562e14f665560014b2fe7bcd92b14c2168e7b

Former-commit-id: 6c57cce796c28f9b72ccb6e1d729e639f62d33e0

    • -1
    • +1
    ./InputParameterCalculationServiceTest.cs
  1. … 19 more files in changeset.
Made PipingSubCalculatorFactory a singleton. Removed obsolete InputParameterCalculationServiceConfig and its test. Removed obsolete Ringtoets.Piping.InputParameterCalculation.Test and Ringtoets.Piping.InputParameterCalculation.TestUtil projects. Made derived properties not publically modifiable. Related to Issue [WTI-382]

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

Former-commit-id: 3eda5d1868bff7c9f7747a7358118c25e95334ea

Former-commit-id: bf1040fa06476797a753249726b15d00b4c873dc

    • -13
    • +36
    ./InputParameterCalculationServiceTest.cs
  1. … 30 more files in changeset.
Moved PipingSoilProfile, PipingSoilLayer, RingtoetsPipingSurfaceLine and RingtoetsPipingSurfaceLineException to Ringtoets.Piping.Primitives. Moved PipingInputSynchronizer to Ringtoets.Piping.Data Duplicated Resources of Ringtoets.Piping.Data to Ringtoets.Piping.Primitives. Related to Issue [WTI-382]

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

Former-commit-id: 9e7d6277c51ca2e4fef0d2f4ecd94a97e2388081

Former-commit-id: ba8b52dbef71c417505b06dd1cdacf406f3fddde

    • -0
    • +1
    ./InputParameterCalculationServiceTest.cs
  1. … 117 more files in changeset.
Extracted new InputParameterCalculationService from the PipingCalculationService. Added licenses and updated license doc. Moved PipingSemiProbabilisticDesignValueFactory to Ringtoets.Piping.Data. Related to Issue [WTI-382]

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

Former-commit-id: f9a013e2ecffa875c08fefa67004a8b6441da9db

Former-commit-id: 4158cad58646d44a4155bffe254eaea32cf59fef

    • -0
    • +197
    ./InputParameterCalculationServiceTest.cs
  1. … 26 more files in changeset.