PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.98k stars 460 forks source link

switch from terrify to multibuild for OS X setup on Travis #573

Closed grlee77 closed 3 years ago

grlee77 commented 3 years ago

Some sort of authentication failure with homebrew has been causing the OS X case on Travis to fail. I am trying to switch to using multibuild instead here to see if that resolves it.

grlee77 commented 3 years ago

travis-wait-improved doesn't seem to be installing correctly so I will remove it again https://travis-ci.org/github/PyWavelets/pywt/jobs/734892762#L306

codecov-io commented 3 years ago

Codecov Report

Merging #573 into master will decrease coverage by 23.53%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #573       +/-   ##
===========================================
- Coverage   87.16%   63.62%   -23.54%     
===========================================
  Files          23       23               
  Lines        3966     3896       -70     
  Branches      467      712      +245     
===========================================
- Hits         3457     2479      -978     
- Misses        440     1348      +908     
  Partials       69       69               
Impacted Files Coverage Δ
pywt/__init__.py 100.00% <ø> (ø)
pywt/_swt.py 86.82% <ø> (ø)
pywt/_extensions/c/convolution.template.c 0.00% <0.00%> (-97.97%) :arrow_down:
pywt/_extensions/c/cwt.template.c 0.00% <0.00%> (-97.90%) :arrow_down:
pywt/_extensions/c/common.c 0.00% <0.00%> (-90.33%) :arrow_down:
pywt/_extensions/c/wt.template.c 0.00% <0.00%> (-86.61%) :arrow_down:
pywt/_extensions/c/wavelets.c 0.00% <0.00%> (-85.75%) :arrow_down:
pywt/_extensions/_pywt.pyx 83.89% <0.00%> (-0.25%) :arrow_down:
pywt/_multilevel.py 91.32% <0.00%> (ø)

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 ab7a112...4caf1f8. Read the comment docs.

grlee77 commented 3 years ago

okay, travis-wait-improved is working for pip3 on the new xcode image, so I will merge this now