Skip to content

Commit 779763f

Browse files
committed
Remove unused dependencies and updated README
1 parent 837af51 commit 779763f

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

famodel/installation/01_unload4installation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
import matplotlib.pyplot as plt
1616
import os
1717
from fadesign.conceptual.conceptDesign import ConceptDesign
18-
from fadesign.conceptual import metrics as metr
19-
import numpy as np
20-
from famodel.project import Project
21-
import pandas as pd
2218

2319
plt.rcParams['font.family'] = 'serif'
2420
plt.rcParams['font.serif'] = ['Times New Roman']

famodel/installation/02_load4installation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
import matplotlib.pyplot as plt
2222
import os
23-
from fadesign.conceptual.conceptDesign import ConceptDesign
24-
import numpy as np
2523
from famodel.project import Project
2624
from fadesign.conceptual import metrics as mtr
2725

famodel/installation/03_step1_materialItems.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
"""
1313

1414
'''Loads an ontology file and performs material itemization.'''
15-
import matplotlib.pyplot as plt
1615
import os
17-
from fadesign.conceptual.conceptDesign import ConceptDesign
18-
import numpy as np
1916
from famodel.project import Project
20-
from famodel.mooring.mooring import Mooring
21-
from fadesign.conceptual import metrics as mtr
2217
import pickle
23-
import networkx as nx
2418

2519

2620
def create_mtrlPkg(moor):

famodel/installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Naming convention per Leah: The naming convention used generally for the yamls d
3434

3535
The 01-05 steps were set up with a 3_ILIA_1P2C_grd_mini.yaml, which (I believe) is the same configuration as the Delmar_installation_staging_tool.xlsx, so it that can serve as a verification of this model. if we can't find that input configuration, then we can remake it with the instructions in the `Conceptual Desgin Tutorial.docx` file.
3636

37-
# Dependencies to FAD tools
37+
# Dependencies to FAD and FAM tools
3838
File: `01_unload4installation.py` Dependencies:
3939
```python
4040
from fadesign.conceptual.conceptDesign import ConceptDesign

0 commit comments

Comments
 (0)