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

Add missing __init__.py #4

Closed
wants to merge 1 commit into from

Conversation

Tobias-Fischer
Copy link
Contributor

No description provided.

@mgkwill
Copy link
Contributor

mgkwill commented Nov 16, 2021

Hi @Tobias-Fischer thanks for this pull request.

We intentionally left this src/lava/lib directory without an init.py. We wanted to ensure we did not have clashing namespaces for src/lava/lib across lava-nc.

For more on this please see lava-nc/lava-optimization#12
and
Please see issue lava-nc/lava#64

@mgkwill mgkwill requested a review from awintel November 16, 2021 22:53
Copy link

@bamsumit bamsumit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As @mgkwill mentioned, this will create namespace clash between different lava libraries. There should be no __init__.py in src/lava/lib

Copy link
Contributor

@mathisrichter mathisrichter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Tobias-Fischer for taking the time to try fixing this.
I can only reiterate what @mgkwill and @bamsumit stated.
I am thus suggesting to not merge this PR.

@mathisrichter mathisrichter added the 0-invalid This doesn't seem right label Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants