Giter VIP home page Giter VIP logo

hausdorff_scipy's Issues

Import Issues with Cython Module

At the moment attempting to run nosetests test_hausdorff.py (at path: scipy/spatial/tests) produces the traceback shown below. This is probably related to my recent switch to Cython from the original python module.

======================================================================
ERROR: Failure: ImportError (No module named hausdorff)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/treddy/anaconda/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/Users/treddy/anaconda/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/Users/treddy/anaconda/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/Users/treddy/github_projects/scipy/scipy/spatial/tests/test_hausdorff.py", line 5, in <module>
    import scipy.spatial.hausdorff
ImportError: No module named hausdorff

Docstring for Directed Hausdorff Distance

The docstring for directed_hausdorff in scipy/spatial/hausdorff.pyx should be brought up to numpy docstring standards, probably to a format similar to those for distance measures in the distance.py spatial module.

We'll want to have some nice working examples, including one for the (more common) symmetric Hausdorff distance (which involves both forward and reverse directed Hausdorff calculations).

Import / Module path

It will almost certainly be more reasonable to propose implementation of scipy.spatial.distance.directed_hausdorff rather than the current scipy.spatial.directed_hausdorff, so we should think about trying to make the import mechanics work that way.

I think this makes sense because there are already things like scipy.spatial.distance.euclidean and so on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.