Skip to content

Commit 85be497

Browse files
committed
Unload platform def bug fix and a few small thigns
-- fixed unload bug that made a new platform type for each platform. -- removed some unnecessary code & simplified mooring.addMooring & updated comments -- Fixed symmetric mooring load in. Now, symmetric mooring lines have a flag added in the design dict and mooring.mirror() is called to mirror the symmetric part -- cleaned up yaml input for shared moorings example
1 parent 91f884a commit 85be497

File tree

5 files changed

+223
-400
lines changed

5 files changed

+223
-400
lines changed

examples/04_Geography/example_geography.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 112,
29+
"execution_count": null,
3030
"id": "3532056e",
3131
"metadata": {},
3232
"outputs": [],
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"cell_type": "code",
49-
"execution_count": 113,
49+
"execution_count": null,
5050
"id": "ae65b853",
5151
"metadata": {},
5252
"outputs": [],
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"cell_type": "code",
71-
"execution_count": 114,
71+
"execution_count": null,
7272
"id": "c7395829",
7373
"metadata": {},
7474
"outputs": [],
@@ -92,7 +92,7 @@
9292
},
9393
{
9494
"cell_type": "code",
95-
"execution_count": 115,
95+
"execution_count": null,
9696
"id": "4e2c6338",
9797
"metadata": {},
9898
"outputs": [],
@@ -112,7 +112,7 @@
112112
},
113113
{
114114
"cell_type": "code",
115-
"execution_count": 116,
115+
"execution_count": null,
116116
"id": "fb432da4",
117117
"metadata": {},
118118
"outputs": [],
@@ -130,7 +130,7 @@
130130
},
131131
{
132132
"cell_type": "code",
133-
"execution_count": 117,
133+
"execution_count": null,
134134
"id": "031f5ff7",
135135
"metadata": {},
136136
"outputs": [],
@@ -148,7 +148,7 @@
148148
},
149149
{
150150
"cell_type": "code",
151-
"execution_count": 118,
151+
"execution_count": null,
152152
"id": "ef7a7865",
153153
"metadata": {},
154154
"outputs": [
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"cell_type": "code",
191-
"execution_count": 119,
191+
"execution_count": null,
192192
"id": "616eaecc",
193193
"metadata": {},
194194
"outputs": [
@@ -220,7 +220,7 @@
220220
},
221221
{
222222
"cell_type": "code",
223-
"execution_count": 120,
223+
"execution_count": null,
224224
"id": "c3b69bac",
225225
"metadata": {},
226226
"outputs": [],
@@ -250,7 +250,7 @@
250250
},
251251
{
252252
"cell_type": "code",
253-
"execution_count": 121,
253+
"execution_count": null,
254254
"id": "fb333bc3",
255255
"metadata": {},
256256
"outputs": [],
@@ -268,7 +268,7 @@
268268
},
269269
{
270270
"cell_type": "code",
271-
"execution_count": 122,
271+
"execution_count": null,
272272
"id": "518a9b21",
273273
"metadata": {},
274274
"outputs": [

0 commit comments

Comments
 (0)