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 a dependency on AbstractFFTs #9

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Add a dependency on AbstractFFTs #9

merged 1 commit into from
Jun 7, 2017

Conversation

ararslan
Copy link
Member

@ararslan ararslan commented Jun 6, 2017

Fixes #2

test/runtests.jl Outdated
@@ -2,6 +2,7 @@
using FFTW
using Base.Test

importall AbstractFFTs
importall FFTW
Copy link
Member

Choose a reason for hiding this comment

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

Why do the tests need importall and not just using?

Copy link
Member Author

Choose a reason for hiding this comment

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

To make sure these names get picked up rather than the ones from Base

@ararslan ararslan force-pushed the aa/abstractffts branch 2 times, most recently from d9b364e to 81fcfb6 Compare June 6, 2017 21:15
@ararslan
Copy link
Member Author

ararslan commented Jun 6, 2017

Wooooooooo tests are passing now! Want to take another look, @stevengj?

@stevengj
Copy link
Member

stevengj commented Jun 6, 2017

Lgtm

@ararslan
Copy link
Member Author

ararslan commented Jun 6, 2017

The macOS errors don't seem related to the package, but they are strange. I wonder if there's something I need to do differently with the Travis setup for Homebrew to work?

Edit: Nope, looks like it was due to the GitHub maintenance outage.

@ararslan ararslan merged commit 62dbb45 into master Jun 7, 2017
@ararslan ararslan deleted the aa/abstractffts branch June 7, 2017 00:30
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.

None yet

2 participants