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

Refactor Argument Name in load_molecules Function for removing error from training code #16

Open
wants to merge 1 commit into
base: archive
Choose a base branch
from

Conversation

SaShukla090
Copy link

Description:

This pull request addresses a minor but crucial update in the training_data.py file. The load_molecules function previously took an argument named batch, which could be misleading and did not accurately describe the expected input. I have refactored the argument name to data, which aligns with the typical naming conventions used within the codebase and accurately represents the input as the data to be processed, which solves the error due wrong argument name.

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.

None yet

1 participant