1 | initial version |
According to the documentation of ChainComplex there is an optional argument
check
– boolean (optional, defaultTrue
). IfTrue
, check that each consecutive pair of differentials are composable and have composite equal to zero.
I can imagine this takes a while. How fast is it with check=False
?