a playground adding surface subdivision methods to scipy
Go to file
Stephen M. McQuay 292b78628f ignore ctags file 2012-07-19 11:34:12 -05:00
bin First functioning pass at connectivity. 2012-07-13 15:33:24 -06:00
blender added unittest to verify good connectivity generation; should be failing tests 2012-07-13 08:43:08 -06:00
surf Removed needless verbage from tests modules. 2012-07-13 15:33:48 -06:00
.hgignore ignore ctags file 2012-07-19 11:34:12 -05:00
AUTHORS.txt moved authors file 2012-03-19 21:50:04 -06:00
LICENSE.txt Added license file 2012-03-12 17:56:17 -06:00
README.rst updated how I call the unittests 2012-07-18 06:52:16 -05:00
setup.py cleaned up some pep8/pyflakes violations 2012-03-19 22:18:02 -06:00

README.rst

========
surfaces
========

.. rubric:: a playground adding surface subdivision methods to scipy

Testing
=======
Please run the following command to run all tests::

    python -m unittest discover -v