Error "ValueError: columns cannot be a set" from pyemu.ParameterEnsemble.from_parfiles() #523
-
Hi All Does anyone know how to get around the error "ValueError: columns cannot be a set" when calling pyemu.ParameterEnsemble.from_parfiles(pth_pst, parfile_names)? Input argument pth_pst = path to PEST control file, parfile_names = list of parameter value file paths. My parameter value files don't contain all parameters in my PCF, only the adjustable ones (i.e., not the fixed or tied parameters). Is this problematic for the method? PEST++ IES does not seem to mind as long as the adjustable parameters are in there, so I'm not sure why there would be a problem. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @sjepsen395, it does look like we have a little bug in that method -- potentially not that well tested. I'll get a fix sorted asap. |
Beta Was this translation helpful? Give feedback.
Hi @sjepsen395, it does look like we have a little bug in that method -- potentially not that well tested. I'll get a fix sorted asap.