Skip to content

Fix a bug where the F-tests would not be computed

Bryan Guillaume requested to merge bugFixFTestNotComputed into master

Before, the variable doTOnly was not set to a value when some F-tests were required. This could prevent the F-tests to be computed. Now, we set it to false when the F-tests are required.

Merge request reports