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
If you pass an empty string to basedir or simdir in create_simulation_folder(), hijinks ensue. Some of the hijinks may be permissible, some we should definitely avoid. For fun, compare:
create_simulation_folder(basedir="", simdir="")
and
create_simulation_folder(basedir="", simdir=NULL)
The text was updated successfully, but these errors were encountered:
If you pass an empty string to
basedir
orsimdir
increate_simulation_folder()
, hijinks ensue. Some of the hijinks may be permissible, some we should definitely avoid. For fun, compare:and
The text was updated successfully, but these errors were encountered: