Suppress warnings in modify_ed2in()
about directories on remote server
#3020
Labels
modify_ed2in()
about directories on remote server
#3020
pecan/models/ed/R/modify_ed2in.R
Line 219 in f5194f8
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 thenormalizePath()
calls in this function should getmustwork = FALSE
Originally posted by @Aariq in #2992 (comment)
The text was updated successfully, but these errors were encountered: