Navigation Menu

Skip to content

Commit

Permalink
Fixed misnamed reference to numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy B Karnowski committed Aug 21, 2015
1 parent 5d6f3aa commit 4ff3c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exporters/pythontodivvy.py
Expand Up @@ -36,5 +36,5 @@ def pythontodivvy(data, name):
Usage: python pythontodivvy.py datafile.npy
"""
npyfile = sys.argv[1]
pythondata = np.load(npyfile)
pythondata = numpy.load(npyfile)
pythontodivvy(pythondata,npyfile[:-4])

0 comments on commit 4ff3c38

Please sign in to comment.