XENONnT / alea

A tool to perform toyMC-based inference constructions
https://alea.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

The `self.scratch_dir` is invalid `Directory.SHARED_SCRATCH` #221

Closed dachengx closed 1 month ago

dachengx commented 1 month ago

Because later we set f"gsidavs://xenon-gridftp.grid.uchicago.edu:2880/xenon/scratch/{getpass.getuser()}" as Directory.SHARED_SCRATCH: https://github.com/XENONnT/alea/blob/356c4b18b991e0386644a4816202df431859ab4d/alea/submitters/htcondor.py#L249, the self.scratch_dir in https://github.com/XENONnT/alea/blob/356c4b18b991e0386644a4816202df431859ab4d/alea/submitters/htcondor.py#L216 is never used.

FaroutYLq commented 1 month ago

You are right. Please feel free to remove scratch_dir.