Skip to content

Commit 643bfa7

Browse files
authored
Merge branch 'main' into issue-12
2 parents 7e28948 + 426b551 commit 643bfa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/code/aux_tools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
toolkit.get_available_ids(fls)
2222

2323
# Get connections for a given CV
24-
toolkit.get_fl_connections(cv)
25-
toolkit.get_connected_cvs(cv)
24+
toolkit.get_fl_connections('CV001')
25+
toolkit.get_connected_cvs('CV001')
2626

2727
# Recursively, obtain related CFs
2828
for cf in toolkit.get_connected_cfs('FL001'):
2929
print(cf)
3030

3131
for cf in toolkit.get_connected_cfs('CF001'):
32-
print(cf)
32+
print(cf)

0 commit comments

Comments
 (0)