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

test case for CWT with complex input #349

Merged
merged 3 commits into from
Feb 24, 2018
Merged

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Feb 20, 2018

A side effect of the DWT-focused #300 was that it also resolved #326 by making cwt accept complex dtypes on the inputs. This PR just adds a simple test case to make sure that this feature gets tested to avoid future breakage.

I also updated the CWT to avoid a FutureWarning related to #310.

@codecov-io
Copy link

Codecov Report

Merging #349 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #349   +/-   ##
=======================================
  Coverage   83.56%   83.56%           
=======================================
  Files          21       21           
  Lines        3322     3322           
  Branches      564      564           
=======================================
  Hits         2776     2776           
  Misses        482      482           
  Partials       64       64

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3c510a...b8c9cca. Read the comment docs.

@rgommers
Copy link
Member

LGTM, thanks @grlee77

@rgommers rgommers merged commit ad2ba22 into PyWavelets:master Feb 24, 2018
@rgommers rgommers added this to the v1.0 milestone Feb 24, 2018
@grlee77 grlee77 deleted the complex_cwt branch July 20, 2018 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow complex dtype of input
3 participants