STYLE: Replace uint64_t with IT as index type in "*SerializationTest.py" - #6808
Conversation
`itk.IT` ("IdentifierType") is the most commonly supported index type for
VectorContainer. `itk.uint64_t` may or may not be identical to `itk.IT`,
depending on `ITK_USE_64BITS_IDS`, as discussed at issue InsightSoftwareConsortium#6774
"Review whether ITK_USE_64BITS_IDS is still needed".
Follow-up to pull request InsightSoftwareConsortium#6800
commit 0939d4c
"STYLE: Replace UL with IT as index type in itkPyVectorContainerTest.py",
|
@greptile-apps Can you please explain? As far as I know, this pull request does not update "the referenced GitHub Actions versions for caching, checkout, and Python setup"! |
|
You’re right. The summary incorrectly claimed that GitHub Actions versions were updated. The diff only changes the
No caching, checkout, or Python setup workflow files—or action versions—were modified. That part of the summary should be disregarded. |
|
Maybe it mixed up your PR with mine? 😄 |
itk.IT("IdentifierType") is the most commonly supported index type for VectorContainer.itk.uint64_tmay or may not be identical toitk.IT, depending onITK_USE_64BITS_IDS, as discussed at issue Review whether ITK_USE_64BITS_IDS is still needed #6774.Follow-up to pull request STYLE: Replace UL with IT as index type in itkPyVectorContainerTest.py #6800