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: rename parameter csv_path -> dataset_path #549

Closed
Tracked by #614
NickleDave opened this issue Jul 23, 2022 · 0 comments · Fixed by #632
Closed
Tracked by #614

ENH: rename parameter csv_path -> dataset_path #549

NickleDave opened this issue Jul 23, 2022 · 0 comments · Fixed by #632
Assignees
Projects

Comments

@NickleDave
Copy link
Collaborator

To simultaneously be more specific (because there are other .csv paths) and be more general (because a dataset may not always be a .csv)

Probably not a good idea to heavily overload the semantics of this argument--e.g. by allowing dataset_path to be any of 12 different things--but it repeatedly annoys me that the name csv_path is not very clear from context.
Maybe dataset_csv_path? But that's starting to get pretty verbose

@NickleDave NickleDave self-assigned this Jul 23, 2022
@NickleDave NickleDave added this to Backlog in ENH Jul 25, 2022
@NickleDave NickleDave moved this from Backlog to To do in ENH Feb 11, 2023
@NickleDave NickleDave moved this from To do to In progress in ENH Feb 24, 2023
NickleDave added a commit that referenced this issue Feb 24, 2023
because `csv_path` is not very specific, and because
the path to a dataset may not always be
the path to a csv (although it is for now)

- Rename `csv_path` -> `dataset_path` in vak/config
- Rename `csv_path` -> `dataset_path` in vak/core
- Rename `csv_path` -> `dataset_path` in vak/cli
- Rename `csv_path` -> `dataset_path` in tests
NickleDave added a commit that referenced this issue Feb 24, 2023
ENH: Rename config option `csv_path` -> `dataset_path`, fix #549
NickleDave added a commit that referenced this issue Feb 24, 2023
because `csv_path` is not very specific, and because
the path to a dataset may not always be
the path to a csv (although it is for now)

- Rename `csv_path` -> `dataset_path` in vak/config
- Rename `csv_path` -> `dataset_path` in vak/core
- Rename `csv_path` -> `dataset_path` in vak/cli
- Rename `csv_path` -> `dataset_path` in tests
NickleDave added a commit that referenced this issue Feb 24, 2023
Rename csv path dataset path, fix #549
@NickleDave NickleDave moved this from In progress to Done in ENH Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
ENH
Done
Development

Successfully merging a pull request may close this issue.

1 participant