-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snake case module names PART 1 #3550
Conversation
renamed: src/nupic/frameworks/opf/htmpredictionmodelcallbacks.py -> src/nupic/frameworks/opf/htm_prediction_model_callbacks.py renamed: src/nupic/frameworks/opf/htmpredictionmodel_classifier_helper.py -> src/nupic/frameworks/opf/htm_prediction_model_classifier_helper.py renamed: src/nupic/frameworks/opf/modelcallbacks.py -> src/nupic/frameworks/opf/model_callbacks.py renamed: src/nupic/frameworks/opf/modelfactory.py -> src/nupic/frameworks/opf/model_factory.py renamed: src/nupic/frameworks/opf/opfbasicenvironment.py -> src/nupic/frameworks/opf/opf_basic_environment.py renamed: src/nupic/frameworks/opf/opfenvironment.py -> src/nupic/frameworks/opf/opf_environment.py renamed: src/nupic/frameworks/opf/opfhelpers.py -> src/nupic/frameworks/opf/opf_helpers.py
renamed: src/nupic/frameworks/opf/opfutils.py -> src/nupic/frameworks/opf/opf_utils.py
Ignore "Fixes Issue" validation failure. |
@scottpurdy can you review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. I don't think we should have a complete example not using the network api. It's fine if we want to show usage of a given algorithm component individually, but for the complete example we should just show the recommended way with the network api.
contributes to #3546
Part one of several PRs to rename python files and module names. Breaking into parts to make it easier to merge.
Includes the following renamings: