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

inputs and outpus: always return the default values #41

Closed
VEZY opened this issue Apr 26, 2023 · 1 comment
Closed

inputs and outpus: always return the default values #41

VEZY opened this issue Apr 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@VEZY
Copy link
Member

VEZY commented Apr 26, 2023

It is complicated to get the default values for a model, or a set of models. And we already have the inputs and outputs function to get the names of the variables. It is then trivial for users to only get the names on the returned tuple, so we should propagate all the information, not just the name.

Also, while doing so we should change the internal inputs_ function for inputs (same for outputs), because it can be confusing for users.

@VEZY VEZY added the enhancement New feature or request label Apr 26, 2023
@VEZY
Copy link
Member Author

VEZY commented Apr 4, 2024

I prefered doing this in variables. Fixed it in c62a693

@VEZY VEZY closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant