ContactEngineering / SurfaceTopography

Read and analyze surface topographies
https://contactengineering.github.io/SurfaceTopography/
MIT License
15 stars 9 forks source link

scipy.signal.triang has disapeared #365

Closed sannant closed 4 months ago

sannant commented 4 months ago

Dependency clash apeared last week

https://github.com/ContactEngineering/SurfaceTopography/actions/runs/8563970675/job/23469776956

faceTopography/SurfaceTopography/SurfaceTopography/Support/UnitConversion.py:232: RuntimeWarning: All-NaN axis encountered mn, mx = np.nanmin(data), np.nanmax(data)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED test/test_bearing_area.py::test_bearing_area_nonuniform - AttributeError: module 'scipy.signal' has no attribute 'triang' ===== 1 failed, 2100 passed, 7 skipped, 383 warnings in 854.20s (0:14:14) ====== Error: Process completed with exit code 1.