summaryrefslogtreecommitdiff
path: root/weave/examples/py_none.py
diff options
context:
space:
mode:
authorEric Jones <eric@enthought.com>2002-01-03 20:32:35 +0000
committerEric Jones <eric@enthought.com>2002-01-03 20:32:35 +0000
commit4ceef2e6c852d1a805aaf73cd409b1d7246e4121 (patch)
tree29ce3b53743854ff676527c6fd8b40fa5d96100a /weave/examples/py_none.py
parenta15e2fa6f0ee81a8eeec84dbab7ae88cdd7ad330 (diff)
downloadnumpy-4ceef2e6c852d1a805aaf73cd409b1d7246e4121.tar.gz
more changes of names from compiler to weave
Diffstat (limited to 'weave/examples/py_none.py')
-rw-r--r--weave/examples/py_none.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weave/examples/py_none.py b/weave/examples/py_none.py
index 0ab90dccc..6ee0b91e6 100644
--- a/weave/examples/py_none.py
+++ b/weave/examples/py_none.py
@@ -1,6 +1,6 @@
# This tests the amount of overhead added for inline() function calls.
# It isn't a "real world" test, but is somewhat informative.
-# C:\home\ej\wrk\scipy\compiler\examples>python py_none.py
+# C:\home\ej\wrk\scipy\weave\examples>python py_none.py
# python: 0.0199999809265
# inline: 0.160000085831
# speed up: 0.124999813736 (this is about a factor of 8 slower)