Skip to content

bugfix pressure: string addition date_col and time_col

Lena Feld requested to merge bugfix into master

If date or time column are given sparately, and one or both are formatted only as numbers, they will be parsed as integers and adding them fails. Now they are converted to string format in this case.

Merge request reports