Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added possiblity to only define part of the stochasts for piping and grass cover erosion inwards. Related to Issue [WTI-1218]

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

Former-commit-id: 20883c392c3596f9e5f27df311fa06a69008d14a

Former-commit-id: 6d25e220ad6c0f756d6f6f3d01314f8420d9c7e4

    • -0
    • +25
    ./TruncatedNormalDistributionTest.cs
    • -0
    • +21
    ./VariationCoefficientLogNormalDistributionTest.cs
    • -0
    • +21
    ./VariationCoefficientNormalDistributionTest.cs
  1. … 15 more files in changeset.
Improved validation on stochasts Related to Issue [WTI-1133]

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

Former-commit-id: 16520e3e21c503f52a4872f41b539f8a0bd7feca

Former-commit-id: c02318641c30b96506a100df73e3efe204bfa191

  1. … 12 more files in changeset.
* Introduced Range class and FormattableConstants * Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. * Removed Dotspatial Legend related stuff from BruTileLayer and IConfiguration (and it's derivatives). * Cleanup in BruTileLayer. * Extended ProbabilityHelper with method for validating probability values. Related to Issue [WTI-1131]

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

Former-commit-id: d5a767df415eb68fcef3ebd2503020ed5f4979cc

Former-commit-id: 1bdd5e06da36a1dbb69f6e6e4d1e529805155d47

    • -1
    • +3
    ./PercentileBasedDesignVariableTest.cs
  1. … 84 more files in changeset.
* renamed parameters. * improved code cohesion. * Made variables explicit. Related to Issue [WTI-1041]

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

Former-commit-id: 4f1bc8fec13686b9aedf522f82655d2120be56f0

Former-commit-id: e4a058ebe839b86d2d71ceaa6ccc0ef8212fc6a3

    • -1
    • +4
    ./VariationCoefficientLogNormalDistributionTest.cs
    • -3
    • +4
    ./VariationCoefficientNormalDistributionTest.cs
  1. … 4 more files in changeset.
Synchronize schematization parameters in a consistent way: - Introduce a default constructor for the probability distributions which can be used in situations where the number of decimals is not relevant -- Added tests -- Extended XMLDocs - Removed superfluous property initialization in the GrassCoverErosionInwardsInput Related to Issue [WTI-1041]

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

Former-commit-id: f0324d7b3a60a1205d978d1fc3915f24601b6c43

Former-commit-id: c64bc981c93feb5342736395603665f82f0d8744

    • -3
    • +19
    ./VariationCoefficientLogNormalDistributionTest.cs
    • -2
    • +17
    ./VariationCoefficientNormalDistributionTest.cs
  1. … 5 more files in changeset.
Performed Resharper cleanup

Related to Issue [WTI-1008]

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

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

  1. … 113 more files in changeset.
* Cleanup. * Small refactoring in PipingCalculationServiceTest to remove magic number based on highest point on surfaceline. * Made variables explicit. * Fixed typos. Related to Issue [WTI-1004]

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

Former-commit-id: 8cdb4c55e5019ad4d028d545d7cf999c0ceedc23

Former-commit-id: b61510084497c08b0ec3756fcacf5a63c42b3be5

  1. … 9 more files in changeset.
Cleanup of redundant code. Usings around Observer and RecursiveObserver in tests. Added missing assertions in StructuresImporterTest. Related to Issue [WTI-1008]

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

Former-commit-id: 9ccef14b391e704d281bf0faff92d0c939a8772f

Former-commit-id: a756b06bb38731d29379ec9fb39b4f6d0133fe72

  1. … 23 more files in changeset.
Cleanup Distributions. Related to Issue [WTI-1007]

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

Former-commit-id: 6eedbf0e496a39748ee023021c63184082d84a08

Former-commit-id: 15659c3fc81a487e33fbb8b41ee7c4ae612f3297

    • -49
    • +0
    ./TruncatedNormalDistributionTest.cs
  1. … 2 more files in changeset.
Deterministic value is now a constructor parameter instead of a property on DeterministicDesignVariable. Added AreEqual to DistributionAssert for also testing shifts of LogNormalDistribution. Added test for DeterministicDesignVariable. Improved docs and fixed inconsistencies with conventions. Related to Issue [WTI-1004]

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

Former-commit-id: 75f914b2467b36ceab14de4ad8531f65cdd855b2

Former-commit-id: 58f7e88ce5ebda059995ab97b2437c5e32414281

    • -0
    • +113
    ./DeterministicDesignVariableTest.cs
  1. … 26 more files in changeset.
Introduced DeterministicDesignVariable which projects a distribution to a constant value. Used DeterministicDesignVariable for ThicknessCoverageLayer and SaturatedVolumicWeightCoverageLayer in the scenario where there is no thickness coverage layer. Extracted DesignVariable base class from the (renamed from DesignVariable) PercentileBasedDesignVariable. Related to Issue [WTI-1004]

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

Former-commit-id: c98bb5957069b26721eedb5824711f01e7846497

Former-commit-id: 6a99e8e358bfb235e30b1fa63bca74878c3d4028

    • -0
    • +109
    ./PercentileBasedDesignVariableTest.cs
  1. … 10 more files in changeset.
Introduced TruncatedNormalDistribution. Related to Issue [WTI-1007]

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

Former-commit-id: 5af5addd1bde8eee55061ae3667b3c117e24ab75

Former-commit-id: c6c2d44e75b6473dc799733daa1f0454c8958431

    • -0
    • +133
    ./TruncatedNormalDistributionTest.cs
  1. … 4 more files in changeset.
Fixed small typo (standaard afwijking => standaardafwijking)

Paired with berg_jl

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

Former-commit-id: 56ed4e1552ad59d7ce464eafc598e089e1f6487d

Former-commit-id: cbab0bcec3ba2be730d70c7dde281e1b4610664a

  1. … 9 more files in changeset.
Deltares clean-up for Ringtoets.Common Related to Issue [WTI-931]

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

Former-commit-id: 85faeb8b7aa2af4d89336ea7a033a4d6a73b4eea

Former-commit-id: 5e8d7c2fb5b5339a0e8fad14e7cfbcdfbc3f098f

    • -4
    • +4
    ./VariationCoefficientLogNormalDistributionTest.cs
    • -2
    • +2
    ./VariationCoefficientNormalDistributionTest.cs
  1. … 25 more files in changeset.
* Updated error message. Related to Issue [WTI-631]

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

Former-commit-id: edfe817462ec48eda2cf9de9cc887f07240e1412

Former-commit-id: 86a5d1f986fee09a52552c0c905e97d063524028

    • -1
    • +1
    ./VariationCoefficientLogNormalDistributionTest.cs
    • -1
    • +1
    ./VariationCoefficientNormalDistributionTest.cs
  1. … 2 more files in changeset.
* Improved Xml docs. * Removed unused resources. * Introduced PropertiesTestHelper. * Improved test coverage. * Renamed *DistributionVariationProperties to VariationCoefficient*DistributionProperties. * Improved value conversion in StructureImporters (read value is more explicit). * Added missing license headers. * Improved error message for IDistribution.StandardDeviation (is now consistent with actual check). * Renamed some test data files to be consistent with our naming conventions. Related to Issue [WTI-631]

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

Former-commit-id: d8ad6a2d231966045269b63805204d4600ebebad

Former-commit-id: 08cdd918da2a2cacb6afd897f4c1a21292ddac5a

  1. … 82 more files in changeset.
Adapted some additional range related resources Related to Issue [WTI-577]

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

Former-commit-id: 5b9a550eca570ff91f5889f3653dcbfc9d874d11

Former-commit-id: 7faeb7c9262b8fe34cb2280086539a611bf2c04f

  1. … 10 more files in changeset.
* Refactored away use of IDistributionExtensions, replaced with VariationCoefficient(Log)NormalDistribution instances. * Removed IDistributionVariationCoefficient Related to Issue [WTI-631]

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

Former-commit-id: 1067b99beaf6a392cfe149177e3109bfff43392a

Former-commit-id: e799e2bf05612cf447fccca5805df46e170839d7

  1. … 11 more files in changeset.
* Introduced IVariationCoefficientDistribution and two implementations: Normal and LogNormal Related to Issue [WTI-631]

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

Former-commit-id: 0849203d4765a1dd22c683e0d388dfe27b24e12d

Former-commit-id: 323b7a60136a7c4a4ee5deafa535bf5771fd8b33

    • -0
    • +126
    ./VariationCoefficientLogNormalDistributionTest.cs
    • -0
    • +110
    ./VariationCoefficientNormalDistributionTest.cs
  1. … 10 more files in changeset.
Merged revision(s) 4850, 4857, 4861 from branches/Release/16_1_1: - Remove strange assembly in resource. - Updated UnusedResourceSearcher.exe Related to Issue WTI 744

........

* Improved resource name to match coding conventions.

Related to Issue WTI 798

........

Use GetFullPath to get a proper path for the SaveFileDialog

........

Merged revision(s) 4837, 4842, 4846 from branches/Release/16_1_1:

Checked VerifyAll for every ReplayAll call.

Whenever encountered: mocking of implementation classes replaced with instances.

Reviewed by: kleijn

........

Added test for RingtoetsPipingSurfaceLineProperties.

........

Corrected documentation.

Related to Issue WTI 737

........

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

Former-commit-id: df400900af18215aa45d4c4535e15722f2daea3f

Former-commit-id: 8dccb6e105b15f43d5b135c05c7a3d4b50febed7

  1. … 58 more files in changeset.
Checked VerifyAll for every ReplayAll call. Whenever encountered: mocking of implementation classes replaced with instances. Reviewed by: kleijn

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4837 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 29a0064808fc56f7668060fa079a23a4af0013e5

Former-commit-id: c751a2248b677164cb164f72e59d5171cedf17d2

  1. … 51 more files in changeset.
Checked VerifyAll for every ReplayAll call. Whenever encountered: mocking of implementation classes replaced with instances. Reviewed by: kleijn

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4837 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 66ebd56c5332e0f0871ddcc2659a1fb3806e4d11

Former-commit-id: 4f66d3e88f7d71c30ddc212c8de0818408899373

  1. … 51 more files in changeset.
Cleanup Ringtoets.Common Test projects Related to Issue [WTI-737]

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

Former-commit-id: 02d2996cc8d4c3b77b39c58f270622654bcb34c8

Former-commit-id: 1a65963e0834101684a7a91dfbed4494ac457d36

    • -8
    • +8
    ./LogNormalDistributionDesignVariableTest.cs
  1. … 29 more files in changeset.
* Improved readability of tests * Turned String into string Related to Issue [WTI-757]

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

Former-commit-id: 701ea98de739f0f328ead01558e5e443c904e706

Former-commit-id: cdb77cc67acfc2869c510cc8a1f32c0201a5f40e

  1. … 141 more files in changeset.
- review comments about inconsistency Related to Issue [WTI-688]

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

Former-commit-id: 78c22442dcb19c4ab1561aab81467c60e423cdbf

Former-commit-id: 02f624fe5636c46a0824929fff006b2a55d42e82

  1. … 4 more files in changeset.
- review comments Related to Issue [WTI-688]

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

Former-commit-id: b0b46b28b4d6ccb68b80150769185b602f6e6b47

Former-commit-id: c0204818d61b8de87a5571e107397320aa5c4911

    • -3
    • +4
    ./LogNormalDistributionDesignVariableTest.cs
  1. … 2 more files in changeset.
Merged LogNormalDistribution and ShiftedLogNormalDistribution. This allows for a validity check when setting the Mean, using the existing Shift. Related to Issue [WTI-688]

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

Former-commit-id: 91fb2a031f236796d9c4c4ce1091ba200f78ddbe

Former-commit-id: 9a874ea93020f9606e83d1edcc35ea2679873381

    • -1
    • +83
    ./LogNormalDistributionDesignVariableTest.cs
    • -128
    • +0
    ./ShiftedLogNormalDistributionDesignVariableTest.cs
    • -87
    • +0
    ./ShiftedLogNormalDistributionTest.cs
  1. … 20 more files in changeset.
- Corrected name of test Related to Issue [WTI-688]

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

Former-commit-id: 60c2a3825b9b2caa4e83d275e5354552f17365f8

Former-commit-id: 5fc95ad8cc5ab39f754037dd2550602b456d2026

Validity check on ShiftedLogNormalDistribution Shift. Shift taken into account upon calculating the design value. Removed rounding of intermediate calculation results. Updated expected values of dependend unit tests. Related to Issue [WTI-688]

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

Former-commit-id: d28a1687318dc0da1ed4ff02fa36419ad06d02bf

Former-commit-id: e32ef5ad54a648113c4d441193d7d82c5197d227

    • -7
    • +7
    ./LogNormalDistributionDesignVariableTest.cs
    • -9
    • +8
    ./ShiftedLogNormalDistributionDesignVariableTest.cs
    • -1
    • +23
    ./ShiftedLogNormalDistributionTest.cs
  1. … 14 more files in changeset.
Fixed ignored tests Related to Issue [WTI-640]

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

Former-commit-id: 50690395bd572856d3572e65e077d75f1fcdc034

Former-commit-id: 79a82a91b1fab3ae32533e5509610b3b5e02302e

  1. … 2 more files in changeset.