Skip to content

Commit 5ef272f

Browse files
authored
Update index.rst missing step (#63)
When you use mas.get_module() the module doesn't come with the steps methods defined. Not sure if it's a bug but the addition of mas.define_steps(module) is enough to fix it.
1 parent 918849b commit 5ef272f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Execute a model in MAS
222222
from sasctl.services import microanalytic_score as mas
223223

224224
module = mas.get_module('Module Name')
225+
module = mas.define_steps(module)
225226
module.predict(model_inputs)
226227

227228

0 commit comments

Comments
 (0)