As pointed out in this sage-devel post, the keyword verbose=True used to trigger the check of the inverse of a transition map in CoordChange.set_inverse() would be better named check=True. This is performed in this ticket. Moreover, check=True is now the default (previously, it was verbose=False) and the printed output of the check has been improved.
CC: @simon-king-jena @tscrim
Component: geometry
Keywords: chart, coordinate_change
Author: Eric Gourgoulhon
Branch/Commit: a9c5ad8
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/28422