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

Improvements to Dummy Dataset #34

Merged
merged 6 commits into from
Mar 8, 2024
Merged

Improvements to Dummy Dataset #34

merged 6 commits into from
Mar 8, 2024

Conversation

shenoynikhil
Copy link
Collaborator

Dummy dataset does not have data dict with the required fields which led to us rewriting many functions like (__getitem__, ...). Having a data dict allows other methods like numbers() from BaseDataset to be used. We should have to rewrite as few methods as possible for Dummy to allow reusing BaseDataset methods.

This becomes a problem for testing different functions like (zs_table) in openMLIP since we want Dummy to have the same properties as other QDC datasets.

@shenoynikhil shenoynikhil requested a review from FNTwin February 9, 2024 01:34
Base automatically changed from tmqm_add to main February 9, 2024 14:58
@shenoynikhil shenoynikhil changed the base branch from main to develop March 7, 2024 19:16
@FNTwin FNTwin changed the base branch from develop to refactoring March 8, 2024 13:05
Copy link
Collaborator

@FNTwin FNTwin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@FNTwin FNTwin merged commit 088d457 into refactoring Mar 8, 2024
5 checks passed
@FNTwin FNTwin deleted the minor_fixes branch March 8, 2024 14:04
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.

3 participants