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

[Bug] a little bug for Task012_LIDC #47

Open
Zouxxyy opened this issue Dec 15, 2021 · 2 comments
Open

[Bug] a little bug for Task012_LIDC #47

Zouxxyy opened this issue Dec 15, 2021 · 2 comments

Comments

@Zouxxyy
Copy link

Zouxxyy commented Dec 15, 2021

rater_labels = [df[df.NoduleID == int(ii)].Malignancy.values[0] for ii in nodule_ids]

if ii == '0000000'

after nodule_ids = [ii.split('_')[2].lstrip("0") for ii in roi_id_paths]

ii will be ''

which will cause rater_labels = [df[df.NoduleID == int(ii)].Malignancy.values[0] for ii in nodule_ids] raise an error becaue of int('')

@mibaumgartner
Copy link
Collaborator

Dear @Zouxxyy ,

thanks for the bug report, I'll look into it in more detail after my vacation.

Best,
Michael

@DongChen06
Copy link

@Zouxxyy do you have any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants