Running Strip Trial t-test Analysis using QGIS 3.16.2 and PAT 1.0.3, get the following error: "unsupported format string passed to datetime.timedelta.format"
It is coming from the LOGGING code blocks called in at least the processing.py and raster_ops.py modules. I assume it is because of the USA system date format on my rig. I can't find a way to change internal QGIS date formats globally.
My fix was to disable PAT debugging by unticking the flag in PAT > Settings
@PitchPoler thanks sending in the error, its not to do with USA dates, but just needs to be converted to a string.
This has been transfered to the pyprecag github repository and will be released soon.
Running Strip Trial t-test Analysis using QGIS 3.16.2 and PAT 1.0.3, get the following error: "unsupported format string passed to datetime.timedelta.format"
It is coming from the LOGGING code blocks called in at least the processing.py and raster_ops.py modules. I assume it is because of the USA system date format on my rig. I can't find a way to change internal QGIS date formats globally.
My fix was to disable PAT debugging by unticking the flag in PAT > Settings