Skip to content

Switch from absolute to relative imports #17

@balbasty

Description

@balbasty

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiAPI-related issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions