Updated StructureCalculator calls: WTI-1923- Performed for the stability point structures directly related elements-- Integration elements (e.g. AssessmentSection) tests were not taken into account
Updated StructureCalculator calls: WTI-1923- Performed for the height structures directly related elements-- Integration elements (e.g. AssessmentSection) tests were not taken into account
Updated StructureCalculator calls: WTI-1923- Performed for the closing structures related elements-- Integration elements (e.g. AssessmentSection) tests were not taken into account
Applied temporary fix in the HydraRingCalculationFactory. WTI-1923- Wrapped the directory arguments when creating the calculators to resolve the compilation errors.Note: this fix will be gradually removed when the individual calculators are refactored on the calling side.
Removed constructor arguments from derived classes: WTI-1923- Removed directory constructor from the base class. Calculation directories should be passed through the HydraRingCalculationSettings object. -- Adjusted derived classes
Changed wiring in the HydraRingInitializationService: WTI-1923- Removed directory constructor parameters, as they are grouped into a ConfigurationSettings object. -- Adjusted the calculator base and cleaned up its tests which still use the directories as argument