~ubuntu-branches/ubuntu/karmic/python-scipy/karmic

« back to all changes in this revision

Viewing changes to Lib/linalg/tests/test_atlas_version.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T. Chen (new)
  • Date: 2005-03-16 02:15:29 UTC
  • Revision ID: james.westby@ubuntu.com-20050316021529-xrjlowsejs0cijig
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
#
 
3
# Created by: Pearu Peterson, October 2003
 
4
#
 
5
 
 
6
import sys
 
7
from scipy_test.testing import *
 
8
set_package_path()
 
9
import linalg.atlas_version
 
10
del sys.path[0]
 
11
 
 
12
# No tests possible.
 
13
# Importing atlas_version will print out atlas version.