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

Suppress warnings in modify_ed2in() about directories on remote server #3020

Closed
Aariq opened this issue Aug 26, 2022 · 0 comments · Fixed by #3035
Closed

Suppress warnings in modify_ed2in() about directories on remote server #3020

Aariq opened this issue Aug 26, 2022 · 0 comments · Fixed by #3035

Comments

@Aariq
Copy link
Collaborator

Aariq commented Aug 26, 2022

ed2in[["FFILOUT"]] <- file.path(normalizePath(output_dir), "analysis")

This line results in a warning that the directory on the HPC doesn't exist, even when it does. I think that was leading me to believe that run.write.configs() was trying to write to the HPC, but it's not.

I think this warning could (and should) be suppressed by changing to normalizePath(output_dir, mustwork = FALSE). Probably all the normalizePath() calls in this function should get mustwork = FALSE

Originally posted by @Aariq in #2992 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant