diff --git a/galgebra/metric.py b/galgebra/metric.py index c6028f13..e8bd6f4e 100644 --- a/galgebra/metric.py +++ b/galgebra/metric.py @@ -114,7 +114,7 @@ def collect(A, nc_list): return C -def abs_with_hint(expr, hint: str) -> Expr: +def abs_with_hint(expr, hint: str = '0') -> Expr: """ Heuristics for simplifying the absolute value of an expression with hints. """