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
Float is a type though right? const Float = Float64 it is a type alias. I don't see an issue for it, but I think it should be removed altogether, so we just use Float64 instead. The original idea was to start using it to support running in single precision but this is only half (so not) supported. And if we would start supporting it we'd use type parameters rather than a type alias.
Originally posted by @visr in #534 (comment)
The text was updated successfully, but these errors were encountered: