[yt-svn] [yt_analysis/yt] find_points should be slightly more flexible (issue #473)

Stephen Skory issues-reply at bitbucket.org
Wed Dec 5 14:54:46 PST 2012


--- you can reply above this line ---

New issue 473: find_points should be slightly more flexible
https://bitbucket.org/yt_analysis/yt/issue/473/find_points-should-be-slightly-more

Stephen Skory:

It would be nice if find_points could accept things like the examples below:

```
#!python

pf.h.find_points([0.5], [0.5], [0.5])
```
and/or
```
#!python

pf.h.find_points(0.5, 0.5, 0.5)
```

As of right now it only accepts numpy arrays.

Responsible: jzuhone
--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-svn mailing list