HUBioDataLab / DrugGEN

Official implementation of DrugGEN
GNU General Public License v3.0
50 stars 16 forks source link

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

Open SaShukla090 opened 1 year ago

SaShukla090 commented 1 year ago

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.