openmc
openmc copied to clipboard
Move `test_evaluate_legendre` to the C++ test suite.
The openmc.lib.math.evaluate_legendre function (and maybe others in that file) exists only for the purpose of testing the C++ implementation of this function. The wrapper can be removed from openmc/lib/math.py and the tests should be moved to the C++ test suite.
Reopening this as it might have been inadvertently closed due to being linked in #2729 and its focus is separate from that of the PR.
Closed by #2955