You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Many of the data members in LinearSolverConfig are not initialized in the constructor. Specifically, they are initialized when the "get_if_present" yaml call is made. Worse yet, the defaults are provided to this method.
This is dangerous and should be replaced by the options defaulted in the constructor.
The text was updated successfully, but these errors were encountered:
Many of the data members in LinearSolverConfig are not initialized in the constructor. Specifically, they are initialized when the "get_if_present" yaml call is made. Worse yet, the defaults are provided to this method.
This is dangerous and should be replaced by the options defaulted in the constructor.
The text was updated successfully, but these errors were encountered: