Changeset 713 for mystic/tests/test_symbolic.py
- Timestamp:
- 04/03/14 12:44:55 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/tests/test_symbolic.py
r686 r713 1 #!/usr/bin/env python 2 # 3 # Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 4 # Author: Alta Fang (altafang @caltech and alta @princeton) 5 # Copyright (c) 1997-2014 California Institute of Technology. 6 # License: 3-clause BSD. The full license text is available at: 7 # - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 8 1 9 from mystic.symbolic import * 2 10 from mystic.math import almostEqual
Note: See TracChangeset
for help on using the changeset viewer.