Skip to content

Commit ce625e1

Browse files
committed
Fix #40. Add test cluster to installed files.
1 parent 34c4e1f commit ce625e1

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

ghpythonremote/_configure_ironpython_installation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"examples/CPython_to_GH.py",
6666
],
6767
),
68-
("", ["ghcluster/GHPythonRemote.ghuser"]),
68+
("", ["ghcluster/GHPythonRemote.ghuser", "examples/TestClusterGHPythonRemote.ghuser"]),
6969
]
7070
for copy_pair in copy_pairs:
7171
dest = os.path.join(dest_dir_path, copy_pair[0])

ghpythonremote/examples/CPython_to_GH.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
gh_curves = rs.coerceguidlist(curves_id)
5555
# Call a GH component
5656
print(sum(rghcomp.Area(gh_curves)[0]))
57-
# Call a GH user object, previously created with the name "TestClusterGHPR"
57+
# Call a GH user object, previously created with the name "TestClusterGHPythonRemote"
5858
# returns x^2 + y + 2
59-
print(rghuo.TestClusterGHPR(3, y=4)) # = 15
59+
print(rghuo.TestClusterGHPythonRemote(3, y=4)) # = 15
-4.06 KB
Binary file not shown.
4.32 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
'examples/GH_python_remote.ghx',
6868
'examples/GH_python_remote_plt_example.ghx',
6969
'examples/CPython_to_GH.py',
70+
'examples/TestClusterGHPythonRemote.ghuser'
7071
'ghcluster/GHPythonRemote.ghuser',
7172
],
7273
},

0 commit comments

Comments
 (0)