pyemu
pyemu copied to clipboard
python modules for model-independent uncertainty analyses, data-worth analyses, and interfacing with PEST(++)
Buggin out when reading whitespace delim files with multiple spaces. Added option for sep='w' to trigger delim_whitespace=True in read_csv. Replace sep='w' in mult2model with single space. Lots of bonus auto...
Most of these are files that should normally be ignored with `.gitignore`, but seem to have slipped in at some point. A bulk of these files are from an old...
The real selling point for PstFrom is the ability to easily parameterize and pestify models with heaps of pars and obs. I find my script crashing more than I like...
@briochh and @mnfienen - should we parsing (and potentially swapping) file paths in `Pst` when it is loaded and/or written? So if you have an existing control file from linux/mac...
probs pretty simple - just need to parse the paths in mult2model_info and re-assemble with runtime os path sep. Just making a note to remind myself...
I would like to propose including some simple methods to generate concise quantitative metrics for ensembles, similar to those discussed in the publication below. Any thoughts on those or other...
In cases where `++ies_drop_conflicts` is True, it would be nice to eliminate those dropped obs (especially if they are really really bad!) from plots like 1to1 plots. A simple flag...
Issue found when mixing multiplier and addition style pars on ghb boundary condition. 
Dear developers, I got a error with operating "./examples/MODFLOW_to_PEST_even_more_boss.ipynb" as following. My current version of `pandas` is 1.0.3. However, the problem occurs when the `DataFrame` appends new columns. ```bash ~/build/pyemu/pyemu/utils/geostats.py...