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

Remove 32 bit support #310

Merged
merged 1 commit into from Oct 12, 2017
Merged

Conversation

JoostJM
Copy link
Collaborator

@JoostJM JoostJM commented Oct 9, 2017

When using PyRadiomics in 32 bits architecture, memory errors can arise when extracting large masks, or many small ones (see also #303).
Therefore, remove support for 32 bits architecture by raising an exception when trying to install PyRadiomics on 32 bits architecture.

Update documentation accordingly.
Reformat setup.py script to adhere to editorconfig settings

cc @Radiomics/developers, @michaelschwier

@JoostJM JoostJM requested a review from fedorov October 9, 2017 15:01
@jcfr
Copy link
Collaborator

jcfr commented Oct 9, 2017

👍

What do you think of logging an Exception if a 32-bit runtime is detected ?

@fedorov
Copy link
Collaborator

fedorov commented Oct 9, 2017

@jcfr there is one already: https://github.com/Radiomics/pyradiomics/pull/310/files#diff-2eeaed663bd0d25b7e608891384b7298R16

When using PyRadiomics in 32 bits architecture, memory errors can arise when extracting large masks, or many small ones (see also AIM-Harvard#303).
Therefore, remove support for 32 bits architecture by raising an exception when trying to install PyRadiomics on 32 bits architecture.

Update documentation accordingly.
@JoostJM JoostJM merged commit 4425f4b into AIM-Harvard:master Oct 12, 2017
@JoostJM JoostJM deleted the remove-32-bit-support branch October 12, 2017 08:08
@JoostJM JoostJM added this to Python 2/3 Compatability in PyRadiomics build/installation Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
PyRadiomics build/installation
  
32/64 bits Python 2/3 Compatability
Development

Successfully merging this pull request may close these issues.

None yet

3 participants