<div dir="ltr">Hi,<div>using init_w2w I got the following errors with version 24.1:</div><div>write_inwf:33: SyntaxWarning: invalid escape sequence '\s'<br>  __version__ = re.search(":\s*(.*?)\s*\$", __version__).group(1)<br>write_inwf:126: SyntaxWarning: invalid escape sequence '\s'<br>  m = re.match('A[\s=-_]*(\d+)', s, re.I)<br>write_inwf:131: SyntaxWarning: invalid escape sequence '\s'<br>  m = re.match('Z[\s=-_]*([\deE+.-]+)', s, re.I)<br>write_inwf:201: SyntaxWarning: invalid escape sequence '\s'<br>  pat = '^\s*(\w+)\s*=\s*(.*)'<br>These errors were fixed by adding only r' ' (for example r":\s*(.*?)\s*\$" becomes 

":\s*(.*?)\s*\$"  )</div><div>but for this warning, I couldn't find a solution but the program with this numpy version works fine</div><div>write_inwf:607: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)<br>  line = " %d %d % d  % 1.8f  % 1.8f" % \</div><div>Sincerely </div><div>H. BOUAFIA</div></div>