Lab
- Format source code with black (https://github.com/psf/black).
- Fix filters: retrieve new run ID from modified runs (Silvan Sievers).
Downward Lab
- Remove call to
rm -f output.sas
. Newer Fast Downward versions remove the temporary file
automatically. If you want to keep the file, add"--keep-sas-file"
to thedriver_options
. - Fix ScatterPlotReport: skip None values in
max()
computation (Silvan Sievers). - Fix ScatterPlotReport: place diagonal line correctly even if axis scales differ.