Skip to content
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

Removes UNDER_DEVELOPMENT example code #3544

Closed
wants to merge 5 commits into from

Conversation

rhyolight
Copy link
Member

fixes #3543

@rhyolight rhyolight requested a review from subutai April 12, 2017 15:01
@rhyolight
Copy link
Member Author

Working on fixing tests.

Copy link
Member

@subutai subutai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming tests pass

@rhyolight
Copy link
Member Author

rhyolight commented Apr 13, 2017

I can't figure out why I get this error in all CI builds:

IOError: [Errno 2] No such file or directory: '/Users/travis/build/numenta/nupic/examples/opf/ySubExperiment'

But I cannot replicate it locally! And also, the only place in the entire codebase that contains ySubExperiment:

examples/opf/experiments/classification/base_category/description.py
310:  'dataSource': 'fillInBySubExperiment',

examples/opf/experiments/classification/base_scalar/description.py
312:  'dataSource': 'fillInBySubExperiment',

examples/opf/experiments/missing_record/base/description.py
339:  'dataSource': 'fillInBySubExperiment',

examples/opf/experiments/multistep/base/description.py
325:  'dataSource': 'fillInBySubExperiment',

examples/opf/experiments/spatial_classification/base/description.py
322:  'dataSource': 'fillInBySubExperiment',
323:  'errorMetric': 'fillInBySubExperiment'

Strange, no? If anyone else can check this branch out and trying running unit tests after a clean build, let me know if you get the error as well?

@rhyolight
Copy link
Member Author

I'm going to start this over and do it in pieces.

@rhyolight rhyolight closed this Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove old "UNDER_DEVELOPMENT" example code
2 participants