You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently if output_folder isn't set by user, step_one_functional_flow_results() will fail with this error:
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file 'NA/10017314_ffc_percentiles.csv': No such file or directory
Will add a PR to address this so it defaults to working directory instead of failing, something like:
currently if output_folder isn't set by user,
step_one_functional_flow_results()
will fail with this error:Will add a PR to address this so it defaults to working directory instead of failing, something like:
step_one_functional_flow_results( output_folder=".")
The text was updated successfully, but these errors were encountered: