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
The only hardcoded requirement for double is through Arpack right now. Other than that, it should work. But because of Arpack, we'll need to separate value_type in MeshEvaluator in two.
Right now we only instantiate vector with
ScalarType=double
. We should also instantiateScalarType=float
.The text was updated successfully, but these errors were encountered: