You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most plotting (see docs/plotting.md) in the pipeline is done in batch mode, a plotfile (png or pdf) is choosen as output.
But as of some time ago, and this has gotten worse with ubuntu24, this can fail if the backend isn't hardcoded.
Failure mode can then depend on running via sbatch (which uses Xvfb) and "interactive" via make. Example for RSR is the "make bench1" method vs. using etc/bench1.run:
make bench1 sbatch_lmtoy.sh etc/bench1.run
tsys FAIL OK
badlags OK OK
waterfall OK FAIL
final FAIL OK
It should be noted that "make bench1" on a non-unity system always works in these 4 modes.
The text was updated successfully, but these errors were encountered:
Most plotting (see docs/plotting.md) in the pipeline is done in batch mode, a plotfile (png or pdf) is choosen as output.
But as of some time ago, and this has gotten worse with ubuntu24, this can fail if the backend isn't hardcoded.
Failure mode can then depend on running via sbatch (which uses Xvfb) and "interactive" via make. Example for RSR is the "make bench1" method vs. using
etc/bench1.run
:It should be noted that "make bench1" on a non-unity system always works in these 4 modes.
The text was updated successfully, but these errors were encountered: