Updated the piping kernel (not final) Added new output properties from the kernel to output objects in the wrapper and data model. Wrapped new PipingProfilePropertyCalculator. Adapted wrappers of sellmeijer and heave calculators. Related to Issue [WTI-1004] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6974 5a3db67b-de53-47b5-99c8-a1c30a6650e2
- Increased accuracy of target / required reliability and (calculated) reliability from 3 to 5 decimals - Added tests for the output classes which verify the number of decimals (and thus the required accuracy) - Expanded test for the PipingSemiProbabilisticCalculationServiceTest: increased number of decimals to pass failing test due to the increase of accuracy - Removed extra asserts of the number of decimals in the -OutputPropertiesTest: the properties just pass the properties and do not modify them. Hence, it should be sufficient to test the number of decimals in the output class Related to Issue [WTI-897]