Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrective ML not necessarily compatible with packs #2825

Open
AaronDonahue opened this issue May 15, 2024 · 0 comments
Open

Corrective ML not necessarily compatible with packs #2825

AaronDonahue opened this issue May 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Machine File

Comments

@AaronDonahue
Copy link
Contributor

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.

@AaronDonahue AaronDonahue added bug Something isn't working Machine File labels May 15, 2024
@AaronDonahue AaronDonahue self-assigned this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Machine File
Projects
None yet
Development

No branches or pull requests

1 participant