Skip to content

Per-adsorbate filtering of data sets #48

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

Merged
merged 13 commits into from
Nov 13, 2023
Merged

Per-adsorbate filtering of data sets #48

merged 13 commits into from
Nov 13, 2023

Conversation

vict0rsch
Copy link
Collaborator

@vict0rsch vict0rsch commented Oct 31, 2023

Create new option to filter data sets (train and vals) per adsorbate by modifying adsorbates as a list or a string:

# is2re.yaml
[...]
adsorbates: '*O,*OH2'
# is2re.yaml
[...]
adsorbates: '*O'
# is2re.yaml
[...]
adsorbates: ['*O', '*OH2']
# is2re.yaml
[...]
adsorbates:
  - '*O'
  - '*OH2'

Copy link
Collaborator

@AlexDuvalinho AlexDuvalinho left a comment

Choose a reason for hiding this comment

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

Looks good now

@vict0rsch
Copy link
Collaborator Author

I resolved conflicts in gnn_dev.py by keeping only the incoming changes (i.e. this branch)

@vict0rsch vict0rsch merged commit 2126dca into main Nov 13, 2023
vict0rsch added a commit that referenced this pull request Nov 29, 2023
AlexDuvalinho added a commit that referenced this pull request Jan 6, 2024
Disconnected per adsorbate dataset: import changes from #48
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.

2 participants