Closed vabor112 closed 2 weeks ago
One simple way to reproduce: run make test
on commit https://github.com/geometric-kernels/GeometricKernels/pull/149/commits/a817021dcda588898a951138b73081b6e105437f
Fixed by https://github.com/geometric-kernels/GeometricKernels/commit/461670378ea254a7e286388fa932ba640f6949de. As it turns out, this bug was never present in main.
Bug
The test
tests/spaces/test_lie_groups.py::test_characters_orthogonal
fails for even n (we used to only test for odd n).To reproduce
If you run
tests/spaces/test_lie_groups.py::test_characters_orthogonal
with_group
fixture changed toyou get something like
Expected behavior
The test should not fail.
System information