nitorch icon indicating copy to clipboard operation
nitorch copied to clipboard

Switch from absolute to relative imports

Open balbasty opened this issue 4 years ago • 0 comments

Nitorch imports should use relative indexing, i.e.,

# In file nitorch/bar.py
from nitorch.foo import fun   # NO
from .foo import fun          # YES

Please reference this issue when making these changes in the code base.

balbasty avatar Jun 19 '20 10:06 balbasty