Skip to content

Commit

Permalink
Merge pull request #184 from madsbk/master
Browse files Browse the repository at this point in the history
Fixed #144
  • Loading branch information
madsbk committed Jan 25, 2017
2 parents 6b639e9 + 2f79b3a commit 1404b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridge/npbackend/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def execfile_wrapper(path):
# numpy becomes bohrium
sys.modules['numpy_force'] = numpy
sys.modules['numpy'] = bohrium
sys.modules['numpy.random'] = bohrium.random
sys.modules['numpy.linalg'] = bohrium.linalg

# Set the module search path to the dir of the script
sys.argv.pop(0)
Expand Down

0 comments on commit 1404b6f

Please sign in to comment.