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

Fixes to installation of neatpp #4

Closed
wants to merge 6 commits into from

Conversation

mbkumar
Copy link

@mbkumar mbkumar commented Apr 13, 2022

This PR installed neatpp inside src/neat, which is picked up by python setup.py framework. Updated the imports to reflect the new location.

@rogeriojorge
Copy link
Owner

The CI is failing. For some reason it is not able to find the neat.neatpp package

import neat
Traceback (most recent call last):
File "", line 1, in
File "/NEAT/src/neat/init.py", line 7, in
from .neatpp import gc_solver_qs
ModuleNotFoundError: No module named 'neat.neatpp'

@rogeriojorge
Copy link
Owner

I was able to do the purpose of this PR in
#5
by removing the VMEC module. The PR is based on this one.

Thank you for all your help @mbkumar

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.

2 participants