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

Clarify how we make simulations over tables or singleton-alike input types #36

Closed
VEZY opened this issue Apr 19, 2023 · 0 comments
Closed

Comments

@VEZY
Copy link
Member

VEZY commented Apr 19, 2023

We can use any input type to run!, but it is not clear how PlantSimEngine handles time-steps here. For example a user could use a type that is compatible with the Tables.jl interface but that is in fact just one time-step.

To resolve this issue, I propose to implement a trait for the inputs, so users will have the possibility to define how PlantSimEngine handles their types just by defining if its a table-alike object or a singleton.

@VEZY VEZY closed this as completed in a05b28a Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant