`get_cache_dir` is not re-imported at the top level package

Open Beginner friendly
#85 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
82/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
python

Research direction

Start with the documented import example in packages/confierge/README.md and compare it with the working import from confierge.confierge. Inspect the top-level confierge package exports and verify that importing get_cache_dir directly from confierge works as documented. Done means the documented import succeeds without changing the existing Confierge import.

Written by the indexing model from the issue text.

Description

Despite the documented pattern:

https://github.com/AllenNeuralDynamics/ficus/blob/7d9e0e271cbf7609f1b6466f4c2b62b674b816e9/packages/confierge/README.md?plain=1#L11-L12

This import does not seem to work.

This works:

from confierge import Confierge
from confierge.confierge import get_cache_dir
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AllenNeuralDynamics/ficus

All issues in AllenNeuralDynamics/ficus

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.