Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
DEVOPS-353: Update "setSparseOutput" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Mar 8, 2018
1 parent a73226a commit 3071b8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/py/src/nupic/bindings/regions/PyRegion.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ def setSparseOutput(outputs, name, value):
directly from python. Use this method to update the sparse output fields in
the "outputs" array so it can be resized from the c++ code.
:param outputs: (dict) of numpy arrays (one per output)
:param outputs: (dict) of numpy arrays. This is the original outputs dict
owned by the C++ caller, passed to region via the compute method to
be updated.
:param name: (string) name of output
:param value: (object) the sparse array to assign to the output
"""
Expand Down

0 comments on commit 3071b8a

Please sign in to comment.