When running the regression tests, there is an issue where on LInux and Windows the yaw misalignment regression tests fail for test/regression/yaw_misalignment.py::TestStaticYawMisalignment.test_yaw_misaliginment_with_UQ when checking the calculated_yaw_mis_results_avg_overall.
On MacOS and Ubuntu with Python 3.10, there are no issues, however on Ubuntu with Python 3.13 and Windows with Python 3.10 and 3.13, the tests fail with different results.
Ubuntu w/ Python 3.13:
ACTUAL: array([3.39787, 2.83936])
DESIRED array([3.39796, 2.83936])
Windows w/ Python 3.10:
ACTUAL: array([3.39787, 2.83936])
DESIRED: array([3.39798, 2.83936])