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

Remove scipy dependency #6

Open
simonrw opened this issue Jan 31, 2014 · 1 comment
Open

Remove scipy dependency #6

simonrw opened this issue Jan 31, 2014 · 1 comment
Assignees

Comments

@simonrw
Copy link
Contributor

simonrw commented Jan 31, 2014

The requirement for scipy is quite a big one as it takes ages to install. It'd be nice to remove it; it's used in two places: leastsq is called once and norm is called once.

The norm dependency may be fairly easy to remove as np.random.randn may perform this function.

Removing leastsq may be more tricky.

@ghost ghost assigned simonrw Jan 31, 2014
@simonrw
Copy link
Contributor Author

simonrw commented Jan 31, 2014

Look into the astropy fitting routines

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

1 participant