This pull request adds the functionality lines2ss in helpers.py.
Purpose
The function takes input the mooring system ms and outputs the same mooring system but with updated lineList that has all its mooring systems that can be converted to subsystem converted.
Type of change
[x] New feature (non-breaking change which adds functionality)
Testing
There are added input files in the examples that the user can uncomment the corresponding .yaml file in the autolines2subsystemExample.py to try different tests. The first plot would be the ms before adjustment and the second plot after adjustment.
Checklist
I have added new tests or examples that prove my fix is effective or that my feature works
This pull request adds the functionality
lines2ss
inhelpers.py
.Purpose
The function takes input the mooring system
ms
and outputs the same mooring system but with updatedlineList
that has all its mooring systems that can be converted to subsystem converted.Type of change
Testing
There are added input files in the examples that the user can uncomment the corresponding .yaml file in the
autolines2subsystemExample.py
to try different tests. The first plot would be thems
before adjustment and the second plot after adjustment.Checklist