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
This example silently renders nothing because the default numpy data type is int64, not float64. Setting dtype=np.float64 fixes rendering. We should have some sort of validation about the data type.
This example silently renders nothing because the default numpy data type is int64, not float64. Setting
dtype=np.float64
fixes rendering. We should have some sort of validation about the data type.The text was updated successfully, but these errors were encountered: