openmc icon indicating copy to clipboard operation
openmc copied to clipboard

Move `test_evaluate_legendre` to the C++ test suite.

Open pshriwise opened this issue 2 years ago • 1 comments

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.

pshriwise avatar Oct 12 '23 21:10 pshriwise

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.

pshriwise avatar Oct 13 '23 01:10 pshriwise

Closed by #2955

paulromano avatar Jun 21 '24 04:06 paulromano