Opened 8 years ago
Closed 4 months ago
#14588 closed defect (invalid)
find_local_minimum calls f with an expression
Reported by: | ManDay | Owned by: | jason, jkantor |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | numerical | Keywords: | |
Cc: | slelievre | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The call
find_local_minimum(lambda x: deviation(x, some_const), -maxrange, maxrange)
calls the lambda with an expression of the form
1234 == 4567
at least once. Complete code:
Change History (7)
comment:1 Changed 7 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:3 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:4 Changed 6 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:5 Changed 4 months ago by
- Cc slelievre added
- Description modified (diff)
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Priority changed from critical to major
- Status changed from new to needs_review
comment:6 Changed 4 months ago by
- Status changed from needs_review to positive_review
comment:7 Changed 4 months ago by
- Resolution set to invalid
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Proposing to close as invalid.
The description does not give a minimal reproducible example.
It links to a page with complete code, which is probably lost.