Opened 20 years ago
Closed 19 years ago
#9 closed enhancement (fixed)
Feedback on errors
| Reported by: | ole | Owned by: | duncan |
|---|---|---|---|
| Priority: | low | Milestone: | least_squares module finished |
| Component: | Functionality and features | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | ole |
Description (last modified by )
I've shortened the points that this ticket raises to:
Give feedback when;
points outside mesh. (Done)
mesh outside points boundary.
I'm assuming this is when using least_squares fit_to_mesh and least_squares interpolate (or any wrapper of these functions).
other points are now in tickets 23 and 24.
Change History (12)
comment:1 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 20 years ago by
| Severity: | normal → enhancement |
|---|
comment:5 Changed 20 years ago by
| Status: | new → assigned |
|---|
comment:6 Changed 20 years ago by
comment:7 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:8 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:9 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:10 Changed 20 years ago by
| Description: | modified (diff) |
|---|
comment:11 Changed 20 years ago by
| Component: | Compilation and installation → Functionality and features |
|---|
comment:12 Changed 19 years ago by
| Description: | modified (diff) |
|---|---|
| Priority: | normal → low |
| Resolution: | → fixed |
| Status: | assigned → closed |
A warning is given when a point is outside the mesh and if no points are inside mesh, in verbose mode, in interpolate.
Note: See
TracTickets for help on using
tickets.

I've shortened the points that this ticket raises to: Give feedback when
I'm assuming this is when using least_squares fit_to_mesh and least_squares interpolate (or any wrapper of these functions).
other points are now in ticket 23 and 24.