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

Further improve python 3 compatibility. #214

Merged
merged 1 commit into from Mar 14, 2017

Conversation

JoostJM
Copy link
Collaborator

@JoostJM JoostJM commented Mar 6, 2017

In addClassToBaseline, code was not python 3 compatible. This was mainly due to a call to keys(), which in python 2 returns a list, but in python 3 returns an iterator.

cc @Radiomics/developers

In some scripts, code was not python 3 compatible. This was mainly due to a call to keys(), which in python 2 returns a list, but in python 3 returns an iterator.
@JoostJM JoostJM merged commit ca91c8d into AIM-Harvard:master Mar 14, 2017
@JoostJM JoostJM deleted the python-3-compatibility branch March 14, 2017 17:33
@JoostJM JoostJM moved this from Done 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
Labels
None yet
Projects
PyRadiomics build/installation
  
32/64 bits Python 2/3 Compatability
Development

Successfully merging this pull request may close these issues.

None yet

1 participant