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
When using seisflows configure with the '-a' option to set paths as absolute, paths that are originally set as null (which represents NoneType in YAML format) get set as full paths. For example
path_mask: null
seisflows configure -a
path_mask: /Users/chow/Work/scratch/null
Will need to edit the configure script to ignore values set as None and as 'null'
The text was updated successfully, but these errors were encountered:
Similarly, the error message that results from this (SeisFlows trying to read model files from an incorrect path) is pretty vague and can probably be made more descriptive.
When using seisflows configure with the '-a' option to set paths as absolute, paths that are originally set as
null
(which represents NoneType in YAML format) get set as full paths. For examplepath_mask
: nullpath_mask
: /Users/chow/Work/scratch/nullWill need to edit the configure script to ignore values set as None and as 'null'
The text was updated successfully, but these errors were encountered: