Skip to content

Commit ae40a54

Browse files
committed
Still trying to fix joining dir & filename for conda CI tests....
1 parent 8d0f950 commit ae40a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example_driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
dir = os.path.dirname(os.path.realpath(__file__))
2626

2727
# set yaml file location and name
28-
ontology_file = 'OntologySample200m.yaml'
28+
ontology_file = "OntologySample200m.yaml"
2929

3030
#%% Section 1: Project without RAFT
3131
print('Creating project without RAFT\n')
3232
print(os.getcwd())
3333
# create project object
34-
project = Project(file=os.path.join(dir,ontology_file),raft=False)
34+
project = Project(file=os.path.join(dir, ontology_file), raft=False)
3535
# create moorpy system of the array, include cables in the system
3636
project.getMoorPyArray(cables=True)
3737
# plot in 3d, using moorpy system for the mooring and cable plots

0 commit comments

Comments
 (0)