Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The self.scratch_dir is invalid Directory.SHARED_SCRATCH #221

Closed
dachengx opened this issue Oct 1, 2024 · 1 comment · Fixed by #222
Closed

The self.scratch_dir is invalid Directory.SHARED_SCRATCH #221

dachengx opened this issue Oct 1, 2024 · 1 comment · Fixed by #222
Assignees
Labels
data handling Code for managing our data make user-friendly

Comments

@dachengx
Copy link
Collaborator

dachengx commented Oct 1, 2024

Because later we set f"gsidavs://xenon-gridftp.grid.uchicago.edu:2880/xenon/scratch/{getpass.getuser()}" as Directory.SHARED_SCRATCH:

Directory.SHARED_SCRATCH, path=f"/xenon/scratch/{getpass.getuser()}"
, the self.scratch_dir in
scratch_dir = Directory(Directory.SHARED_SCRATCH, path=self.scratch_dir)
is never used.

@FaroutYLq
Copy link
Contributor

You are right. Please feel free to remove scratch_dir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data handling Code for managing our data make user-friendly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants