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

ENH: automatically gets inputs and outputs from csv file #486

Closed
Gui-FernandesBR opened this issue Nov 25, 2023 · 0 comments · Fixed by #542
Closed

ENH: automatically gets inputs and outputs from csv file #486

Gui-FernandesBR opened this issue Nov 25, 2023 · 0 comments · Fixed by #542
Assignees
Labels
Enhancement New feature or request, including adjustments in current codes Good first issue Good for newcomers

Comments

@Gui-FernandesBR
Copy link
Member

Is your feature request related to a problem? Please describe.

It would be convenient if we started to use the header of the csv files to define the inputs and outputs names in the Fucntion class.

Describe the solution you'd like

In the case where the inputs or outputs are set as None, overrides it using the headers of the csv file if they are present.

``*inputs, outputs = first_linesplit(",")

Additional context

This was suggested by @phmbressan

@Gui-FernandesBR Gui-FernandesBR added the Enhancement New feature or request, including adjustments in current codes label Nov 25, 2023
@Gui-FernandesBR Gui-FernandesBR added this to the Release v1.X.0 milestone Nov 25, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Closed in LibDev Roadmap Nov 25, 2023
@github-project-automation github-project-automation bot moved this from Closed to Backlog in LibDev Roadmap Nov 25, 2023
@Gui-FernandesBR Gui-FernandesBR added the Good first issue Good for newcomers label Dec 19, 2023
@Gui-FernandesBR Gui-FernandesBR linked a pull request Feb 5, 2024 that will close this issue
7 tasks
@github-project-automation github-project-automation bot moved this from Backlog to Closed in LibDev Roadmap Feb 8, 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, including adjustments in current codes Good first issue Good for newcomers
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

2 participants