Ticket #155 (new enhancement)
improve the gridpts algorithm to ignore obvious duplicates
Reported by: | mmckerns | Owned by: | mmckerns |
---|---|---|---|
Priority: | minor | Milestone: | mystic-0.3a |
Component: | mystic.math | Keywords: | |
Cc: |
Description
improve the gridpts algorithm to ignore obvious duplicates
For example, repeat points occur (so should ignore) when:
- nbins[:] = 1
- upper[:] = lower[:]
Change History
Note: See
TracTickets for help on using
tickets.
Code should go something like this: