Skip to content

Commit

Permalink
Merge pull request #40 from niva-sag/patch-6
Browse files Browse the repository at this point in the history
Update BasicAnomalyDetection.mon
  • Loading branch information
ck-c8y authored Jun 21, 2024
2 parents 235dc60 + 5c7d4e1 commit 1ae9491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/blocks/BasicAnomalyDetection.mon
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ event BasicAnomalyDetection {
*
* @$inputName value Value
*/
action $process(Activation $activation, float $input_value, AnomalyDetection_$State $blockState) {
action $process(Activation $activation, float $input_value, BasicAnomalyDetection_$State $blockState) {
if (not $blockState.stateInitialized) {
$blockState.lastValue := $input_value;
$blockState.mean := $input_value;
Expand Down

0 comments on commit 1ae9491

Please sign in to comment.