Skip to content

Add missing __init__.py to compass/opt module#28

Open
DininduSenanayake wants to merge 1 commit intowagnerlab-berkeley:masterfrom
DininduSenanayake:master
Open

Add missing __init__.py to compass/opt module#28
DininduSenanayake wants to merge 1 commit intowagnerlab-berkeley:masterfrom
DininduSenanayake:master

Conversation

@DininduSenanayake
Copy link

Problem

The compass/opt/ directory was missing an __init__.py file, causing
ModuleNotFoundError: No module named 'compass.opt' when running compass.

Solution

Added __init__.py to make the directory a proper Python package.

Testing

  • Installation now completes successfully
  • compass -h runs without errors
  • Import from compass.opt.base import ... works correctly

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.

1 participant