Changes between Initial Version and Version 1 of Ticket #27492, comment 8
- Timestamp:
- Nov 21, 2019, 1:02:53 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27492, comment 8
initial v1 1 1 Replying to [comment:7 gh-DeRhamSource]: 2 2 > Since false results are produced, it seems to be a severe bug. On this, I'd suggest either to solve it for milestone 9 or at least to disable the feature or give it a warning in the documentation until a solution is found. 3 Fortunately, with Python 3 , there is no longer any silent error: a `TypeError` exception is raised instead. So there is no need to disable a feature (parallelization) that is massively used in tensor calculus on manifolds (see e.g. many of [https://sagemanifolds.obspm.fr/examples.html these examples]).3 Fortunately, with Python 3 (and hence Sage 9.0), there is no longer any silent error: a `TypeError` exception is raised instead. So there is no need to disable a feature (parallelization) that is massively used in tensor calculus on manifolds (see e.g. many of [https://sagemanifolds.obspm.fr/examples.html these examples]).