You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- helpers bug fix: catch when a connector is not provided at the end of bridles
- now we check for this and add empty connector object if needed
-- tiny bug fix in famodel_base to prevent weird rounding
- apparently, when assigning values into an array if you use array[:len(array)] = vals, it rounds the vals to whole numbers.
Fixed this by adding >= to reassign value of whole array rather than just >
-- add tests for parallel sections (bridles, double chains, etc)
-- mooring.addMarineGrowth now works with updated dd (subcomponents instead of sections/connectors lists)
- does not currently work for parallel sections
-- arrayWatchCircle added warning that this does not currently work for parallel sections, WIP to add this capability
-- tiny change to anchor.py to use mooring.sections method instead of sections in mooring design dictionary
as this part of the design dictionary was removed
-- updated ontologies for examples
-- udpated tests
Copy file name to clipboardExpand all lines: examples/OntologySample200m.yaml
+31-12Lines changed: 31 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -144,9 +144,9 @@ mooring_systems:
144
144
145
145
keys: [MooringConfigID, heading, anchorType, fairlead, lug] # fairlead and lug listings are optional; if not specified, fairlead list follows order of fairleads in the platform definition
0 commit comments