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

Unit and Integration Testing #11

Open
5 tasks done
CCInc opened this issue Nov 15, 2022 · 1 comment
Open
5 tasks done

Unit and Integration Testing #11

CCInc opened this issue Nov 15, 2022 · 1 comment
Assignees

Comments

@CCInc
Copy link
Owner

CCInc commented Nov 15, 2022

Issue for tracking how to incorporate testing within the repo.

Unit testing

  • Ensure datasets remain downloadable and usable
  • Ensure datasets are loaded in the correct torch_geometric.data.Data format
  • Unit testing for custom transforms
  • Test that models get built correctly. Some good examples from PyG repository.

Integration testing

  • Test data->model pipeline end-to-end for combinations of datasets and models
@CCInc CCInc assigned CCInc and unassigned CCInc Nov 15, 2022
@leo-stan
Copy link
Collaborator

Test every permutation of dataset-model

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

No branches or pull requests

3 participants