Skip to content

Minor bugfixes

Nicolas Tancogne-Dejean requested to merge minor_fixes into hotfix-14.1

Description

Minor bugfixes:

  • The CG atan could fail for certain cases when alpha is zero
  • Debug=info was failing for dimensions lower than 3
  • The fallback on modified Gram-Schmidt was not robbust enough. The other method is more robust

News snippet

Minor bugfixes.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports