This change updates the number of threads used by PolynomialPathFitter to the total number of available hardware threads. Previously it used the number of hardware threads minus two, which obviously is an issue if there are only two threads available.
Testing I've completed
Tested the PolynomialPathFitter examples locally and ran test suite.
Brief summary of changes
This change updates the number of threads used by
PolynomialPathFitter
to the total number of available hardware threads. Previously it used the number of hardware threads minus two, which obviously is an issue if there are only two threads available.Testing I've completed
Tested the
PolynomialPathFitter
examples locally and ran test suite.Looking for feedback on...
CHANGELOG.md (choose one)
This change is