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
I stumbled on this now while trying to push volume data to Liquid Earth. The StructuredData has five data sets named Features and Properties, X, Y, and Z. I talked to @Leguark and the bug looks obvious enough (as summarized in this title). For now I will proceed without modifying Subsurface because I can create a new StructuredData with only one data array (e.g. data_array = ss.StructuredData.from_numpy(geo_model.solutions.s_regular_grid.data.property_matrix.data) and achieve my current goal.
The text was updated successfully, but these errors were encountered:
agzimmerman
changed the title
StructuredData.to_binary assumes there is only a single data set (which is named data_array)StructuredData.to_binary assumes there is only a single data set (which is named data_array)
Oct 29, 2021
I stumbled on this now while trying to push volume data to Liquid Earth. The
StructuredData
has five data sets namedFeatures
andProperties
,X
,Y
, andZ
. I talked to @Leguark and the bug looks obvious enough (as summarized in this title). For now I will proceed without modifying Subsurface because I can create a newStructuredData
with only one data array (e.g.data_array = ss.StructuredData.from_numpy(geo_model.solutions.s_regular_grid.data.property_matrix.data
) and achieve my current goal.The text was updated successfully, but these errors were encountered: