ContactEngineering / SurfaceTopography

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

convert tip radius/resolution to type float #380

Closed ArushiPradhan closed 1 month ago

ArushiPradhan commented 2 months ago

The tip radius and resolution is saved as a string so currently I need to convert to float to calculate the reliability cut-off to run without error. Please fix this to type float.

Thank you!