ContactEngineering / SurfaceTopography

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

ScaledUniformTopography returns the wrong area per point #285

Closed sannant closed 1 year ago

sannant commented 1 year ago

image

It seems that properties defined in the parent class call functions from the parent class

issue_area_per_pt_scaled.ipynb.html.zip

sannant commented 1 year ago

@pastewka I would simply reimplement the properies area_per_pt in the Scaled class. Does anyone know something cleverer ?

sannant commented 1 year ago

I fixed it in my branch