a playground adding surface subdivision methods to scipy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen M. McQuay 292b78628f ignore ctags file 11 years ago
bin First functioning pass at connectivity. 11 years ago
blender added unittest to verify good connectivity generation; should be failing tests 11 years ago
surf Removed needless verbage from tests modules. 11 years ago
.hgignore ignore ctags file 11 years ago
AUTHORS.txt moved authors file 11 years ago
LICENSE.txt Added license file 11 years ago
README.rst updated how I call the unittests 11 years ago
setup.py cleaned up some pep8/pyflakes violations 11 years ago

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