Skip to content

Conversation

@majiayu000
Copy link

Summary

  • Moved __init__.py from research/visual_bge/ to research/visual_bge/visual_bge/
  • Added tests to verify package structure

Problem

The package couldn't be imported after installation because __init__.py was in the wrong directory.

Test plan

  • Package structure test passes
  • Verified file locations are correct

Fixes #1545

The __init__.py was in research/visual_bge/ but should be in
research/visual_bge/visual_bge/ for the package to be properly
importable after pip install.

Fixes FlagOpen#1545

Signed-off-by: majiayu000 <[email protected]>
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

Successfully merging this pull request may close these issues.

Error __init__. py position in visual_bge

1 participant