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

feat: implement dataset that only needs a dataframe #396

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

kjappelbaum
Copy link
Owner

This PR implements a dataset class that can be initialized with only a dataframe (i.e., without the need of providing a list of structures). This can be convenient if one wants to avoid passing the structure files.

I'm not sure if we should keep this feature or make it an option of StructureDataset - we should observe if we have a lot of use for this setting and, if not, remove this again.

Fixes #395

@kjappelbaum kjappelbaum merged commit ccaa0ef into main Nov 8, 2022
@kjappelbaum kjappelbaum deleted the kjappelbaum/issue395 branch November 8, 2022 12:23
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

Successfully merging this pull request may close these issues.

implement dataset that only needs a dataframe (and not the structures)
1 participant