dbekaert / RAiDER

Raytracing Atmospheric Delay Estimation for RADAR
Apache License 2.0
70 stars 39 forks source link

FutureWarning: pandas read_csv `delim_whitespace` argument will be depracated #643

Closed jlmaurer closed 3 months ago

jlmaurer commented 5 months ago

The following warning is raised when running the raiderDownloadGNSS.py script:

FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use ``sep='\s+'`` instead

Should be a simple fix to update the syntax as we don't use delim_whitespace in many places.

jlmaurer commented 3 months ago

This has been fixed by #651