Dear authors,
Thanks for the exciting work.
While working with the code of preprocessing PubChem dataset, I came across a specific line in a file that I find confusing. Could you please clarify its purpose?
File: ./preprocessing/PubChemstep_01_description_extraction.py
Line number: 160
Code on that line: assert description_data["TotalPages"] == total_page_num
I've observed that the variable total_page_num is set to 290, but the execution result shows description_data["TotalPages"] as 422. When I commented out this line, the code ran without any issues.
I'm not sure why this line is necessary and how it fits into the overall functionality of the script. Understanding its purpose would help me a lot in my current work and in contributing more effectively to the project.
Thank you for your assistance!
Best regards,
Syzseisus
Dear authors,
Thanks for the exciting work.
While working with the code of preprocessing PubChem dataset, I came across a specific line in a file that I find confusing. Could you please clarify its purpose?
File:
./preprocessing/PubChemstep_01_description_extraction.pyLine number: 160
Code on that line:
assert description_data["TotalPages"] == total_page_numI've observed that the variable
total_page_numis set to290, but the execution result showsdescription_data["TotalPages"]as422. When I commented out this line, the code ran without any issues.I'm not sure why this line is necessary and how it fits into the overall functionality of the script. Understanding its purpose would help me a lot in my current work and in contributing more effectively to the project.
Thank you for your assistance!
Best regards,
Syzseisus