Skip to content

Fix crash in finalisation of the standalone post processing

Mark Sutton requested to merge sutt/athena:crash into master

For some reason, when compiling with cmake, ths standalone job crashes in the finalisation of a correlation plot.

The changes the type of fit that root is trying and so should no longer crash.

Interestingly, when compiled outside athena, or with the athena release, but with a standalone makefile, this runs fine.

This code changes only affects a standalone executable that we run in our nightly tests - it is not executed as part of any standard athena test, and is not executed, and has no influence on any of the required CI tests.

Merge request reports