Skip to content

Conversation

@mattdean3-nhs
Copy link
Contributor

No description provided.

@github-actions
Copy link

🚀 PR environment successfully deployed.
Commit Hash: ddf949df40a28b120585081925213b4536861e34
URL: https://nrl1860-01ba47.api.record-locator.dev.national.nhs.uk/

Copy link
Contributor

@anjalitrace2-nhs anjalitrace2-nhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor non-blocking comment, looks good to me! ✅

Comment on lines 284 to 297
# def _set_up_count_iterator(pointers_per_px: float) -> iter:
# """
# Given a target average number of pointers per patient,
# generates a distribution of counts per individual patient.
# """
#
# extra_per_hundred = int(
# (pointers_per_px - 1.0) * 100
# ) # no patients can have zero pointers
# counts = {}
# counts["3"] = extra_per_hundred // 10
# counts["2"] = extra_per_hundred - 2 * counts["3"]
# counts["1"] = 100 - counts[2] - counts[3]
# return _set_up_cyclical_iterator(counts)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super minor: do we need this or can we bin it?

@anjalitrace2-nhs anjalitrace2-nhs merged commit f3706f6 into develop Dec 18, 2025
0 of 2 checks passed
@anjalitrace2-nhs anjalitrace2-nhs deleted the feature/made14-NRL-1860-nft-run-prep branch December 18, 2025 10:25
@sonarqubecloud
Copy link

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants