Skip to content

Commit 469598f

Browse files
committed
final adjust github CI
1 parent d782f3c commit 469598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#%% Section 2: Project with RAFT
4040
print('\nCreating project with RAFT \n')
4141
#create project object, automatically create RAFT object (and automatically create moorpy system in the process!)
42-
project = Project(file=dir+ontology_file,raft=True)
42+
project = Project(file=ontology_file,raft=True)
4343
# plot in 3d, use moorpy system for mooring and cables, use RAFT for platform, tower, and turbine visuals
4444
project.plot3d(fowt=True,draw_boundary=False,boundary_on_bath=False,save=True)
4545

0 commit comments

Comments
 (0)