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

Commit

Permalink
Updated incorrect name for anomaly likelihood region. (#3770)
Browse files Browse the repository at this point in the history
* Updated incorrect name for anomaly likelihood region.

* Removed comments.
  • Loading branch information
rhyolight authored Sep 13, 2017
1 parent 27d569d commit 5edde36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nupic/engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

pyRegions = (
("nupic.bindings.regions.TestNode", "TestNode"),
("nupic.regions.AnomalyLikelihoodRegion", "AnomalyLikelihoodRegion"),
("nupic.regions.anomaly_likelihood_region", "AnomalyLikelihoodRegion"),
("nupic.regions.anomaly_region", "AnomalyRegion"),
("nupic.regions.knn_anomaly_classifier_region", "KNNAnomalyClassifierRegion"),
("nupic.regions.knn_classifier_region", "KNNClassifierRegion"),
Expand Down

0 comments on commit 5edde36

Please sign in to comment.