imsweb / algorithms

Java implementation of cancer-related algorithms (NHIA, NAPIIA, Survival Time, etc...)
Other
6 stars 6 forks source link

Latest version of ICCC algorithm contains errors #127

Closed depryf closed 3 years ago

depryf commented 3 years ago

The latest version IARC/2017) is based on the CSV file containing the same information as this page:

https://seer.cancer.gov/iccc/iccc-iarc-2017.html

Unfortunately, when the algorithm was added back in February 2021, the CSV files contained some mistake in some of the histology inclusions, generating some wrong results.

depryf commented 3 years ago

This is fixed, it will be released with version 3.6.

I also beefed up the unit tests so we detect this type of problems right away.