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 type details for many geometries tend to be quite detailed, this causes problems while printing the data or representing it in a tabular form like dataframe that omits printing of data due to the long type names of GB columns. It'd be nice to have something like a Base.show() to sort of truncate the unnecessary info.
The text was updated successfully, but these errors were encountered:
We removed the meta infrastructure in 0.5 which was responsible for a lot of type complexity. The remaining complexity in Mesh is necessary for performance. Without it vertex data types aren't inferable and you run into a bunch of runtime dispatch issues.
The type details for many geometries tend to be quite detailed, this causes problems while printing the data or representing it in a tabular form like dataframe that omits printing of data due to the long type names of GB columns. It'd be nice to have something like a
Base.show()
to sort of truncate the unnecessary info.The text was updated successfully, but these errors were encountered: