pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
234 stars 62 forks source link

BUG: metric: Do not skip normalization just because `de is None` #467

Closed eric-wieser closed 4 years ago

eric-wieser commented 4 years ago

The intent here was likely to just avoid normalizing de if de is None, and this change brings the implementation in line with the intent.

Fixes #466, cc @greg1950

eric-wieser commented 4 years ago

Failure is #441