Skip to content

Commit dc96d19

Browse files
committed
Rename RunForeign to RunForeignNb
1 parent bd881d2 commit dc96d19

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@
1111
DENIED = "Denied"
1212

1313
__doc__ = """\
14-
RunForeign
14+
RunForeignNb
1515
============
1616
17-
**RunForeign** runs a foreign tool via sockets.
17+
**RunForeign** runs a foreign notebook via sockets.
1818
1919
20-
Assumes there is a server up and running, handshakes, and pings for availability on every validation run of pipeline.
21-
Server must be idompotent on both handshake and validation ping.
22-
Server provides definition of what run will be.
20+
Assumes there is a notebook running as a server to do the handshake, receive an image, and send back labels.
2321
2422
|
2523
@@ -31,10 +29,10 @@
3129
3230
"""
3331

34-
class RunForeign(ImageSegmentation):
32+
class RunForeignNb(ImageSegmentation):
3533
category = "Object Processing"
3634

37-
module_name = "RunForeign"
35+
module_name = "RunForeignNb"
3836

3937
variable_revision_number = 1
4038

0 commit comments

Comments
 (0)