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 d782f3c commit 469598fCopy full SHA for 469598f
examples/example_driver.py
@@ -39,7 +39,7 @@
39
#%% Section 2: Project with RAFT
40
print('\nCreating project with RAFT \n')
41
#create project object, automatically create RAFT object (and automatically create moorpy system in the process!)
42
-project = Project(file=dir+ontology_file,raft=True)
+project = Project(file=ontology_file,raft=True)
43
# plot in 3d, use moorpy system for mooring and cables, use RAFT for platform, tower, and turbine visuals
44
project.plot3d(fowt=True,draw_boundary=False,boundary_on_bath=False,save=True)
45
0 commit comments