ContactEngineering / SurfaceTopography

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

SurfaceTopography/IO/XYZ.py:238: ParserWarning #341

Closed nombac closed 2 months ago

nombac commented 11 months ago

From the version 1.12.0, I have the following warning in my environment:

/Users/shirose/Library/Python/3.11/lib/python/site-packages/SurfaceTopography/IO/XYZ.py:238: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support regex separators (separators > 1 char and different from '\s+' are interpreted as regex); you can avoid this warning by specifying engine='python'.
pastewka commented 11 months ago

Thanks for notifying. That is intentional behavior, I will suppress that warning in future versions.