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

Unify setup.py and setup_test.py #7

Open
pablogsal opened this issue Dec 18, 2017 · 0 comments
Open

Unify setup.py and setup_test.py #7

pablogsal opened this issue Dec 18, 2017 · 0 comments
Assignees
Milestone

Comments

@pablogsal
Copy link
Contributor

We have now two setup scripts:

  • setup.py is used to compile, build and install the final version of kerrpy.
  • setup_test.pyis used to produce a debuggable and traceable (and slower) version of kerrpy that is used to run the test suite and debug.

The ideal situation is that the behaviour of setup_test.py is activated as a flag of setup.py instead of having two scripts. In order to do that one has to activate the extra compiler options, macros and directives in case the specific testing/debug flag is passed to setup.py, ideally without duplicating code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants