Revision 17ec10824740242c807811c89e569cf9e16db10a authored by Joost van Griethuysen on 05 July 2017, 15:44:23 UTC, committed by Joost van Griethuysen on 05 July 2017, 15:44:23 UTC
`__init__.py` imports `base`, while `base` imports `radiomics` (`__init__.py`). However, base is only needed for the inheritance check in `getFeatureClasses`, change this to allow removal of the circular import.
1 parent 3e09103
History
File Mode Size
.circleci
bin
data
docs
examples
hooks
notebooks
radiomics
tests
.circleci-matrix.yml -rw-r--r-- 919 bytes
.dockerignore -rw-r--r-- 6 bytes
.editorconfig -rw-r--r-- 440 bytes
.flake8 -rw-r--r-- 1.1 KB
.gitattributes -rw-r--r-- 35 bytes
.gitignore -rw-r--r-- 763 bytes
.travis.yml -rw-r--r-- 710 bytes
CHANGES.rst -rw-r--r-- 20.7 KB
CONTRIBUTING.md -rw-r--r-- 4.3 KB
Dockerfile -rw-r--r-- 1.8 KB
LICENSE.txt -rw-r--r-- 10.3 KB
MANIFEST.in -rw-r--r-- 395 bytes
README.md -rw-r--r-- 6.2 KB
appveyor.yml -rw-r--r-- 1.2 KB
circle.yml -rw-r--r-- 580 bytes
requirements-dev.txt -rw-r--r-- 101 bytes
requirements-setup.txt -rw-r--r-- 13 bytes
requirements.txt -rw-r--r-- 77 bytes
scikit-ci.yml -rw-r--r-- 1.7 KB
setup.cfg -rw-r--r-- 182 bytes
setup.py -rw-r--r-- 3.1 KB
versioneer.py -rw-r--r-- 67.0 KB

README.md

back to top