We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0f950 commit ae40a54Copy full SHA for ae40a54
examples/example_driver.py
@@ -25,13 +25,13 @@
25
dir = os.path.dirname(os.path.realpath(__file__))
26
27
# set yaml file location and name
28
-ontology_file = 'OntologySample200m.yaml'
+ontology_file = "OntologySample200m.yaml"
29
30
#%% Section 1: Project without RAFT
31
print('Creating project without RAFT\n')
32
print(os.getcwd())
33
# create project object
34
-project = Project(file=os.path.join(dir,ontology_file),raft=False)
+project = Project(file=os.path.join(dir, ontology_file), raft=False)
35
# create moorpy system of the array, include cables in the system
36
project.getMoorPyArray(cables=True)
37
# plot in 3d, using moorpy system for the mooring and cable plots
0 commit comments