KitwareMedical / KitwareMedical/pyLAR

Relocate source into a pyrpca or pylar package

Open
#3 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
23
Forks
14
PR merge metrics
No merged PRs in 30d

Description

To ensure there are no conflict with existing toolkits, import of the objects should be done using:

```
import pyrpca.core.ialm as ialm
import pyrpca.core.ealm as ealm
```

instead of

```
import core.ialm as ialm
import core.ealm as ealm
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting the repository's current core source layout and the import paths shown in the issue. Relocate the source under a pyrpca or pylar package and update imports so pyrpca.core.ialm and pyrpca.core.ealm work without conflicts.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.