HTM Engine Integration Tests

I’m testing an installation of htmengine by running the unit and integration tests. (I have it working on osx but not yet on linux). I followed the instructions in the README. Some of the tests pass, but not all. For instance the result_quality_test.py fails with:

AmqpChannelError: (404, “NOT_FOUND - no exchange ‘htmengine.model.results’ in vhost ‘/’”, 50, 20)

Seems like something isn’t right with rabbit. I’d appreciate any suggestions.

thank you,

Ryan

1 Like

htmengine isn’t a standalone application, so it’s likely that your setup is technically incomplete and integration tests may not pass. You will need to implement an application, including the necessary configurations and environment variables. I recommend https://github.com/htm-community/skeleton-htmengine-app as a starting point.

1 Like

Also https://github.com/numenta/numenta-apps/tree/master/htmengine/tests/support/skeleton-app

1 Like