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

Commit

Permalink
Fixed nupicDir
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ragazzi committed Jun 16, 2014
1 parent 9b36231 commit 84d3f1c
Showing 1 changed file with 1 addition and 8 deletions.
Expand Up @@ -47,14 +47,7 @@ class MyTestEnvironment(object):

def __init__(self):

nupicDir = os.path.abspath(
os.path.join(os.path.dirname(__file__),
os.path.pardir,
os.path.pardir,
os.path.pardir,
os.path.pardir,
os.path.pardir,
os.path.pardir))
nupicDir = os.environ['NUPIC']

examplesDir = os.path.join(nupicDir, "examples")

Expand Down

0 comments on commit 84d3f1c

Please sign in to comment.