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

CC->CC transition for general models fails when n_mesh_p is not the same for each kernel #31

Open
levisc8 opened this issue Jul 20, 2021 · 0 comments
Labels
bug Something isn't working padrino Functionality required to Padrino models

Comments

@levisc8
Copy link
Collaborator

levisc8 commented Jul 20, 2021

It looks like for at least 1 model in Padrino, evaluation of the expressions produces an output of the wrong length, which breaks .fun_to_iter_mat. This is because each domain (n_seedling = 137, n_ramet = 500) aren't properly crossed. This is not an issue when n_seedling = n_ramet.

Need to implement crossed versions of these domains for models where there are multiple continuous states, and then work out how to replace these internally, as the user-facing API shouldn't change.

@levisc8 levisc8 added bug Something isn't working padrino Functionality required to Padrino models labels Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working padrino Functionality required to Padrino models
Projects
None yet
Development

No branches or pull requests

1 participant