Skip to content

Commit 4abc7a3

Browse files
committed
Merge branch 'dev'
2 parents 1674e02 + 0f5f368 commit 4abc7a3

File tree

5 files changed

+296
-119
lines changed

5 files changed

+296
-119
lines changed

py_fcm/__const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
NODE_TYPE = "type of node"
2727
NODE_VALUE = "current node value"
2828
NODE_USE_MEM = "use memory in current node execution"
29+
NODE_MAX_ACTV = "maximum node activation input value"
2930
NODE_AUX = "auxiliary influence value list for new value calculation"
3031
NODE_USE_MAP_FUNC = "use map activation function"
3132
NODE_EXEC_FUNC = "custom execution function"

0 commit comments

Comments
 (0)