Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Move package files from src/rai/rai/* to src/rai/* #388

Open
coderabbitai bot opened this issue Jan 25, 2025 · 0 comments
Open

refactor: Move package files from src/rai/rai/* to src/rai/* #388

coderabbitai bot opened this issue Jan 25, 2025 · 0 comments
Assignees

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 25, 2025

The current package directory structure has modules nested one level deeper than expected by the Poetry configuration in pyproject.toml.

Current structure:

src/rai/rai/*

Expected structure:

src/rai/*

This needs to be refactored to match the package configuration, but some tests are currently failing. This should be addressed after fixing the test issues.

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant