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

Commit

Permalink
Removing references to old tooling server domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight committed May 21, 2015
1 parent 8993bb6 commit d14a4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ notifications:
- "irc.freenode.net#nupic-hackers"
webhooks:
urls:
- http://issues.numenta.org:8081/travis
- https://webhooks.gitter.im/e/68f77bae61efa5c931f8
- https://api.keen.io/3.0/projects/5555161e2fd4b1326f14444a/events/travis-webhooks?api_key=a2e613bbb19b9b1f71a5543b7b677563551b4c3fe98534269546ff666ae453f82505791772faefc48682ee882ac7e99d2c3bfae7c7c19db7b5e7bbda34039119e4b42f5bf41bcea62d4ea9731db4a455141be7d5e8c715cb06366922eae0358e84abc2704ce16bb77b01fec3476cbac6

Expand Down
6 changes: 2 additions & 4 deletions nupic/swarming/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ def getSwarmModelParams(modelID):
# retrieving module params results in a leakage of pf_base_descriptionNN and
# pf_descriptionNN module imports for every call to getSwarmModelParams, so
# the leakage is unlimited when getSwarmModelParams is called by a
# long-running process. This issue is presently being
# tracked by the JIRA: https://issues.numenta.org/browse/NPC-225. An
# alternate solution is to execute the guts of this function's logic in a
# seprate process (via multiprocessing module).
# long-running process. An alternate solution is to execute the guts of
# this function's logic in a seprate process (via multiprocessing module).

cjDAO = ClientJobsDAO.get()

Expand Down

0 comments on commit d14a4f7

Please sign in to comment.