DrugGEN icon indicating copy to clipboard operation
DrugGEN copied to clipboard

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

Open SaShukla090 opened this issue 2 years ago • 0 comments

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.

SaShukla090 avatar Nov 06 '23 22:11 SaShukla090