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

SOAP could be packaged in a more standard way #9

Open
jchelly opened this issue Mar 20, 2023 · 0 comments
Open

SOAP could be packaged in a more standard way #9

jchelly opened this issue Mar 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jchelly
Copy link
Collaborator

jchelly commented Mar 20, 2023

This was provoked by some problems with module search paths while trying to run the halo matching script, which uses parts of SOAP.

Currently SOAP is just a bunch of source files in a directory and to run it you need to be in that directory or else you get import failures. We could turn it into a python package so that it could be pip installed (including dependencies) and we would no longer be relying on the current working directory to ensure all the modules are found.

We could also modify it to run with something like "python -m SOAP" instead of requiring the path to the main program source file.

@jchelly jchelly added the enhancement New feature or request label Mar 20, 2023
@jchelly jchelly self-assigned this Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant