Opened 4 years ago
Closed 4 years ago
#26777 closed defect (fixed)
Bug in parallelization on manifolds
Reported by: | mmancini | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.5 |
Component: | calculus | Keywords: | |
Cc: | egourgoulhon | Merged in: | |
Authors: | Marco Mancini | Reviewers: | Eric Gourgoulhon |
Report Upstream: | N/A | Work issues: | |
Branch: | 123872b (Commits, GitHub, GitLab) | Commit: | 123872bbbb46591d5b0f87f804cbed85aeb18f7e |
Dependencies: | Stopgaps: |
Description (last modified by )
During parallelization introduced in #26168, a variable which is passed to the parallel function was not always defined.
Change History (9)
comment:1 Changed 4 years ago by
- Branch set to public/manifolds/bug_in_26168
comment:2 Changed 4 years ago by
- Commit set to 123872bbbb46591d5b0f87f804cbed85aeb18f7e
comment:3 Changed 4 years ago by
- Status changed from new to needs_review
comment:4 Changed 4 years ago by
- Description modified (diff)
- Reviewers set to Eric Gourgoulhon
- Status changed from needs_review to positive_review
- Summary changed from BUG introduced in #26168 to Bug in parallelization on manifolds
Tested against http://nbviewer.jupyter.org/github/sagemanifolds/SageManifolds/blob/master/Worksheets/v1.3/SM_sphere_S3_metric.ipynb ==> OK.
Thanks for the fix!
comment:5 Changed 4 years ago by
*cough* Author name *cough*
comment:6 Changed 4 years ago by
- Status changed from positive_review to needs_work
comment:7 Changed 4 years ago by
- Status changed from needs_work to needs_review
comment:8 Changed 4 years ago by
- Status changed from needs_review to positive_review
comment:9 Changed 4 years ago by
- Branch changed from public/manifolds/bug_in_26168 to 123872bbbb46591d5b0f87f804cbed85aeb18f7e
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. New commits:
resolved BUG