Closed cfleur closed 1 month ago
Hi @cfleur
thanks for the report!
We don't have NaN or None values in our pressure files or any tested pressured files. That's why I never saw this before.
I will fix this asap!
Best, Moritz
Could reproduce the exact message. Is fixed now. This code will drop all rows with null values in any of the required columns.
There is a a lot of more testing on the pressure loading in v1.4.1
.
Best, Moritz
Current behaviour: Switching from v1.3.2 to 1.4.0 pressure files parsing produce following warning and processing in interrupted:
Could be coming from polars library. Checked the csv read in with polars library separately, cannot reproduce the warning.
Expected behaviour: Switching from v1.3.x to v1.4.x after updating the config schema and using the same raw input data does not cause an error in running retrievals. Able to specify pressure metadata in v1.4.0 to the same files used in previous versions.
Steps to reproduce:
cli.py retrieval start
v1.3.2 using same pressure file and see that it succeeds.cli.py retrieval start
v1.3.2 using same pressure file