Cosmoglobe/Commander

Output files in the input directory

unfunfunt opened this issue · 2 comments

At line 3733 in comm_diffuse_comp_smod we seem to write an output file to the input directory, and not to the chains directory. This is an issue on clusters, where the input directory is sometimes mounted read-only for submitted jobs, and caused a crash on scinet. We should fix this by either removing this code (idk what it does) or fixing it to respect the output directory properly.

hke commented

This just looks like a debug file from Kristian. Can be commented out entirely.

Ok, it's removed in my latest commit