UCD4IDS / ContinuousWavelets.jl

wide array of continuous wavelet transforms using Julia
https://dsweber2.github.io/ContinuousWavelets.jl/dev/
Other
21 stars 7 forks source link

Remove duplicate `morsefreq` #30

Closed henry2004y closed 2 years ago

henry2004y commented 2 years ago

Tries to handle #29. I kept the version originally in createWavelets.jl since that is the one which is included last. Please check if this is proper.

I also used the intrinsic isempty method for checking empty list.

dsweber2 commented 2 years ago

I'm not actually sure, as both of those were written by @wchak. I'm assuming the one doing the overwriting is correct, but let's wait for him to check it.

wchak commented 2 years ago

Hi, thanks for pointing out the issue. I will remove a function from either the Julia script and edit a line in createWavelets.jl to make the results consistent.

dsweber2 commented 2 years ago

that's what this pull request is for, I just needed the confirmation on the intended version.