You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for having this as a separate package instead of having the functionality in pixl_core is because orthanc requires Python 3.9, whereas the rest of PIXL is on 3.10 or higher.
Since we're now on 3.11 for everything, I think pixl_dcmd can be merged into pixl_core, to reduce the number of packages we have and make things a bit easier to work with.
The text was updated successfully, but these errors were encountered:
Note, from #361, it looks like there is some clash between pixl_dcmd/tests/conftest.py and hasher/tests/conftest.py.
Might be worth resolving this together with the merge.
If you're refactoring this area anyway, you might consider moving some of the not publicly called methods in pixl_dcmd/src/pixl_dcmd/main.py into one of the private modules adjacent to it.
From
pixl_dcmd/README.md
:Since we're now on 3.11 for everything, I think pixl_dcmd can be merged into pixl_core, to reduce the number of packages we have and make things a bit easier to work with.
The text was updated successfully, but these errors were encountered: