-
-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Milestone
Description
The parallelisation of the function a.__mul__(a) in src/sage/tensor/modules/comp.py was only one test failing with python3 in src/sage/tensor.
Previously, with python2.7, to create the partial result we used
a list comprehension but now it fails.
We have to replace it with a for loop.
CC: @egourgoulhon @fchapoton @tscrim
Component: geometry
Keywords: @parallel, pickle
Author: Marco Mancini
Branch/Commit: 2a481f1
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/26601