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
Right now the interface between EAMxx and Corrective-ML assumes that in the pybind the memory can be reshaped by ncol and nlev, but in a configuration where the data is "packed" and nlev is not a multiple of the packsize we will grab unitialized data in the last pack.
The organization of the numpy arrays in the ML/EAMxx interface needs to be based on the npacks x packsize and then resized to only include the Real valued data.
The text was updated successfully, but these errors were encountered:
Right now the interface between EAMxx and Corrective-ML assumes that in the pybind the memory can be reshaped by
ncol
andnlev
, but in a configuration where the data is "packed" andnlev
is not a multiple of the packsize we will grab unitialized data in the last pack.The organization of the numpy arrays in the ML/EAMxx interface needs to be based on the
npacks x packsize
and then resized to only include the Real valued data.The text was updated successfully, but these errors were encountered: