Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug for reading illustration points for hydraulic boundary locations for which not all closing situations are being calculated. Related to Issue [WTI-1302]

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

Former-commit-id: e4996a30f3c16da0e2c186f7386abb819b00893c

Former-commit-id: 3425bacf99fc479c3401f4f93bd3a89fe21d7339

    • -6
    • +77
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 5 more files in changeset.
Review suggestions: - Added exception to IllustrationPointsParser when no governing wind direction could be found in the database. - Refactored IllustrationPointsParser such that it either creates a new GeneralResult or throws an exception Related to Issue [WTI-1303]

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

Former-commit-id: 73e9239abcc55c1306fc6d248fb391a541c10029

Former-commit-id: d5076edaf9d246405a6bf685abd0269dd1e6714b

    • -0
    • +15
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 7 more files in changeset.
Added exception message for scenario where beta values are not present. Removed filter on PeriodId for GeneralBetaValues and GeneralAlphaValues and added the filter to governingWindDirection determination. Related to Issue [WTI-1302]

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

Former-commit-id: e348f31843b3ff5d13ac6b30f774adaf2aad9112

Former-commit-id: f2acddb06ef4cea1023f7b9d310f7b118ff1363b

    • -0
    • +18
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 4 more files in changeset.
Renamed Submechanism<X> to SubMechanism<X> for the illustration points: - Performed on the HydraRing side only

Related to Issue [WTI-1305]

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

Former-commit-id: 077a7d4ec43c5777d2a58aadf38de8e9b3fa83f4

Former-commit-id: 8c99502b1f2539ddb4f05f81c55536fa19398ce4

    • -17
    • +17
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 20 more files in changeset.
Renamed IllustrationPoint to SubmechanismIllustrationPoint: - Done to mirror the items of the fault tree representation more accurately - Fixed inconsistency in the hydra ring side, SubMechanismIllustrationPoint --> SubmechanismIllustrationPoint Related to Issue [WTI-1305]

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

Former-commit-id: ab7ea1efe7a38a5dfd582fa8c12dfb84d6405feb

Former-commit-id: 280ffcdbd4442a1d1930adbeb5338d41a3c5b4fd

    • -16
    • +16
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 36 more files in changeset.
Used key made up of submechanism, winddirection and closing situation, rather than just picking the first for submechanisms illustration point results, stochasts and beta values. Related to Issue [WTI-1302]

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

Former-commit-id: f4cf919be9482f36c04d7089d64654c361bd5d3c

Former-commit-id: 4e918fd44938d271011781f5ab46fe68770bab07

    • -9
    • +9
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 1 more file in changeset.
Refactored GeneralResult such that the data model is more strict Related to Issue [WTI-1303]

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

Former-commit-id: 4f90c9228d91088a2f8ec546754f390a67e31423

Former-commit-id: 87f2ecb460dad9538403f0ee7c55910806270ae8

    • -6
    • +6
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 9 more files in changeset.
Added validation to IllustrationPointsParser where double values can be DBNull Related to Issue [WTI-1303]

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

Former-commit-id: 97c5cdb8e50fced507025066390a959a1681fa21

Former-commit-id: 509f6edbe1e6029345536e8a4a8212f8c1bca679

    • -0
    • +22
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 9 more files in changeset.
Moved hydraring illustration point data model to Data/Output/IllustrationPoints Related to Issue [WTI-1303]

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

Former-commit-id: 82586716e967302c3debd0beb6123aa331e57043

Former-commit-id: 1cbe04f7cffe9510e996704b793ac145002700b1

    • -43
    • +0
    ./IllustrationPoints/FaultTreeIllustrationPointTest.cs
    • -42
    • +0
    ./IllustrationPoints/GeneralResultTest.cs
    • -41
    • +0
    ./IllustrationPoints/IllustrationPointResultTest.cs
    • -60
    • +0
    ./IllustrationPoints/IllustrationPointTreeNodeTest.cs
    • -0
    • +1
    ./IllustrationPoints/IllustrationPointsParserTest.cs
    • -41
    • +0
    ./IllustrationPoints/RealizedStochastTest.cs
    • -42
    • +0
    ./IllustrationPoints/StochastTest.cs
    • -43
    • +0
    ./IllustrationPoints/SubMechanismIllustrationPointTest.cs
    • -156
    • +0
    ./IllustrationPoints/WindDirectionClosingSituationTest.cs
    • -144
    • +0
    ./IllustrationPoints/WindDirectionTest.cs
  1. … 57 more files in changeset.
Introduced WindDirectionClosingScenarioIllustrationPoint item class to store every combination of wind directions, closing scenarios and illustration points: - Introduced object in the RT GeneralResult - Introduced a TestIllustrationPoint test object - Made the accessors public in the WindDirectionClosingSituation in the HydraRing side, this will be needed for the converter creating WindDirectionClosingScenarioIllustrationPoint objects - Moved IllustrationPoint related test objects to their respective folder

Related to Issue [WTI-1303]

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

Former-commit-id: 36313b8f5a946d595b772e08b053a1f6b2de6253

Former-commit-id: 2b1b07b0b603b5a732f79dbb2d88b9998def8e75

    • -0
    • +2
    ./IllustrationPoints/WindDirectionClosingSituationTest.cs
  1. … 16 more files in changeset.
Doc cleanup. extracted common query parts in IllustrationPointQueries. Simplified uses of GetIterator Related to Issue [WTI-1302]

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

Former-commit-id: fcdecee17407ba43f14e58480daa30eba3c57c6d

Former-commit-id: b6f93dadf7ac6d4d53669a5b2a88d1d9dad7c64b

    • -1
    • +1
    ./IllustrationPoints/FaultTreeIllustrationPointTest.cs
    • -1
    • +0
    ./IllustrationPoints/IllustrationPointResultTest.cs
  1. … 4 more files in changeset.
Added missing name properties for sub mechanism and fault tree Related to Issue [WTI-1302]

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

Former-commit-id: 859e9a09bb5f12feb7e63358a14521f4490ebfc9

Former-commit-id: c2949290160cd4b653753e7a08352bbe542116c3

    • -0
    • +3
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 5 more files in changeset.
Added tests for error cases Related to Issue [WTI-1302]

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

Former-commit-id: f74222ff42776d7eb0766cb91b669532d85090e0

Former-commit-id: 9f5e5d17ba6bcd461f3e81ecf4d060d49ea95093

    • -10
    • +28
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 12 more files in changeset.
Added RealizedStochast with an extra realization used for sub mechanisms. Added sampling tests for reading illustration points. Related to Issue [WTI-1302]

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

Former-commit-id: 524e7d4fdf08ccfe15e5af247090578b867a9c50

Former-commit-id: f684d7231342377eb24d68dcaf8002abdeac4960

    • -3
    • +82
    ./IllustrationPoints/IllustrationPointsParserTest.cs
    • -0
    • +41
    ./IllustrationPoints/RealizedStochastTest.cs
  1. … 6 more files in changeset.
Added documentation and tests for the illustration point parser related classes. Related to Issue [WTI-1302]

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

Former-commit-id: 97a0e3a3062201c78e1df7f1f08341120f62bcb7

Former-commit-id: c4aa8b9aea97acbd045912802f6268bab9f3e242

    • -0
    • +43
    ./IllustrationPoints/FaultTreeIllustrationPointTest.cs
    • -0
    • +42
    ./IllustrationPoints/GeneralResultTest.cs
    • -0
    • +42
    ./IllustrationPoints/IllustrationPointResultTest.cs
    • -0
    • +60
    ./IllustrationPoints/IllustrationPointTreeNodeTest.cs
    • -0
    • +42
    ./IllustrationPoints/StochastTest.cs
    • -0
    • +43
    ./IllustrationPoints/SubMechanismIllustrationPointTest.cs
    • -0
    • +154
    ./IllustrationPoints/WindDirectionClosingSituationTest.cs
    • -0
    • +144
    ./IllustrationPoints/WindDirectionTest.cs
  1. … 17 more files in changeset.
Parsing of the fault tree when there is only a sub mechanism instead of a fault tree. Related to Issue [WTI-1302]

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

Former-commit-id: 72b931a6b12f8854a353026bfe7da21020749e83

Former-commit-id: da27dc73a59b4130b75a72580747818d9edbbb1e

    • -3
    • +22
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 4 more files in changeset.
Parsing of the fault tree and the node data. Related to Issue [WTI-1302]

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

Former-commit-id: a20a4e35f888452abb9ec0c00439dc51d7eb4447

Former-commit-id: 16462f228afa2898b68ad566a665fa460bb40019

    • -0
    • +1
    ./IllustrationPoints/IllustrationPointsParserTest.cs
  1. … 10 more files in changeset.
Implemented parser for IllustrationPoints. General result is read. Adapted HydraRingDatabaseReader.ReadLine() so that it no longer throws an exception when it reaches the end, so that it can be reused for iterating over a result set from a database. Related to Issue [WTI-1302]

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

Former-commit-id: a54471053f6a81f74df94371dfafb921aef22acc

Former-commit-id: 0b33736fac93f3b57f218c457500c37060bac159

    • -2
    • +0
    ./DunesBoundaryConditionsCalculationParserTest.cs
    • -2
    • +0
    ./ExceedanceProbabilityCalculationParserTest.cs
    • -0
    • +144
    ./IllustrationPoints/IllustrationPointsParserTest.cs
    • -2
    • +0
    ./ReliabilityIndexCalculationParserTest.cs
    • -2
    • +0
    ./WaveConditionsCalculationParserTest.cs
  1. … 17 more files in changeset.
Merged revision(s) 10280-10283 from branches/Release/17_1: Fix error when waveHeight is null. Related to WTI-1329

........

Fixed failing tests.

Related to WTI-1329

........

Made waveHeight not visible in property control when it's NaN.

Related to WTI-1329

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

Former-commit-id: 27b8cc08fd5fbca88460a8b665b90546039b02e7

Former-commit-id: c8aa64f3cca8c649d7d18f968383d3a9f516abc7

    • -13
    • +11
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 6 more files in changeset.
Fixed failing tests. Related to Issue [WTI-1329]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@10281 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 885d8ee523dbcde6c898a500591dbc023b63b53f

Former-commit-id: f6761839e8182ecca439029269110860cce764ca

    • -17
    • +0
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 3 more files in changeset.
Fix error when waveHeight is null. Related to Issue [WTI-1329]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@10280 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0978f2a3511fc5dfd49ae6d5a0db5da3977aab6a

Former-commit-id: 15f589b44f0e6acc918a90ccfe4ce4d870d4434f

    • -0
    • +15
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 1 more file in changeset.
Merged revision(s) 9594, 9597 from branches/Release/17_1: Improvements after review. Related to WTI 1257

Changed precision

Related to WTI 1257

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

Former-commit-id: b718ee65c304bfd4f22af05db5d6adc47b5d09b9

Former-commit-id: c5e281b165caa63e2c0fe1593c018239e6b915ab

    • -3
    • +3
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 1 more file in changeset.
Changed precision Related to Issue [WTI-1257]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9597 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e0afc79e6c8bc3df25ff45510b92df28ffc86eda

Former-commit-id: 865bfb2afbb2e10e0caca7df4666e6156026faf5

    • -2
    • +2
    ./OvertoppingCalculationWaveHeightParserTest.cs
Improvements after review. Related to Issue [WTI-1257]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9594 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5c9c663b6194a0a89c78ffbaa7a8a6670a239342

Former-commit-id: f250eaa039f88d01251a65bcb996a0ba72ea4bea

    • -3
    • +3
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 1 more file in changeset.
Merged revision(s) 9587 from branches/Release/17_1: Changed query to right determine overtopping dominant. Related to WTI 1257

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

Former-commit-id: 025846c989a9d6f3ccae2bbb59ece09f6d5b752e

Former-commit-id: 291995ffa3898e2a0c06298c993b3d9568dee657

    • -8
    • +10
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 4 more files in changeset.
Changed query to right determine overtopping dominant. Related to Issue [WTI-1257]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9587 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0130447bbbce047a734ee9840dfdb8c488085801

Former-commit-id: 3bb4849656e1b22fabe6488fb2c5de38d5ab4d4b

    • -8
    • +10
    ./OvertoppingCalculationWaveHeightParserTest.cs
  1. … 4 more files in changeset.
Updated license headers in HydraRing. Related to Issue [WTI-1242]

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

Former-commit-id: 4f15c90e185c4aac505d13264a890fd938ad084b

Former-commit-id: 4512eeca32e51b9bb999cbdd84a0404b60e1dc9f

    • -1
    • +1
    ./DunesBoundaryConditionsCalculationParserTest.cs
    • -1
    • +1
    ./ExceedanceProbabilityCalculationParserTest.cs
    • -1
    • +1
    ./OvertoppingCalculationWaveHeightParserTest.cs
    • -1
    • +1
    ./ReliabilityIndexCalculationParserTest.cs
    • -1
    • +1
    ./WaveConditionsCalculationParserTest.cs
  1. … 193 more files in changeset.
Changed all local vars to consts if possible. Related to Issue [WTI-1242]

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

Former-commit-id: 4684a5017b9aff9f6175f7d781cb29409f50a18e

Former-commit-id: 853c649ebc49a9513535e40ec705d5b928af0bc4

    • -1
    • +1
    ./DunesBoundaryConditionsCalculationParserTest.cs
    • -1
    • +1
    ./ExceedanceProbabilityCalculationParserTest.cs
    • -1
    • +1
    ./OvertoppingCalculationWaveHeightParserTest.cs
    • -1
    • +1
    ./ReliabilityIndexCalculationParserTest.cs
    • -1
    • +1
    ./WaveConditionsCalculationParserTest.cs
  1. … 277 more files in changeset.
Corrected Resharper code inspection issues: - Removed unused references, parameters, classes, variables or files - Adjusted XML docs for correctness - Inlined variables and string literals - Made public local test class into a private test class Related to Issue [WTI-1242]

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

Former-commit-id: f318b443fa987378be9cc263efda0bc6f424c935

Former-commit-id: c4b73b7817552566b02e4c0506b9caefe041b869

  1. … 29 more files in changeset.
Added ConvOnValueZeroQVariant column in convergence query. Related to Issue [WTI-1245]

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

Former-commit-id: 2971636f577d0621931ac7bcac2e657733dbce0f

Former-commit-id: 7f022feb793d401cca4031c70ce8d1da9cd02b7c

  1. … 14 more files in changeset.